• Title/Summary/Keyword: Online Game Development Project

Search Result 7, Processing Time 0.024 seconds

A Study on Methodology of Online Game Development using Integrated Single Module with Client and Server (클라이언트와 서버가 통합된 단일 모듈을 사용한 온라인 게임 개발 방법론 연구)

  • Kang, Min-Seok;Kim, KyungSik
    • Journal of Korea Game Society
    • /
    • v.14 no.5
    • /
    • pp.107-116
    • /
    • 2014
  • The traditional methodology of online game development is separating server development module and cilent development module. However developing and maintaining expenses have been increased a lot due to duplicated modules such as definitions of network protocols and managements of planning data. In this paper, we suggest an advanced methodology of online game development based on the integrated single module with client and server. Its effectiveness was shown by applying the proposed methodology in the development of the online game 'Chungmukong's Battle on the Sea'. In this case, the project size was reduced by 15.1% by using the integrated single module with client and server.

The Study on Relief of Elementary Students' Game Addiction through the Online Game Development Project Learning (온라인 게임 개발 프로젝트 학습을 통한 초등학생들의 게임 중독 개선 연구)

  • Baek, Sung-Hyun;Kim, Soo-Hwan;Han, Seon-Kwan
    • Journal of The Korean Association of Information Education
    • /
    • v.13 no.4
    • /
    • pp.471-478
    • /
    • 2009
  • In this paper, we intend to relive game addiction by educating game programming for students that suffer from game addiction. We had analyzed popular games at the present day and extracted factors related to information education from game programming tool. In addition, we had designed the practical lesson plan based on the instructional design model. We had applied the game programming project to students for a year and the results were as follows. First, we verified the drop of addiction propensity by performing the examination of game addiction scale with before and after T-test. Second, according to the results of analysis based on grounded theory, it saved game time and relieved game addiction. In conclusion, this study shows that the game programming project relieved game addiction.

  • PDF

Software Development Education through Developing a usable Multiplayer Online Game (다중 사용자 온라인 게임 개발을 통한 소프트웨어 개발 교육)

  • Yoon, Ilmi;Ng, Gary;Kwon, Oh Young
    • The Journal of Korean Institute for Practical Engineering Education
    • /
    • v.4 no.2
    • /
    • pp.38-45
    • /
    • 2012
  • Building a game has been used as effective and attractive way of teaching computer science. Building a usable Multi-player Game is requires important aspects of technology, teamwork and software engineering principles. The whole class was structured in to several teams and students needed to join one or two teams. Each team presented their progress, discussed future milestones and troubleshoots, updated documents for clearer communication and utilized SVN(Subversion) throughout the semester. Unlike usual class setting, all students worked collaboratively together like one company to achieve the goal. In one semester, students started from concept design and completed a working Multiplayer Online Game called "deBugger" (Fall 2009), and "World of Balance" (Fall 2011), while learning game design, 3D graphics, Game Engine, Server-client architecture, Game Protocol, network programming, database, Software Engineering principles, and large application development as a team project.

  • PDF

Study On the Object Oriented Design Project of Online Game Engine Using UML (UML을 사용한 온라인 게임 엔진 프로젝트 설계 연구)

  • Choi, Sung
    • Journal of Korea Game Society
    • /
    • v.5 no.1
    • /
    • pp.33-40
    • /
    • 2005
  • Game Designs & Developers that system designs improve, the product and the change of tasks to all developers are essential in achieving On-Line Game project. Existent Or-line Game project management designs supper the definition and the change of project activities, and configuration management designs support version check, workspace management, build management, etc. In this paper. the proposed Design defines Game component based development process model, and achieves recording of process progression, processing the request of change, reporting the progression of each task, product registering and change, version recording, artifact or form search, etc. using UML. Furthermore, study on the stake holders get the systematic management and standardization by sharing information that are necessary in Game design & development and configuration management in distributed environment using the system integrated management design.

  • PDF

Study On the Object Oriented Design Project of Online Game Engine Using UML (UML을 사용한 온라인 게임 엔진 프로젝트 설계 연구)

  • Choi, Sung
    • Journal of Korea Game Society
    • /
    • v.4 no.3
    • /
    • pp.21-28
    • /
    • 2004
  • Game Designs & Developers that system designs improve, the product and the change of tasks to all developers are essential in achieving On-Line Game project. Existent On-line Game project management designs supper the definition and the change of project activities, and configuration management designs support version check, workspace management, build management, etc. In this paper, the proposed Design defines Game component based development process model, and achieves recording of process progression, processing the request of change, reporting the progression of each task, product registering and change, version recording, artifact or form search, etc. using UML. Furthermore, study on the stake holders get the systematic management and standardization by sharing information that are necessary in Game design & development and configuration management in distributed environment using the system integrated management design.

  • PDF

A Case Study on the Development of Curriculum for Dept. of Game Programming in University Customized to Online Game Industry (대학(게임 프로그래밍 계약학과)의 게임산업계 맞춤형 교육과정 개발을 위한 사례 연구1))

  • Yoon, Hyung-Sup;WhangBo, Taeg-Keun
    • Journal of Korea Game Society
    • /
    • v.10 no.2
    • /
    • pp.89-97
    • /
    • 2010
  • Still there is a quality mismatch between required manpower of game companies and supplied one from universities in Korean game industry. The demand-oriented workforce training project is being implemented by KOCCA(Korea Creative Content Agency) for reducing the gap. This paper is focused on the development of training course for students of the game programming department in K University. This paper derived a education training course customized to online game industry by surveying 35 companies to find their needs for recruiting. Additionally some advice is suggested for successful education training. This paper not only will contribute to verify the required competence of people force in game industry but also offer a guideline for designing curriculum for game programmer.

Design and Implementation of the Game Engine for the Multiplayer Mobile Network Game (다중사용자 모바일 네트워크 게임을 위한 게임엔진의 설계 및 구현)

  • Jeong, Chul-Gon;Choi, Hwan-Eon;Jeong, Sun-Wung
    • Journal of Korea Game Society
    • /
    • v.7 no.2
    • /
    • pp.101-112
    • /
    • 2007
  • Along with the development of mobile technology, mobile game has undergone a change from downloadable game to network game, where a large number of users connect to server and play real-time game with a mobile phone. In order to develop these mobile network games economically, a proper, suitable game engine is needed. This study proposes the result of design and implementation of RWMMO-GE(Realtime Wireless Massively Multiplayer Online RPG Game Engine) that is used to develop a mobile network game. The structure of RWMMO-GE, which is the research result of this study, consists of major components such as Network/Client Module, Object Module, Map Tool, Script Editor, and Character Editor. The characteristics of the multiplayer mobile game developed by this engine is that a large number of players can play real-time game in a single map, which implies a possibility of a new business model in this area. This research is a result of the RWMMO-GE supported by 2006 IT Excellent Technology Support Project(No:A1300-0601-0125) of IITA(Institute Information Technology Advancement).

  • PDF