Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-chad committed Jul 30, 2023
1 parent 6ec42d0 commit 8d3d859
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
First person pseudo 3D (Doom like) maze using python and pygame.

### About
First person pseudo 3D maze. The goal is to navigate the maze to find the exit. Walk through the exit to complete the level.
First person pseudo 3D maze. The goal is to navigate the maze to find the exit. Walk through the exit to complete the maze.

I use raycasting technique like the one used in Wolfenstein Doom. Thanks to Coder Space youtube channel for the tutorial
on this engine. Youtube video: https://www.youtube.com/watch?v=ECqUrT7IdqQ.

* Number of mazes: 10

#### Controls while playing
* ```w,a,s,d``` to move
* ```mouse``` to change directions
* ```q``` or escape to quit back to the map select screen

### Screenshot
![maze-screenshot-1](https://i.fluffy.cc/6D3hgBk9c32sjjhTZmKQQFpzMR3Nhr0Q.png)

0 comments on commit 8d3d859

Please sign in to comment.