• Title/Summary/Keyword: 코딩 게임

Search Result 59, Processing Time 0.027 seconds

Performative Writing of Coding Game (코딩 교육용 게임에 나타난 수행적 글쓰기 - 를 중심으로)

  • Yun, Hyun-Jung
    • Journal of Korea Game Society
    • /
    • v.16 no.1
    • /
    • pp.51-62
    • /
    • 2016
  • This study tries to present a new perspective for the coding and coding education. Therefore, this study analyzes coding game as performative writing. First, coding as writing process has the mechanism of serial expansion and circulation by utilizing basic code blocks. And coding as writing process produces a meaning as unit operation that generate an emergent game play. Second, coding as performative writing displays the speaking and writing at the same time and is embodied in game play. Also, absence of failure and correction makes possible users to explore the problem area and to strengthen the problem-solving ability.

A Study on the effect of coding education and improvement of learning achievement using educational game (기능성 게임을 활용한 코딩교육의 효과 및 학습 성취도 향상을 위한 연구)

  • Kim, Nayoung
    • Journal of Korea Game Society
    • /
    • v.17 no.4
    • /
    • pp.161-168
    • /
    • 2017
  • This study introduces coding education using functional game and the effect of game quality on learning achievement. The purpose of this study is to analyze the effect of the difference of game quality on the learner's attitude, learning immersion, education satisfaction and preference for elementary school and junior high school students. In this study, it is meaningful to consider the effect of quality improvement of educational games on learning and we suggest that when designing an educational game, game performance and quality should be considered carefully.

Design and Implementation of Korean based Interpreter Language for Learning Games (학습용 게임을 위한 한국어 인터프리터 언어의 설계 및 구현)

  • Yoon, Kyung Seob;Jo, Kang Hyeon
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2022.07a
    • /
    • pp.467-470
    • /
    • 2022
  • 코딩교육과 게임을 활용한 교육에 대한 관심이 증가하고 있다. 그러나, 코딩 교육 도구는 블록형 코딩 도구에 치우쳐져 있어, 교육과 실제 프로그래밍 언어 사이에는 큰 차이가 발생하게 된다. 이 차이를 좁히기 위해 이 논문에서는 한국어 인터프리터 언어를 사용한 학습용 게임의 설계 및 구현 방법을 제공하며, 한국어 인터프리터를 사용한 코딩 교육용 게임의 장점과 기존 코딩 학습 방법과의 차이점을 제시한다. 이를 통해 자발적이고 효과적인 코딩 교육을 기대할 수 있을 것이다.

  • PDF

Coding Game Development for Computational Thinking Education of Kids (컴퓨팅적 사고 교육을 위한 유아 코딩 게임 개발)

  • Choi, Hyo Hyun;Lee, Hye Jeong
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2018.07a
    • /
    • pp.303-304
    • /
    • 2018
  • 본 논문에서는 Unity게임엔진을 이용하여 만든 유아용 코딩게임의 사례와 결과물을 보인다. 대학에서 초, 중학교로 낮아져 가는 소프트웨어 교육의 연령대의 흐름에 맞춰 유아용 게임을 제작했다. 아이들에게 친근한 자동차게임의 모양으로 문제를 논리적으로 푸는 방법을 찾는 컴퓨팅적 사고를 하게끔 도와 스스로 문제를 해결하게 하고, 성취감을 얻게 해준다. 또 문제에 대한 정해진 답이 없고 자신만의 의견을 낼 수 있기 때문에 호기심과, 창의력의 증폭을 기대할 수 있다. 기본적으로 맵을 이용해 스토리 진행이 이루어지는 코딩게임의 알고리즘을 사용했으며, Unity2D 엔진을 이용해 유아용 블록코딩게임과 키보드게임을 제작했다. 자동차 모양의 객체를 목적지에 도달하게 할 방법을 아이들 스스로 생각하는 컴퓨팅적 사고를 돕는다.

  • PDF

The Development and Application Effect of Coding Game for the Childhood Cognitive Development (유아인지발달을 위한 코딩게임의 개발과 적용 효과)

  • HONG, Dae Sun;YU, Mi;LEE, Hyoung Gu
    • Journal of Korea Game Society
    • /
    • v.18 no.5
    • /
    • pp.103-112
    • /
    • 2018
  • "Ito2", an early childhood educational coding game that allows students to learn sequential, loop, and conditional statement concepts through games is introduced. The developed game is a two-stage process of mock and practical classes for children in actual nursing cares, and coding education is conducted for actual children to determine its effectiveness. The degree of change is observed by observing trends in childhood cognitive development performance in all six areas, including parts and the overall, space, observation, shape and measurement, classification, comparison, and listing, as the coding training is conducted. In this paper, the improvement of cognitive development and spatial perceptual abilities were achieved by children playing games with infant functional coding with fun elements plus learning factors.

A Genetic Algorithm for A Pathfinding of Game Character (게임 캐릭터의 경로탐색을 위한 유전자 알고리즘)

  • Kang, Myung-Ju
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2014.01a
    • /
    • pp.321-322
    • /
    • 2014
  • 게임에서 캐릭터가 현재 위치에서 목적지까지 경로를 탐색하는 것은 매우 중요하다. 특히, 오브젝트나 벽 등의 장애물들이 배치된 복잡한 게임 맵에서는 이러한 장애물을 회피하면서 가능한 최단 경로를 찾아 이동해야 한다. 본 논문에서는 복잡한 게임 맵 상에서 캐릭터가 목적지까지 최단 경로를 탐색하는 방법으로 유전자 알고리즘을 적용하는 방법을 제안한다. 유전자 알고리즘은 모집단(Population)을 구성하는 염색체의 인코딩 및 디코딩, 진화를 위한 연산자인 교차연산(Crossover)과 돌연변이연산(Mutation), 그리고 염색체를 평가하는 목적함수로 구성된다. 본 논문에서는 염색체 구성을 시작 노드에서 목적지 노드까지의 전체 노드로 구성하기 보다는 캐릭터의 현재노드에서 이동할 수 있는 8방향만으로 구성하여 염색체의 크기를 줄였고, 이를 통해 염색체의 인코딩과 디코딩 연산 시간을 줄일 수 있었다.

  • PDF

A Case Study of Learning the Coding Concepts Based on Game Experience (게임 경험에 기초한 코딩개념 학습사례연구)

  • Kim, Kyung-min;Kim, Ji-yeon
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2015.10a
    • /
    • pp.897-899
    • /
    • 2015
  • These days, the students are learned from game experience such as the code grammatical elements of selection, repetition and decision. In this study, lets the students who have had no coding education make games based on the students's game experience using the programming tool Scratch, and they are realized the similarities between the game experience and the logical, grammatical elements of the coding concepts. We will discuss that was resulted an marked improvements of understanding of the coding concepts, the ability of applications and creativity and classroom participation consequently.

  • PDF

A Chromosome Encoding Method in A Genetic Algorithm for Path Finding in Game Map (게임 맵에서 길 찾기 해법을 위한 유전 알고리즘의 염색체 인코딩 방법)

  • Kang, Myung-Ju
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2009.01a
    • /
    • pp.189-192
    • /
    • 2009
  • 게임에서 주인공 캐릭터나 MPC(Non Player Character)가 목적지까지의 경로를 찾는 것은 매우 중요하다. 또한 캐릭터가 이동 중 다양한 오브젝트와 벽을 만나면 이를 회피해야 하며 최단 경로로 이동해야 한다. 본 논문에서는 게임 맵에서 캐릭터의 길 찾기 방법으로 유전 알고리즘을 이용하는 방법을 제안하였다. 특히, 유전 알고리즘의 구성요소 중해 집합을 구성하는 염색체 인코딩 방법을 제안하였다. 본 논문에서 제안한 염색체의 인코딩은 캐릭터의 이동 방향을 비트 스트링으로 표현하였다. 캐릭터가 현재 위치에서 이동할 수 있는 방향은 8 방향이다. 따라서 하나의 방향을 표현하기 위해서는 3비트의 이진스트링으로 나타낼 수 있다. 하나의 해를 나타내는 염색체는 3비트의 이진 스트링을 맵을 나타내는 그래프의 노드 수만큼 할당하여 구성할 수 있다.

  • PDF

Design and Implementation of Students' Coding Assessment System for a Coding Puzzle Game (코딩퍼즐게임의 코딩 성취도 평가 시스템의 설계와 구현)

  • Seo, Beomjoo;Cho, Sung Hyun
    • Journal of Korea Game Society
    • /
    • v.18 no.1
    • /
    • pp.7-18
    • /
    • 2018
  • As coding education is ubiquitous in elementary or higher school curriculum, puzzle-based coding platforms such as Scratch or Entry have been popularly deployed and employed by many Korean coding educational institutions. In this article, we propose a quantitative students' coding assessment methodology and discuss several issues of the method. Besides, we show its usefulness through case studies shown in our proprietary coding platform called "CodingPuzzle" system. Additionally, we describe detailed design and implementation issues of our coding assessment system that has already been ported to the CodingPuzzle system and is currently under operation.

An Observation-based Movement Control for Educational Coding Robots (코딩 학습용 로봇 제어를 위한 관찰 기반 움직임 제어)

  • Park, Kyeongbok;Cho, Sung Hyun;Seo, Beomjoo
    • Journal of Korea Game Society
    • /
    • v.16 no.6
    • /
    • pp.131-142
    • /
    • 2016
  • Recently, a variety of methodologies based on the use of educational coding robots have been proposed and experimented in newly emerging korean educational coding markets. Due to imprecise movement accuracy of the existing coding robots, however, such robots are mainly used as a toy. Inspired by these observations, we developed a simple adjustment method during robot movements, which is based on the observation results of 6 line-tracking sensors: 3 sensors in the center of a robot and other 3 sensors at the front. These sensors help to determine whether the robot is in the right location and whether it rotates as expected. Through the well-designed experiments, we report the effectiveness of our proposed solution: the average distance error of 1.57cm and the average degree error of 2.38 degree before and after complex movements. In near future, we hope our method to be popularly used in various educational coding robot platforms.