zperkowski / Reversi

Reversi console game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reversi

Build Status

Reversi is a board game for 2 players. More information about the game you can find on Wikipedia.

In the game you can:

  • Change the board size
  • Change players' names
  • Save the names to the hard drive

Reversi

Getting Started

Prerequisites

What things you need to install:

gcc 4.9 or newer

Installing and running

gcc Reversi.c -o Reversi.o && ./Reversi.o

About

Reversi console game

License:GNU General Public License v3.0


Languages

Language:C 100.0%