Blackscreen Simulator BETA
A downloadable game for Windows, macOS, and Linux
IMPORTANT! This game NEEDS python and pygame!. You can download python here, and pygame here (we use a link from the webarchive, because we couldn't reach the website while writing this text :D ).
Because of the BETA collisions are turned off by default. Use the Cheat UUDDRLRLBA to enable collisions. (U=UP;D=DOWN;R=RIGHT;L=LEFT;B=B KEY;A=A KEY)
Blackscreen Simulator is a free Open Source Game written in python and pygame, based on the nEngine. The Story tells about getting the light back after a nuclear war. On your travel you have to go through the land and
Note: This game was made to test the nEngine, so it's not a *real* game. Please keep this in mind :)
Status | Prototype |
Platforms | Windows, macOS, Linux |
Release date | Jul 26, 2016 |
Author | Mysi |
Genre | Role Playing |
Tags | 2D, Action-Adventure, Experimental, senseless |
Code license | Apache License 2.0 |
Average session | A few minutes |
Languages | German, English |
Inputs | Keyboard, Mouse |
Download
Install instructions
IMPORTANT! This game NEEDS python and pygame!. You can download python here, and pygame here (we use a link from the webarchive, because we couldn't reach the website while writing this text :D ).
1. Unpack the .zip file with any extractor (on windows, i recommend winrar)
2. (Windows):
double-click the launcherAlternate.py file to run (or the StartGame.bat)
(OSX):
I have no idea how to do it on a mac, but it should be self-explaining
(Linux):
2.1 try to run "python launcherAlternate.py linuxstart.py" in a terminal
2.2 if it fails, try to edit the launcherAlternate.py and add a "python " before the main.py in "os.system('main.py')"
2.3 run "python launcherAlternate.py" in terminal
2.4 if everything fails, run "python main.py --directstart" in a terminal. To change the resolution, use the --x and --y argument. Please note that error handling is disabled if you do so.