2d gaming
2d gaming
C++, Visual studios, must be complete project (project, solutin file, and debug file) Submit game design document as a separate file
Project Overview
In this assignment, you will create a simple 2D game for the PC. You will examine software and hardware issues associated with creating 2D games, and use a graphics Application Programming Interface and/or game code libraries to incorporate sound, graphics, and animation into your game. Your game must have at least one level of play.
Deliverables
Write a brief game design document, using templates provided by your instructor or referenced in the resources section of this assignment. There should be a properly described list of features and game scoring/or goals at the minimum.
Design, develop, and test code that demonstrates the features listed in the above design document. The game should include at least one demonstration of each topic below:
Sprite animation
User input/controls
Bitmap font displays (timers, life meters, lives left, dialog text, etc.)
Sound effects
Collision detection
Game message loop
Background transitioning, if game appropriate
Submit your program and source code with comments. The project should run without defects. Make sure you include with your project all the game assets, such as:
Bitmap files
Sound files
Maps, etc.