Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.06 KB

License

Microbe

Microbe is a Space Invaders inspired game.

It runs in 320x240@8bpp and uses RLE Compressed tiles

Controls

Has support for both Keyboard and SNES controller. The game attempts to automatically detect if you have a SNES controller plugged in, and will enable support for it if found. You will see a small SNES icon on the startup screen if the SNES controller is detected.

  • SNES D-Pad, WASD, Arrows for movement (left/right)
  • SNES B or Space to shoot
  • SNES Start or Enter to Pause/Resume
  • SNES Select or Single Quote (') to Quit

Screenshots

Startup Screen Gameplay
image image

TODO

  • multiple levels
  • menu
  • high score table
  • boss invader on top
  • moving invaders (tilemap scroll)
  • player lives/health
  • pause screen