Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erwan-simon/lightblue
Artificial Intelligence for a five-in-a-row game
https://github.com/erwan-simon/lightblue
ai artificial-intelligence bot computer-player csharp epitech five-in-a-row gomoku
Last synced: about 4 hours ago
JSON representation
Artificial Intelligence for a five-in-a-row game
- Host: GitHub
- URL: https://github.com/erwan-simon/lightblue
- Owner: erwan-simon
- Created: 2017-11-29T14:02:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T20:49:28.000Z (about 6 years ago)
- Last Synced: 2025-01-13T10:35:11.890Z (19 days ago)
- Topics: ai, artificial-intelligence, bot, computer-player, csharp, epitech, five-in-a-row, gomoku
- Language: C#
- Homepage:
- Size: 41 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LightBlue
Hello and welcome to LightBlue ! LightBlue was a school project of two weeks I made in Epitech during my third year.
The goal of this project was to implement a Gomoku Narabe game bot (also called Wuzi Qi, Slope, Darpion or Five in a Row), focusing on the performance of its artificial intelligence. My program follows the gomocup [protocol](http://gomocup.org/detail-information).
My bot is usable in the software [Pisvork](http://gomocup.org/download-gomocup-manager/).
## Use LightBlue
### Windows
1. Download Pisvork [here](http://petr.lastovicka.sweb.cz/piskvork.zip).
2. Launch pisvork.exe.
3. Open 'Players' option pannel.
4. Open 'Settings'.
5. Toggle at least one computer player.
6. Enter the path to the LightBlue executable.
7. Enjoy !### Linux
1. Download Pisvork [here](http://petr.lastovicka.sweb.cz/piskvork.zip).
2. Install wine.
3. Launch `wine piskvork` in the Pisvork directory.
4. Open 'Players' option pannel.
5. Open 'Settings'.
6. Toggle at least one computer player.
7. Enter the path to the LightBlue executable.
8. Enjoy !## Technical considerations
- Language : C#.NET
- IDE : Visual Studio