Skip to content

Game of Go implemented in Ruby with a small AI

Notifications You must be signed in to change notification settings

TokumotoK/ruby-go

 
 

Repository files navigation

ruby-go

Game of Go implemented in Ruby

Make sure you check the help page

=======

This project is in active development stage. Main missing features are staggering:

  • No AI so you cannot play against the program. We have a huge ambition for this part, or at least are planning to have a hell of a fun trying to build it!
  • No internet remote server ability. This can be another fun part to add. Note that if it works one day we would really like to see a game happen between 3 or 4 players, since this is an added feature that we were curious about.
  • No real GUI yet. The simplistic GUI working in a web browser has the convenient advantage to allow us to test the program using a mouse instead of entering all the moves in console mode... This is why it was coded.
  • Mmm... Thinking a bit, we are also missing a score counting feature, and probably a bunch of other things I cannot think of right now. Life is fun! :)

About

Game of Go implemented in Ruby with a small AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 97.8%
  • HTML 2.2%