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
- Host: GitHub
- URL: https://github.com/cyberarm/tictactoe
- Owner: cyberarm
- Created: 2018-05-12T14:05:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T04:18:29.000Z (almost 7 years ago)
- Last Synced: 2025-01-14T12:29:12.782Z (over 1 year ago)
- Topics: gosu, ruby, tictactoe
- Language: Ruby
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
