Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.12 KB

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.

My bot is usable in the software Pisvork.

Use LightBlue

Windows

  1. Download Pisvork here.
  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.
  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