Game Project 4 - CSC 361
For your fourth and final game project you will create a 2D or 3D video game in a new group in about 4 weeks. Your finished game must contain the following:
- A game with a character
- A large environment for the character to move within that has obstacles of some kind. This could be one large area or multiple smaller areas.
- Objects that affect the character or the game when interacted with – need at least 6 different interactive items that cause noticeable effects in the game (UI, player, game environment, etc…).
- Control system with at least six different commands (e.g. move forward, pull up inventory, attack, etc…)
- Effective use of animation, particle effects, and lighting to give an immersive feel to the game.
- Good use of sound effects and music to bring together what is occurring in the game.
- A solid user interface that fits the overall look of the game.
- Makes use of some form of path finding (static or dynamic) in the game.
- Makes use of a simple expert system or other AI system for affecting some aspect of the game.
- A Menu Screen that has: Play, Load Game, Help, and Credits
- Game provides a way to save progress and reload from that progress using JSON files.
- This game should go past basic functional from the first three projects and have a more complete game play feel to it.