Utopia is our game that we have written for Professional Skills 1.
If you decide to run this game as a standalone application, these are the instruction Game dependencies:
pygamepytmx
Install these with pip:
pip install pygame pytmxTo run this game, you must have python and pip installed on your system.
- Open the folder where it is downloaded
- Click on the path bar
- Write cmd and press enter
- To run the game execute this terminal:
python main.pyThe game is a text based game. You move and interact with objects by typing commands in a terminal on the right hand side. A few sample commands:
player.moveX(3): moves the player right by 3 blocks.player.moveY(-1): moves the player down by 1 block.chest.interact(): if the player is exactly on top of a chest, this command opens the chest and takes the coins inside the chest.door.interact(): if the player is hovering over the exit, this command opens the door and ends the level.
- Chests look like this:
- The exit look like this:
Meet our team:

