A downloadable game

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

Levels

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

Download

Download
shooter_installer_zip.zip 19 MB

Install instructions

  1. Download the game
  2. Unzip the "shooter_installer_zip.zip" file
  3. Open the "shooter_installer_X.X.exe" file.
  4. In the file dialog, select the file "Shooter.zip" from the installer zip file
  5. In the second file dialog, select the directory you want to install the game in. In this directory, a folder "Shooter" will be created with a levels folder and a Shooter.exe file.
  6. To run the game, open the Shooter.exe file

Development log