From 76ddba6966e54b32d0aa2847594f5b85149a6ea4 Mon Sep 17 00:00:00 2001 From: BRNSystems <70092437+BRNSystems@users.noreply.github.com> Date: Sat, 30 Oct 2021 19:38:23 +0200 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c53cc0b --- /dev/null +++ b/README.md @@ -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