leodlplq / othello

c/c++ project - making a reversi-othello game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OTHELLO GAME MADE IN c++


Hey, what you're currently watching is our Othello/Reversi game made with C++. This project is a part of our studies at IMAC.

HOW TO PLAY ?

GET IT

You wanna play ? To be able to play, you first need to clone this repo or download the project. Once done, go in the /othello file and run the command :

  • make (for Linux/Mac)
  • mingw32-make (for Windows, you need to already have mingw32)

COMPILE

When you've successfully compile the game, that's it you can run it ! run the command :

  • ./game (or ./game.exe on Windows)

WHAT THEN ?

Give us feedback about the game ! Léo Delplanque : my website.

About

c/c++ project - making a reversi-othello game


Languages

Language:C++ 97.8%Language:Makefile 2.2%