A package of 18 text-based modern games
-
Updated
Mar 13, 2023 - C
A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish.
A huge variety of algorithms exist for generating and solving mazes. These are not only fun to implement, but also are a good way to familiarise yourself with programming techniques, algorithms, and languages.
A package of 18 text-based modern games
MazeBlaze is a maze-solving bot which find the shortest path in the given maze.
Computer Science and Engineering Laboratory I (2020-1)
In this project we create a dynamic 3D view of the inside of a maze using Ray-casting.
Micromouse simulator with four levels written in C
unix command maze: generating a maze
Kruskal maze generator & Backtracking mazer solver
3D graphically “realistic” representation that we could have from inside a maze in a subjective view. This representation uses the Ray-Casting.
Maze is a C library that is capable of scanning a complex maze and find the shortest path to end using Dijkstras algorithm. It can function independently as well as on any simulator or hardware. The same has been used to simulate a line follower robot on Coppeliasim ( VREP ) using its legacy remote API in C.
A maze raycasting game
A maze generator and solver (with and without graphical)