-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
24 lines (16 loc) · 918 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Adhvik Kanagala
15-112 Term Project F20
Description: This project is a maze crawler designed to be replayed infinitely.
The Player begins in a maze, fighting enemies and acquiring new powerful weapons
and powerups to help them get to the end of the maze. Once the Player has
navigated through the maze and eliminated all enemies, they are teleported to a
new level, keeping the gear they have acquired. The maze is new and larger,
while the enemies have more health and are harder to fight. The goal is to get
through as many rooms as possible. This game utilizes Prim's algorithm to
generate mazes on demand, which are then populated with objects (weapons,
enemies, etc).
How to run: To begin, ensure that all files are in the same directory. Then, run
mainGame.py.
Ensure that PIL and random are installed first.
There is one shortcut command - press n to move to the next level to see how
difficulty scales.