A downloadable game for Windows and Linux

A School project for DD1310, NOTE: The game is in Swedish. The player has the objective of eliminating Phöz, which has taken over the basement of the V-Building at KTH. In order to do so, the player needs to navigate through the basement – carefully avoiding dangers such as exams, and drunk students who might take the player for a walk. If the player is lucky – they might even find a Golden Bäsk, which could prove useful in the battle against Phöz. Once the player smells the scent of Phöz, they’ll have the ability to try eliminating Phöz by throwing a non-alcoholic Heineken – a beverage able to create a powerful enough allergic reaction in Phöz that they’d die instantly.

Download

Download
phozrooms_v2.0-alpha.zip 123 MB

Install instructions

Download the ZIP file and unzip it to a folder of your choice. On Windows, you can run the game by simply running phozrooms.exe. 

If you're on Linux or Mac, you'll have to run the game through a code editor like VSCode. You need to make sure that you can run virtual environments and that Python 3.9 or later is installed. The game requires pygame, Pillow and Colorama in order to work. These can either be installed manually or installed by following the instructions below. 

1. Open the folder in VSCode

2. Run the setup.py and wait until you get the "installation completed" in the terminal.

3. Run main.py

If the setup.py does not work, you can install the dependencies using pip by running this command in the terminal: 

pip install Pillow, colorama, pygame

Development log

Leave a comment

Log in with itch.io to leave a comment.