Jam game made in Finnish Game Jam/Global Game Jam 2018. No previous experience of Python or cocos2d.
Notes:
You need to download v1.2 version of these dll’s
What we had in list to do to get the minimum viable product going on. Not in particular order:
sounds, musics and effects to the game
events -> when pressing the “Purhcase” buttons, event will be send to different layer to do the actions (Buy unit if enough money, show unit on the screen etc).
AI for enemy player. Simple AI that will purchase random unit when available funds.
Increasing resources every second and after getting enemy damaged
Units and their properties
Win & Lose condition -> showing end screen and then back to main menu
Power vs other units™ -table
Many tanks | Missile | Nuke | Few tanks | |
---|---|---|---|---|
Many tanks | 0 | + | x | - |
Missile | - | minor | x | + |
Nuke | x | x | x | x |
Few tanks | + | - | x | 0 |