Space Cake
This project is one of my first real group game-development projects. The goal was to make a arcade-style game. Me and my group chose to make it space-themed, because we took inspiration from space-invaders and such games. It's not a lot of very advanced stuff, but I think it's cool to see where I started of.
My Contribution
Style-Guide & Sprites
We started by making style-guides and game-design documents to note all the ideas we had and put them together. After that I started making sprites to use for the game. First I made a list of sprites I wanted:
- Player ship
- Enemy ship
- Bullet / Laser
- Jerry Can boosters
After making my list of sprites I want, I started in photoshop by making simple art. I selected the pencil tool and started. I took some reference off of google for ideas.
Design
For me the design of a game is very important. If it doesn't play well or just doesn't look right it's a major red flag. So I charged myself with the task of making the game look right. Most games have you (the player) start at the left-side of the screen, this is because in most cultures people read from left-to-right. The score also needed a good place to be in. First I set it in the top-middle and then just above the healthbar, but I noticed with both places that the score will obstruct your view when the player is playing the game. So top-left corner was the best option in my opinion because of the left-to-right reading style. Most games have the healthbar located in the bottom-left corner, so I thought that would be good. It doesn't obstruct anything and it's still prefectly visable.
Core Mechanics
After that we looked at what the core-mechanics of our gamer could be. So we settled down and started thinking and making a list. We started of with movement and shooting enemies. So I was in charge of the movement. I made a very simple script using C# and the Transform.Position from Unity.
More scipts can be found in the Github page at the top-right corner.
This is the sprite of our enemies. This was made using the pencil tool in photoshop
This is a GIF of the gameplay. You start of in a little spaceship and just need to survive the waves of enemies flooding your screen. You can pick-up 2 jerrycans to boost the speed of your space-ship and the rate you fire at.