Introduction
Challenge a friend or take on the AI. Gomoku is built with Gosu, the 2D game library for Ruby.
Installation
Gosu dependencies (macOS).
brew install sdl2
For Linux dependencies, read Getting Started on Linux.
Install dependencies.
bundle install
And play.
bundle exec gomoku
Todo
- Build basic AI
- Add menus
- Add network play