Collection of software written purely in C
Current Library:
- cube | Rotating Cube
- gameoflife | Conway's Game of Life
- gameofwar | Altered version of Conway's Game of Life
- heap | Simple heap data structure implementation
- hmap | Simple hash map data structure implementation
- raycaster | 2.5 Raycaster Graphic Engine
- snake | Classic snake game
- tetris | Classic tetris game
- wordlesolver | Helper to guide you toward the daily wordle solution
To run:
Navigate to the directory of the software you want to run
cd ./$GAME
Compile
make
Run
./$GAME.out