Skip to content

recurze/Othello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Othello/Reversi game implementation

This project contains implementation of the 2-player game Reversi in C++ first, which is then translated to ARM assembly code.

Motivation

Was created as a lab assignment for one Computer Architecture course.

And to kill boredom :p

Software

The ARM code makes use to the EMBEST BOARD PLUG-IN on the ARMSim# to draw to board on-screen.

How to use?

  1. Clone this repo, compile and run:
git clone http://github.com/recurze/Othello && cd Othello
g++ -o othello othello.cpp && ./othello

You can now play it on the terminal. It achieves clear screen and color using strings ("033...."), so it might not work on Windows?

Enjoy the game :)

About

Othello/Reversi game implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published