Project

gomoku

0.0
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
Classic five-in-a-row board game
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 0.9.2
 Project Readme

Gomoku

The classic five-in-a-row board game

RubyGems version badge

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