Gomoku Gem Version Build Status Code Climate Test Coverage

Gomoku is the classic five-in-a-row board game. Challenge a friend or take on the AI. Gomoku is built with Gosu, the 2D game library for Ruby.

Screenshot

Installation

Gosu dependencies (OS X):

$ brew install sdl2 libogg libvorbis

For Linux dependencies, read Getting Started on Linux.

Install as a gem:

$ gem install gomoku

And play:

$ gomoku

Todo

  • Build basic AI
  • Add menus
  • Add network play