https://github.com/knvmrt/xox-game-ruby
Ruby XOX Game | Console Application 🎮
https://github.com/knvmrt/xox-game-ruby
console console-app ruby ruby-games xox xox-game
Last synced: 2 months ago
JSON representation
Ruby XOX Game | Console Application 🎮
- Host: GitHub
- URL: https://github.com/knvmrt/xox-game-ruby
- Owner: knvmrt
- Created: 2023-10-19T00:29:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-07T22:02:09.000Z (7 months ago)
- Last Synced: 2025-02-01T02:43:21.306Z (4 months ago)
- Topics: console, console-app, ruby, ruby-games, xox, xox-game
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby XOX Game | Console Application 🎮
This project is a simple XOX game developed as a Ruby Console application. Follow the steps below to run the game on your own computer.
1. Clone or download this repository.
2. In order for the code to work, you need to have Ruby installed on your computer. If you don't have Ruby installed, install it with [**RubyInstaller**](https://rubyinstaller.org/) and install it.
3. Go to the project directory and open the console. You can run the code by typing this command `ruby xox-game.rb` in the console.```bash
ruby xox-game.rb
```