Introduction
First of all, sorry for my bad English. It Is not my native language so I´m sure I will make a lot of mistakes. Also, I don´t have much time to work on the Jam (I have a full time job as a Software Developer) but since it is my very first jam, I thought that would be nice try to write something about the process.
The Game
I´m not an artist. I don´t know how to use any graphic editor. So, I have to use as many free assest as I can.
The theme for this jam is Free. I thought to make a game about a kind of astronaut who uses a jetpack and tries to free some prisoners. When all the prisoners are freed, the player have to reach a teleporter to be teleported to the next level
I will use this free asset from the Unity Store.
Great, I have something. It may be silly or simple but I know I will learn a lot. I mean, that is my goal, learn.
So, I don't have much time and I don't have much experience making games... Mmm I should try to make a plan.
The MVP (Minimum Viable Product)
At least, I think that my game should have this features:
- The player can move from left to right using A and D
- The player can fly using W
- A walking animation should be played when the player is walking
- The jetpack would be animated when the player is flying
- The jetpack is unlimited
- A level designer should be able to set how many prisoner a level has
- A level designer should be able to set how many enemies a level has
- A level designer should be able to set where the player should spawn
- When all the prisoners are freed, the teleporter should be activated
- The UI should show the remaining prisoner count
- When the teleporter is active and the player reaches it, the Game Manager must load the next level
- Enemies can only patrol a specific area
- The player can fire and destroy enemies
- The player have infinite ammo
- The player can pause the game
- I have to reference the assets that I used
Wow... it is a lot. I hope to make it
DAY 1 AND 2
I worked on the player´s movement. It´s not perfect but I´m happy.
I think I can mark some features as done!