• Title/Summary/Keyword: Game-Based Learning

Search Result 429, Processing Time 0.03 seconds

The Development of Instruction Model for SW Education using the Minecraft Platform (마인크래프트 플랫폼을 이용한 소프트웨어교육 교수학습 모형)

  • Lee, Myungsuk
    • Journal of Korea Society of Digital Industry and Information Management
    • /
    • v.15 no.3
    • /
    • pp.119-128
    • /
    • 2019
  • Minecraft game is a sandboxed game based on a high degree of users' freedom; the game encourages its users to recreate various play patterns to increase their immersion. Although recently there were many studies that use Minecraft game techniques to improve the teaching methods but still not well adapted due to being applications-based techniques. In this paper, we present a teaching model that utilizes the same concept of the Minecraft games in where learners customize the class concepts based on their needs. Moreover, Minecraft-based learning games attempt to be used for learner-led, creativity and programming instruction, to overcome these use-cases limitations, by our study we aim to include the Minecraft-based learning games in class teaching activities, theoretical and practical lessons. In this way, we intend to increase interest in programming lessons, and to increase immersion as another way of game learning. In the future, we attempt to measure various effects of the uses of Minecraft-game-based teaching in programming classes compare to the traditionally used methods.

White-Box Simulation-Based in a Multi-Tasking Operating System (다중작업 운영체제하에서 화이트-박스 시뮬레이션 게임의 구현)

  • 김동환
    • Journal of the Korea Society for Simulation
    • /
    • v.3 no.2
    • /
    • pp.69-76
    • /
    • 1994
  • Traditionally, simulation-based learning games which are known as flight-simulators have been constructed as a black-box game. Within a black-box game, game-players can view and modify only a part of model parameters. Game-players cannot change the structure of a simulation model. In a black-box game, game-players cannot understand and learn the system structure which is responsible for the system behavior. In this paper, the multi-tasking at the level of operating systems is exploited to enhance the transparency of simulation-based learning game. The white-box game or transparent-box game allows game-players ot view and modify the model structure. The multi-tasking solution for white-box learning game is implemented with Smalltalk language on MS-/windows operating system.

  • PDF

A Functional Game Application for Korean Words Learning Based on Smartphone Environments

  • Choi, YoungMee
    • Journal of Multimedia Information System
    • /
    • v.6 no.4
    • /
    • pp.259-264
    • /
    • 2019
  • In this paper, the prototyping process for developing syllable-initial consonant-based game 'Korean Guards' is described. Users may effectively learn Korean words using alphabetically sequential approaches, but the easiness of access bestowed on the smart environments and game algorithms could be fully utilized for the functional advantages for educational purposes. This functional game is developed on Android OS and the prototypical outcome is shown.

Design & development of e-learning game contents in elementary math class (초등 수학교과의 게임형 콘텐츠 설계 및 개발 사례)

  • Cho, Eun-Soon
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2006.05a
    • /
    • pp.35-38
    • /
    • 2006
  • The purpose of this study is to design and develop internet-based game content in elementary mass class. The design of Internet-based learning game content should be different from general game contents in terms of achieving learning goal, challenging learning steps, and learning motivation. This study presents the design and development strategies in the second grade multiply mass class. This study concludes that internet-based game content should consider the importances of the process of game, accumulations of game results to remind learners of what to achieve during the internet class not to enjoy the game itself.

  • PDF

Path Analysis of Bodily-Kinesthetic Intelligence, Linguistic Intelligence, Flow and Learning Outcomes in Motion-Capture Game-Based Learning (동작인식게임 활용학습에서의 신체운동지능, 언어지능, 몰입, 학습성과 간 경로분석)

  • Ryoo, EunJin;Kang, Myunghee
    • Journal of The Korean Association of Information Education
    • /
    • v.21 no.6
    • /
    • pp.607-618
    • /
    • 2017
  • Recently, there is a growing interest in learning to use games as a teaching method for digital native learners. In this study, we conducted a path analysis between bodily-kinesthetic intelligence, linguistic intelligence, flow, learning outcomes(academic achievement, persistence intention) in motion-capture game-based learning(the used game developed for elementary school history class). As a result, bodily-kinesthetic intelligence directly influenced flow and indirectly influenced learning outcomes. Linguistic intelligence did not have direct influence on flow and indirect effects on learning outcomes. Through this result, we expected that the motion-capture game-based learning facilitate learning motivation and performance of learners for higher bodily-kinesthetic intelligence.

Applying SCORM to Game Based Learning Contents (SCORM 적용 게임기반학습 콘텐츠 개발)

  • Choi, Yong-Suk
    • Journal of Digital Contents Society
    • /
    • v.10 no.4
    • /
    • pp.659-667
    • /
    • 2009
  • ADL SCORM(Sharable Content Object Reference Model) has been widely accepted as a global reference model for standardizing e-learning technology, and SCORM 2004 4th Edition, a stable version of SCORM, gives content developers the efficient way to build interoperable and reusable e-learning contents. Recently, a number of research efforts have been taken to build on-line SCORM contents based on some traditional training or learning styles. However, they have lacked for supporting more sophisticated learning style such as game based learning, and especially they do not consider employing the specific components of SCORM model for developing game based learning contents in practice. In this work, we elicit some SCORM data elements that is useful for representing game run-time data, and apply those elements to SCORM sequencing of game based learning SCOs(Sharable Content Objects). We thus present the whole procedure of developing SCORM game based learning contents with a sample contents.

  • PDF

Development of Artificial Intelligence Janggi Game based on Machine Learning Algorithm (기계학습 알고리즘 기반의 인공지능 장기 게임 개발)

  • Jang, Myeonggyu;Kim, Youngho;Min, Dongyeop;Park, Kihyeon;Lee, Seungsoo;Woo, Chongwoo
    • Journal of Information Technology Services
    • /
    • v.16 no.4
    • /
    • pp.137-148
    • /
    • 2017
  • Researches on the Artificial Intelligence has been explosively activated in various fields since the advent of AlphaGo. Particularly, researchers on the application of multi-layer neural network such as deep learning, and various machine learning algorithms are being focused actively. In this paper, we described a development of an artificial intelligence Janggi game based on reinforcement learning algorithm and MCTS (Monte Carlo Tree Search) algorithm with accumulated game data. The previous artificial intelligence games are mostly developed based on mini-max algorithm, which depends only on the results of the tree search algorithms. They cannot use of the real data from the games experts, nor cannot enhance the performance by learning. In this paper, we suggest our approach to overcome those limitations as follows. First, we collects Janggi expert's game data, which can reflect abundant real game results. Second, we create a graph structure by using the game data, which can remove redundant movement. And third, we apply the reinforcement learning algorithm and MCTS algorithm to select the best next move. In addition, the learned graph is stored by object serialization method to provide continuity of the game. The experiment of this study is done with two different types as follows. First, our system is confronted with other AI based system that is currently being served on the internet. Second, our system confronted with some Janggi experts who have winning records of more than 50%. Experimental results show that the rate of our system is significantly higher.

Board Game Design for Disaster Safety Education for Elementary School Students Based on Learning Motivation Theory (학습동기이론 기반의 초등학생 재난안전 교육을 위한 보드게임 설계)

  • Kim Mira;Jung Hyungwon
    • Journal of Korea Society of Digital Industry and Information Management
    • /
    • v.20 no.1
    • /
    • pp.59-74
    • /
    • 2024
  • In order to improve safety consciousness due to the increase in disasters and safety accidents, safety education is necessary to prepare for disasters with interest in safety. This study is a board game design for disaster safety education for elementary school students based on Keller's learning motivation theory. By considering the school safety curriculum and the safety education contents of the School Safety Mutual Aid Association and the Ministry of Public Administration and Security, the content and goals of learning were derived and the order of learning was determined. When designing game content, the fun elements of the game were applied to Keller's learning motivation inducing factors such as attention concentration (A), relevance (R), confidence (C), satisfaction (S), and educational game design elements to induce the achievement of learning goals at the game planning stage. It is expected that the existing safety education focusing on lecture-style and audiovisual will be supplemented and used in the educational field.

An Implementation of Othello Game Player Using ANN based Records Learning and Minimax Search Algorithm (ANN 기반 기보학습 및 Minimax 탐색 알고리즘을 이용한 오델로 게임 플레이어의 구현)

  • Jeon, Youngjin;Cho, Youngwan
    • The Transactions of The Korean Institute of Electrical Engineers
    • /
    • v.67 no.12
    • /
    • pp.1657-1664
    • /
    • 2018
  • This paper proposes a decision making scheme for choosing the best move at each state of game in order to implement an artificial intelligence othello game player. The proposed decision making scheme predicts the various possible states of the game when the game has progressed from the current state, evaluates the degree of possibility of winning or losing the game at the states, and searches the best move based on the evaluation. In this paper, we generate learning data by decomposing the records of professional players' real game into states, matching and accumulating winning points to the states, and using the Artificial Neural Network that learned them, we evaluated the value of each predicted state and applied the Minimax search to determine the best move. We implemented an artificial intelligence player of the Othello game by applying the proposed scheme and evaluated the performance of the game player through games with three different artificial intelligence players.

Authoring Tool of Courseware based on Crossword Puzzle Game for Vocabulary Learning (크로스워드 퍼즐게임을 기반으로 하는 어휘학습 코스웨어 저작도구)

  • Park, Su-Ja;Jung, SoonYoung
    • The Journal of Korean Association of Computer Education
    • /
    • v.6 no.2
    • /
    • pp.157-164
    • /
    • 2003
  • To enhance the effect of learning in vocabulary learning, it is important first of all for learner to take active learning and be interested in learning, not cramming education. Due to this background, the instructor sometimes takes advantage of the game concepts in producing the courseware for vocabulary learning. But because of overwhelming overload in making the game-based courseware, it have been not made practical application to vocabulary learning. In this research, we study on the strategy for making practical application of the game concept to producing the courseware for vocabulary learning. And, based on the strategy, we design and implement the authoring tool of courseware for vocabulary learning based on crossword puzzle game. This tool enables instructor to produce the courseware based on crossword puzzle game easily and quickly and to make efficiently the courseware for vocabulary learning with level.

  • PDF