This repository contains simple console-based games written in C language.
These projects are beginner-friendly and help in understanding the basics of loops, arrays, functions, and conditionals.
- 2 Player Mode – Two users play against each other.
- Vs Computer Mode – Play against the computer which makes random choices.
- Console version of the classic "Hand Cricket".
- Choose runs, try your luck, and avoid getting out.
- Dice-based board game.
- Snakes pull you down 🐍, ladders lift you up 🪜.
- Includes both 2-player mode and vs computer mode.
- 2-player grid game.
- Place
XorOon a 3×3 board. - Win by completing a row, column, or diagonal.
Use any C compiler (like GCC). Example:
# Compile
gcc filename.c -o game
# Run
./game