Skip to content

Pygame experiments, trying to recreate a classic MacOS game

License

Notifications You must be signed in to change notification settings

MissaDavid/boom_f_clone

Repository files navigation

Boom Clone

This repo is a way for me to experiment with Pygame, while trying to recreate a classic MacOS game from my childhood.

Running the game

  • pip install requirements.txt
  • then run python main.py

This should open a new window (currently not resizable) : img.png

Click New Game to start.

img.png

Press the SPACE bar to place a bomb. You can explode all pink blocks, but you can't kill enemies, and enemies currently cannot hit you either! Click Title Screen to go back.

Main technologies

  • Python 3.10
  • Pygame 2.1.2

Next steps

  • enemies can shoot bullets
  • HUD
  • Player can pick up coins
  • soundtrack

I'm using conventional commits (see reference here).

About

Pygame experiments, trying to recreate a classic MacOS game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages