Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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