Project Together - Day 2
About
Move- WASD
shoot- left mouse
jump thrusters- space(hold)
switch scenes- F
exit game- ESC
The theme for Brackey's Game Jam 2021.1 is "Stronger Together"
My idea is to have four tanks with different specialties that can link and become Stronger Together.
The Yellow tank's specialty is speed, Blue is "jump" height, Green is health, and red is attack power.
there will be puzzles forcing you to eject different tanks to hold buttons/ shoot targets etc. You will need to strategize which abilities you need for each task.
DAY 1I finished the player movement and created the different variables for the four tanks, I also started a tank attachment system although there's a lot more work that needs to be done.
Right now I just have two scenes, one with all four tanks attached and another with them all separate but controllable(the final game will only allow you to control one detached tank at a time).
DAY 2Just about all controls for the tanks are finished! you can now eject tanks from control, attach nearby ones, and switch control.