Skip to content
/ DiceUp Public

DiceUp is a collection of backgammon playing AI's.

Notifications You must be signed in to change notification settings

rdadrl/DiceUp

Repository files navigation

DiceUp

How to merge into your intelliJ projects

  • launch intelliJ
  • in the initial screen, select "Check out from Version Control" and choose "Git"
  • print "https://github.com/rdadrl/DiceUp.git" under URL section and choose an appropriate directory
  • hit "Clone"
  • done!

JavaDoc Guideline Cheat-sheet

Please follow the cheat-sheet here whilst commenting out your code.
Additionally, please make variable names self-explanatory (so we don't have to comment them out).
Remember! Comment before you code, makes everything easier!

Referance Material

Please include any material you've used under here. This will be usefull whilst writing our report.