Skip to content
 
 

Latest commit

 

History

85 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utopia - Dungeon Adventure

Utopia is our game that we have written for Professional Skills 1.

Installation

Standalone application

If you decide to run this game as a standalone application, these are the instruction Game dependencies:

  • pygame
  • pytmx

Install these with pip:

pip install pygame pytmx

To run this game, you must have python and pip installed on your system.

Usage

  1. Open the folder where it is downloaded
  2. Click on the path bar
  3. Write cmd and press enter
  4. To run the game execute this terminal:
python main.py

Basics

The 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.

What to look for:

  • Chests look like this:

./tiles/chestexample.png

  • The exit look like this:

./tiles/door.png

Credits

Meet our team:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages