Skip to content

raviteja6893/Reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Reversi

1. Install CImg library

Instructions for installing on ubuntu
	I. sudo apt-get install cimg-dev cimg-doc cimg-examples
	II. Reference link - https://charmie11.wordpress.com/2014/03/03/install-cimg-library-on-ubuntu/

2. Compile reversi.cpp
     I. g++ -o reversi reversi.cpp -O2 -L/usr/X11R6/lib -lm -lpthread -lX11
     II. Reference link - http://cimg.eu/reference/group__cimg__overview.html

3. Run the executable created in the 2nd step
     I. ./reversi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages