https://github.com/mvcbotelho/jogodaforca
Jogo da forca em Ruby
https://github.com/mvcbotelho/jogodaforca
Last synced: 2 months ago
JSON representation
Jogo da forca em Ruby
- Host: GitHub
- URL: https://github.com/mvcbotelho/jogodaforca
- Owner: mvcbotelho
- Created: 2018-02-12T15:37:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T17:44:39.000Z (over 7 years ago)
- Last Synced: 2025-01-26T17:42:49.780Z (4 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jogo da forca em Ruby
Jogo simples para estudos da linguagem ruby
## Para jogar
Basta abrir o main.rb em um terminal ruby com o comando
```
ruby main.rb
```Arquivos de interface estão em ui.rb e a lógica de negócios em forca.rb