Skip to content

Nimdoc/pathfinder

Repository files navigation

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

About

A simple raycast engine for a school project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published