🎮 🧩 Simple 2D puzzle game built in C for Linux and macOS.
-
Updated
Feb 10, 2025 - 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.
🎮 🧩 Simple 2D puzzle game built in C for Linux and macOS.
unix command maze: generating a maze
First-person maze-navigation game for the Pebble smartwatch
Implementing labyrinth & visualization of DFS & BFS
Maze solver and generator algorithms.
A maze raycasting game
A maze generator and solver (with and without graphical)
The following C code will generate a random maze and solve the maze using Linked List Data Structure
MST/maze generation by Kruskal's, Prim's and Boruvka's algorithm in C
A C Program to generate and solve a Maze using Depth first Traversal
Maze-Maker is a Python-based maze generation tool that creates random mazes using a recursive backtracking algorithm. Designed for developers, game creators, and enthusiasts, this project provides a simple yet powerful solution for generating mazes of any size. Each maze is represented as a grid, where walls and paths are distinctly
Welcome✌ to the Maze Game, a thrilling adventure coded in C language using the SDL2 Engine! Navigate through intricate mazes, solve puzzles, and conquer challenges in this classic-inspired game.
UCS and A* algorithm implementation for maze solving.
Maze generator & Dante algorithm solver
Realtime iterative flowmap generation using opengl compute shaders.
A CLI application to generate mazes & write them to XPM image files (or shared libraries).
game-dev project based on SDL-C with the goal to develop a maze-escape game with procedural generated maps
Text-based game where you try to solve a generated maze (written in C)
A command line tool to generate and solve mazes which are stored as png files. Using a wide range of graph algorithms A*, DFS, BFS...