Skip to content

A two player strategy game with 8x8 board running on the terminal.

License

Notifications You must be signed in to change notification settings

diwasrimal/reversi-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reversi

Reversi, is a strategy board game for two players, played on an 8×8 uncheckered board. This C program simulates a game of reversi on the terminal.

Build

git clone https://github.com/diwasrimal/reversi.git
cd reversi
gcc -o reversi -std=c11 -Wall -Wextra reversi.c

Run using ./reversi or .\reversi.exe depending on your OS.

Demo

recording.mp4

Future Ideas

  • Integrate AI (use minimax)

About

A two player strategy game with 8x8 board running on the terminal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published