Skip to content

vuolen/othello-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

othello-bot

An algorithm that plays Othello. Created for a university course.

This project is built upon a project template. You can find my bot implementation here.

Documentation

Project specification

Implementation document

Usage

How to play

To play against my bot, use your terminal to navigate to othello-bot/, then run mvn package and java -jar target/othello-bot-0.jar tiralabra.Bot

Use the terminal to specify the coordinates of your next move (eg. d3)

You can also run my bot against itself with java -jar target/othello-bot-0.jar tiralabra.Bot tiralabra.Bot

How to test

See the testing document

How to generate a checkstyle report

Navigate to othello-bot/ on your terminal, run mvn jxr:jxr checkstyle:checkstyle and open target/site/checkstyle.html on your browser.

Weekly reports

Week 1

Week 2

Week 3

Week 4

Week 5

Week 6

About

An algorithm that plays Othello

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages