Reversi HackSC 2020
Implementation of a reversi game for HackSC 2020
Name: Charlie Feuerborn (Programming tag FIREBORN)
Email: [email protected]
Class: CSCI 104 T Th 9:30 Section (Redekopp)
Contents worked on:
Reversi.cpp - implementation of a Reversi game and related structs/classes
Reversi.h - header file of Reversi game with minimal public interface
Install/compiling instructions
Reversi:
- Navigate to
reversiHackSC - Run
g++ -g -std=c++11 -Wall reversi.cpp test-reversi.cpp -o play-reversi - Followed by
./play-reversi - Or
./play-reversi [even number between 4 and 26]
## Issues:
### Reversi
Seems to be working okay!
## Design decisions:
### Reversi
Thoroughly explained in source code as I went, for convenience of both me and the grader.
Log in or sign up for Devpost to join the conversation.