I have started working on a version of " Combat" during the Outofthebit game jam.
blogpost
The game is far from finished, but I really think a 4 or 6 player version could be amazing.
to do :
- rotation of the sprites of the tank
- bullet creation
- bullet collision
- score
- explosion
- spawn the tanks randomly
- victory screen
- rematch
I
I think pico-8 is limited to two players max, but if you mean AI then go for it! And the collision is a little bouncy right now when you hit walls, if this is that default collision package I would change the bounce to zero.
Also, I don't think there's a rotation function, so you either have to draw the rotated sprites as frames or manually code up a per-pixel rotation function. Good luck!
[Please log in to post a comment]