Skip to content

prateekagarwal3/Othello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository contains a C++/OpenGL implementation of Othello(Reversi) game. It is platform specific (Linux). (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