Skip to content

zperkowski/Reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages