Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wadaboa/quoridor

Implementation of the board game, made for software programming class at UNIFI
https://github.com/wadaboa/quoridor

ai board-game java programming quoridor unifi

Last synced: about 4 hours ago
JSON representation

Implementation of the board game, made for software programming class at UNIFI

Awesome Lists containing this project

README

        

# Quoridor
Implementation of the board game, made for software programming course at UNIFI.

**To run the game**, do as follow:
1. Import this Java project on Eclipse
2. Enter lib and right click on *quoridorgui.jar* or *quoridor.jar*
3. Select *Build Path -> Add to Build Path*

If you want **to run a set of matches** on the console, do as follow:
1. Right click on the Java project
2. Select *Run As -> Run Configurations...*
3. In the *"Main"* tab select the quoridor project and for the *"Main class"* select gj.quoridor.engine.Quoridor
4. In the *"Arguments"* tab insert * * (true stands for verbose mode)
5. Click *Apply* or *Run* in the bottom right corner of the window

If you want **to play human vs ai**, do as follow:
1. Right click on the Java project
2. Select *Run As -> Run Configurations...*
3. In the *"Main"* tab select the quoridor project and for the *"Main class"* select *gj.quoridor.engine.QuoridorGUI*
4. In the *"Arguments"* tab insert **
5. Click *Apply* or *Run* in the bottom right corner of the window

##### Notes: If you want to play with my ai player just insert *Falai* in ** space