Skip to content

db00m/cse210-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Realm of the King

Welcome to the Realm of the King. In this maze solving game of exploration and adventure help the lonely king to find gems, collect water, and extinguish flames. Use the arrow keys or WASD keys to move. The goal is simple, collect 20 gems and get the highest score without getting burned by fire. To do so, collect water and use the space bar to engage its abilities. Get close enough to the fire to put it out, but not so close that you get burned. Solve each maze quickly to get point bonus and collect 20 gems to win!

Getting Started


Make sure you have Python 3.8.0 or newer and arcade 2.5.7 or new installed and running on your machine. You can install the arcade library by opening a terminal and running the following command.

python3 -m pip install arcade=2.5.7

After you've installed the required libraries, open a terminal and browse to the project's GoblinKing directory. Start the program by running the following command.

python3 __main.py__ 

You can also run the program from an IDE like Visual Studio Code. Start your IDE and open the project folder. Select the main module inside the GoblinKing durectory and click the "run" icon.

Project Structure


The project files and folders are organized as follows:

root                    (project root folder)
+-- GoblinKing          (source code for game)
  +-- game              (specific game classes)
  +-- core              (specific core structure classes)
  +-- __init__.py       (python package file)
  +-- __main__.py       (entry point for program)
+-- README.md           (general info)

Required Technologies:

  • python 3.8
  • arcade library

Authors:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages