Skip to content

manhquynh-github/Gomoku

Repository files navigation

Gomoku

About this app

Gomoku is also known as Five in a Row game. This app implements the game using C# WPF. My version follows a rule where a row of five must not be blocked by both ends in order to win.

It is always fun to make a computer algorithm that can play Gomoku, so I have created a basic one inspired by Alpha-beta pruning.

You are welcome if you'd like to contribute your own version of Gomoku algorithm by creating a new pull request or issue.

Technology

This app is built upon .NET Core 3.1 WPF, Visual Studio 2019. Currently supports Windows platform only.

Note: The app was originally built on .NET Framework 4.5, which is tracked under branch legacy-net-framework.

Contributor(s)

See contributors.

Please cite this repository if you're going to use it in your work. Thank you.

About

A simple Gomoku game using C# WPF with a basic computer algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages