It’s beginning to look like a real game: (Game Dev Day 16)
1 min readJul 27, 2021
We have gone from an empty scene in Unity to this in just two weeks.
In two weeks we have:
- Made a fully functional player object with movement, collisions, boundaries, and a fully functioning firing system.
- Made an enemy spawner that randomly spawns in enemies who will move down the screen, and respawn at the top if they are not destroyed.
- Added artwork to our background.
- Cleaned up our spawn system for both the laser and the enemy, as to avoid system bloat.
We aren’t done, there is plenty to add and improve upon. But the core game is finished. It functions correctly and can be played anytime. Now we can explore adding new mechanics and systems to make the gameplay more intricate (see the Powerup in the example gif above). We can also add music, and UI, and a main menu (and maybe a score system to track player progress between runs).