https://github.com/dinizdev/minigameruby
Game made in ruby for Terminal, and educational purposes ✨
https://github.com/dinizdev/minigameruby
gameruby ruby
Last synced: about 2 months ago
JSON representation
Game made in ruby for Terminal, and educational purposes ✨
- Host: GitHub
- URL: https://github.com/dinizdev/minigameruby
- Owner: dinizdev
- License: gpl-3.0
- Created: 2017-02-06T14:12:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T19:45:13.000Z (over 3 years ago)
- Last Synced: 2025-12-15T01:14:09.898Z (6 months ago)
- Topics: gameruby, ruby
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game hit the number RUBY
> Game made in ruby for Terminal, and educational purposes
## Running locally
1. Clone this repo:
```sh
$ git clone https://github.com/dinizdev/MiniGameRuby.git
```
2. Then go to the project's folder:
```sh
cd MiniGameRuby
```
3. Install all dependencies:
```sh
gem install
```
4. Run locally:
```sh
ruby Jogo.rb
```
