Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wadaboa/quoridor
- Owner: Wadaboa
- Created: 2017-08-31T22:03:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T18:38:31.000Z (almost 5 years ago)
- Last Synced: 2024-12-06T21:51:22.593Z (about 1 month ago)
- Topics: ai, board-game, java, programming, quoridor, unifi
- Language: Java
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 windowIf 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