Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 492 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 492 Bytes

pathfinder

Pathfinder is a psuedo 3D game that uses raycasting to simulate a 3D environment. A maze is generated and the goal of the game is to find the end of the maze.

This program was initially made on Ubuntu 16.04

Must have X11 library and Make installed

From terminal type make to compile the program

Use W, A, S, D to move around. Press P to quit.

To run, from terminal type:

./pathfinder (maze size)

Argument must be an odd number between 5 and 55

Example:

./pathfinder 25