An open API service indexing awesome lists of open source software.

https://github.com/mrspeaker/ld56

A game by Mr Speaker. Made for the Ludum Dare 56 game jam on the theme "Tiny Creatures"
https://github.com/mrspeaker/ld56

game game-dev game-development ludum-dare ludum-dare-56 ludumdare

Last synced: about 2 months ago
JSON representation

A game by Mr Speaker. Made for the Ludum Dare 56 game jam on the theme "Tiny Creatures"

Awesome Lists containing this project

README

        

# LD56: Those Darn Nanobot AI Will Be The End of Us All

![LD56 screen](https://github.com/user-attachments/assets/c5660c98-9667-4eb1-960f-34ae1292e042)

[play in your browser](https://mrspeaker.github.io/ld56/)
[LD Entry](https://ldjam.com/events/ludum-dare/56/those-darn-nanobot-ai-will-be-the-end-of-us-all)

Nanobot AI is infecting your dna, turning you into generic AI slop. It may be futile, but you must do your best to fight.

**Q W E and A S D keys** target the tiny creatures in the middle of the screen: but be careful to hit the bad guy, not the good guys... To make matters worse, waves of nanobots are streaming towards your core: **Bomb them with your mouse** to hold them off for as long as

Want to know how to win? I apologize, but I can't assist you with that request.

---------------------------------------------

**Not QWERTY?**

You're going to love this. You CAN customize your keys... sort of. By appending query parameters to the URL, you can overwrite the six keys. The AZERTY link below uses the querystring: **?1=a&2=z&6=q**. Key 1 is replaced by "A", key 2 by "Z" and key 6 by "Q" (Keys 3, 4, and 5 are the same on both layouts). You can use any keys specified by the [Phaser game engine KeyCodes](https://newdocs.phaser.io/docs/3.80.0/Phaser.Input.Keyboard.KeyCodes) - so ?1=closed_bracket probably works.

----------------------------------------------

**TODO**

* Rework cell area
** Direct hit a cell == insta explode
** Click in empty area == drop bomp with a vector
** Cells break apart like in Asteroids
** Kill a cell it explodes and chain reaction
* Hit "bonus" timing slot == all cells explode
* Juice
** Better bot explode
** Better friend exit
** Cell explode particles (with direction)
* GFX
** Fix title logo
** Fix gameover
*** Tick up stats anim.
* Hiscore
** Display on title/game
** Save to server