Skip to content

tombyrn/cgamesuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cgamesuite

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

About

Collection of terminal games written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published