Skip to content

shivamgupta1/Othello

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository contains a C++/OpenGL implementation of Othello(Reversi) game. It is platform specific (Linux). You can remove nanosleep calls to make it platform independent.

Installation

Make sure OpenGL is installed. For Linux:

sudo apt-get install build-essential
sudo apt-get install freeglut3 freeglut3-dev
sudo apt-get install binutils-gold

Move to the cloned directory and do:

make

Now, to run the game:

./game

About

OpenGL code for Othello Multiplayer Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • Makefile 1.1%