Skip to content

p-karanthaker/reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reversi Build Badge

Java implementation of the classic strategy game Reversi (aka Othello).

Team Members

  • Renee Blanchard
  • Dean Sohn
  • Karan Thaker
  • Elliott Maidment
  • Akash Nayee
  • Sam Ford
  • Maryam Ali

Cloning the project

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.

Importing to an IDE

Pre-requisites

  • Java IDE (Eclipse, IntelliJ, etc.)
  • Maven (configured to work with your IDE)

Importing into Eclipse

  1. Open Eclipse
  2. File > Import...
  3. Existing Maven Project
  4. Browse to the location you cloned the project to e.g.C:\Users\user\Desktop\reversi
  5. Select the pom.xml file
  6. Click Finish

Importing into IntelliJ

  1. Open IntelliJ
  2. If you already have a project open, click File > Close Project.
  3. Click Import Project
  4. Browse to the location you cloned the project to e.g.C:\Users\user\Desktop\reversi and click OK
  5. Select the second radio button Import project from external model
  6. Select Maven
  7. Click Next > Next > Next
  8. Choose your JDK by clicking the green plus if a default isn't already selected.
  9. Click Next > Finish

About

Java implementation of the classic strategy game Reversi (aka Othello).

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages