Skip to content

Bre4dGC/tui-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Console Games Collection

A collection of simple terminal-based games implemented in pure C using only standard libraries.

Available Games

1. Minesweeper

minesweeper

Classic minesweeper game with grid-based gameplay.

  • Navigate with WASD keys
  • Place flags with 'f' key
  • Reveal cells with Spacebar

2. Tic Tac Toe

tictactoe

Two-player Tic Tac Toe game.

  • Navigate with WASD keys
  • Place X or O with Spacebar

3. Match-3 Puzzle

matchthree

Match-3 puzzle game.

  • Navigate with WASD keys
  • Swap tiles with Spacebar + direction + Spacebar

4. Snake

snake

Snake game.

  • Navigate with WASD keys

5. T-Rex Dino

dino

T-Rex Dino game.

  • Jump with 'w' key
  • Crouch with 's' key

Compilation

make # Compile all games

clang -o bin/<game> src/<game>.c # Or compile specific game
./bin/<game>

Releases

No releases published

Packages

 
 
 

Contributors