prateekagarwal3 / Othello

OpenGL code for Othello Multiplayer Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 98.9%Language:Makefile 1.1%