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 sdl2For Linux dependencies, read Getting Started on Linux.
Install dependencies.
bundle installAnd play.
bundle exec gomokuTodo
- Build basic AI
- Add menus
- Add network play
