1 / 12

Game Programming

Game Programming. Game Engine Introduction. Eriq Muhammad Adams J. eriq.adams@ub.ac.id. Agenda. Game Genre Game Engine Game Engine Structure Game Development Workflow Terminology Tips. Game.

baina
Télécharger la présentation

Game Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Game Programming Game Engine Introduction Eriq Muhammad Adams J. eriq.adams@ub.ac.id

  2. Agenda Game Genre Game Engine Game Engine Structure Game Development Workflow Terminology Tips

  3. Game Greg Costikyan : "A game is a form of art in which participants, termed players, make decisions in order to manage resources through game tokens in the pursuit of a goal.“ Eric Zimmerman : "An activity with some rules engaged in for an outcome."

  4. Game (cont.) • To build an impressive game you have to learn game design (please read game design books). • Game design is the process of: • Imagining a game. • Defining the way it works. • Describing the elements that make up the game (conceptual, functional, artistic, and others). • Transmitting that information to the team that will build the game.

  5. Game (cont.) • Ideas may came from : • Dream (daydream). • Other media such as television, movies, books, etc. • Other games.

  6. Genre Action games normally include physical challenges, puzzles, races, and a variety of conflict challenges, mostly at the personal level. Strategy games tend to include strategic (naturally), tactical, and logistical challenges, in addition to the occasional economic ones. Role-playing games involve tactical, logistical, and exploration challenges Real-world simulations include sports games and vehicle simulations, including military vehicles. Construction and management games such as Roller Coaster Tycoon are primarily about economic and conceptual challenges. Adventure games are chiefly about exploration and puzzle-solving.

  7. Game Engine A game engine is a software system designed for the creation and development of video games. Game Engine has several sub engines such as sound engine, graphic engine, physics engine, AI engine, etc. Commercial Engine : Unreal Engine, C4 Engine, Unity 3D, Renderware, GameByro, etc Open Source Engine : Illricht (C++), Ogre 3D (C++), Panda 3D (Python/C++), Jmonkey Engine (Java), Xith3D (Java), JPCT (Java), Slick2d (Java), AndEngine (android/Java), etc.

  8. Game Engine Structure

  9. Game Development Workflow Idea Planning Development Milestone Requirement Gathering Development Phase Debugging & Testing Phase Release Phase http://jmonkeyengine.org/wiki/doku.php/jme3:intermediate:best_practices

  10. Terminology See the basic game development terminology at http://jmonkeyengine.org/wiki/doku.php/jme3:terminology

  11. Tips Use Version Control to versioning codes : CVS, Subversion, Mercurial, etc. Understanding your audiences (for core games or casual games). Don’t reinvent the wheel In programming, do complex thing first.

  12. References New Riders - Andrew Rollings and Ernest Adams on Game Design New Riders - Chris Crawford on Game Design http://jmonkeyengine.org/wiki/doku.php/jme3

More Related