Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fro-Z/Reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Reversi

Reversi board game running in terminal using ncurses.

Game info: https://en.wikipedia.org/wiki/Reversi

Features

  • Local play
  • Play vs AI (Using Simple AI, or minimax algorithm)
  • Play over network (TCP connection)

Menu:

Menu screen

Ingame:

Game screenshot

AI vs AI over network connection:

AI vs AI over network

Build

Requirements:

C++ 14 compatible compiler, unix system with ncurses

make build
./Reversi

About

Reversi board game running in terminal using ncurses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published