Voidshadow
A downloadable game for Windows, macOS, and Linux
Voidshadow:
Controls: w/a/s/d or arrows and left click
(It is not done "yet")
Download
Download
voidshadow.zip 703 kB
Install instructions
Install python (at least of version 3.6), don't forget to have python in PATH and to add pip in the installation.
Open a command line in the unzipped folder (on Windows type `cmd` and press Enter in the address bar in File Explorer).
Install pygame if you haven't already using `pip3 install --user pygame`.
Run - on Windows: `set "PYTHONPATH=%PYTHONPATH%;%CD%" && cd voidshadow && python3 -m voidshadow`
On Linux use: `cd voidshadow && ( PYTHONPATH="$(pwd)/..:$PYTHONPATH" python3 -m voidshadow )`
Leave a comment
Log in with itch.io to leave a comment.