Java implementation of the classic strategy game Reversi (aka Othello).
- Renee Blanchard
- Dean Sohn
- Karan Thaker
- Elliott Maidment
- Akash Nayee
- Sam Ford
- Maryam Ali
Once you have been added as a collaborator to this project, go ahead and clone the project to your local workspace. The easiest way to clone is to download the GitHub Desktop app and follow these instructions. If you're using Git Bash then it's assumed you don't need instructions.
- Java IDE (Eclipse, IntelliJ, etc.)
- Maven (configured to work with your IDE)
- Open Eclipse
- File > Import...
- Existing Maven Project
- Browse to the location you cloned the project to e.g.
C:\Users\user\Desktop\reversi - Select the
pom.xmlfile - Click Finish
- Open IntelliJ
- If you already have a project open, click File > Close Project.
- Click Import Project
- Browse to the location you cloned the project to e.g.
C:\Users\user\Desktop\reversiand click OK - Select the second radio button
Import project from external model - Select
Maven - Click Next > Next > Next
- Choose your JDK by clicking the green plus if a default isn't already selected.
- Click Next > Finish