1
This is a demo game put together over the weekend to test the Python language integration in TIC-80.
There are 10 levels with 3 types of enemies and super basic score and health system.
A simple state machine implementation to transition from Title screen to gameplay to Victory/GameOver screen.
The collision function is customizable for sprite/object sizes smaller than 8x8 pixels like bullets.
The game is adapted from a PygameZero tutorial found at https://aposteriori.trinket.io/game-development-with-pygame-zero#/tanks/battle-city-1985