Proposal
EAE6320_Final_Project » Devlog
Proposal
Project Description:
For my final project, I am planning to make a snake game. The player will play as a rectangular bar (snake) to collect squares (food), There would be walls on the corner of screen and any time the player touches the wall the game would reset. Along with that, following restrictions are present,
- there won’t be any score.
- The snake would not increase in size and would not animate like in normal game where if you turn the head of the snake turns and body follow it. Instead entire snake would rotate in the direction you give.
For this I am planning to use 3 systems altogether, 2 systems from my colleague and my own system:
- Luis Garcia’s Collision System: I am using Luis’s system to check when the player eats the food or collides with the wall to reset the game
- Srija Kambhampati’s Audio System: I am using Srija’s system to play different sounds when the player eats the food or collides with the walls
- Mit Doshi’s (My) Particle System: I am using my particle system to emit effects when player collects the food.
Files
Snake.zip 361 kB
Dec 15, 2019
Leave a comment
Log in with itch.io to leave a comment.