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

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 ✨

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
```

![game image](https://i.imgur.com/NqPILt1.png)