Posted March 04, 2021 by jesse850330
2 Weeks Game Jam
Task - programmer
Day 1
Research ideas for the game.
Day 2
Start a new project in unity and build a basic prototype. Write a script for the player control and testing it.
Day 3
Write the script for the score system and testing in the prototype. Set up a prefab for the AI rock and write a script for it.
Day 4
Import the animation for the player character. Write a script for the animation controller.
Day 5
Import the animation for the AI rock. Write a script for the damage system. Do a simple game testing.
Day 6
Import assets from the artists. Replace all the prefabs and use a free audio library to find some SFX audio. Write a script for the game manager and test the prototype.
Day 7
Write a script for the in game UI and connect with the score system. Write another script for the main menu and connect all the buttons to the script.
Day 8
Do the game testing and get some feedback. Fixed all the problems and made a game build.