This commit is contained in:
Bruno Rybársky 2021-10-30 19:38:39 +02:00
commit 06d6566f2f

8
README.md Normal file

@ -0,0 +1,8 @@
# Bomb
My python game
Assets:
music.ogg - my creation in lmms(lets make music)
the rest of assets - opengameart(should be cc0)
code - mine
tonegen.py - reference: https://stackoverflow.com/questions/7816294/simple-pygame-audio-at-a-frequency
and the template for game was from somewhere onm the net