Posted December 01, 2019 by M17D05
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,
For this I am planning to use 3 systems altogether, 2 systems from my colleague and my own system:
Update
Current Work:
In this week, I had work on integrating the above system in my project and testing on different stuff to make it work on my game.
I had no problem in integrating and testing both the collision system or the audio system till now and is pretty easy to use due to documentation they had provided.
I have also created my mesh objects for the game.
Future Work:
Finishing game logic to use all system when needed