An open API service indexing awesome lists of open source software.

https://github.com/cyberarm/tictactoe

Tic-Tac-Toe in Ruby with Gosu
https://github.com/cyberarm/tictactoe

gosu ruby tictactoe

Last synced: 22 days ago
JSON representation

Tic-Tac-Toe in Ruby with Gosu

Awesome Lists containing this project

README

          

# Tic-Tac-Toe
play some tic-tac-toe against a bot or a person.

By default you'll play first against a bot.

## Install
* Ruby 2.4+
* `bundle`

## Usage
`ruby tictactoe.rb`

Add `--1v1` for local multiplayer

`ruby tictactoe.rb --1v1`

# Screenshot
![Screenshot of a tictactoe game, a draw.](https://raw.githubusercontent.com/cyberarm/tictactoe/master/media/screenshot.png)