Text-Shooter
About
Text Shooter
Description
This is a simple small game I created in python. I challenged myself to create my own render engine, and it ended up pretty bad. But I think it's still a fun game!
Your the arrow, and you need to survive and shoot your enemies!
Controls- WASD to move
- SPACE to shoot
I coded a simple level manager. In the menu of the game you can press "b" to open it. Enter the path to a file you want to save the level in (the standard file-extension is ".sthlvl", but others work too), and hit enter. A window should pop up with lots of buttons. Press buttons to toggle their state (red=wall, grey=no wall). Close the window to save.
When you want to play one of your one levels, press "o" in the menu and select the file your level is saved in.
Github:Github - Genius1512