https://github.com/wonderfall/rubyminigames
Some stupid games written in Ruby. 🎮
https://github.com/wonderfall/rubyminigames
Last synced: about 1 year ago
JSON representation
Some stupid games written in Ruby. 🎮
- Host: GitHub
- URL: https://github.com/wonderfall/rubyminigames
- Owner: Wonderfall
- License: other
- Created: 2014-06-16T18:49:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-20T11:56:55.000Z (about 12 years ago)
- Last Synced: 2025-03-24T09:40:28.658Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RubyMiniGames
=============
Some stupid games written in Ruby that I provide to give you some fun, I'm learning this language!
According to the LICENSE file, these files are under the WTFPL. See the LICENSE file for more informations!
At the time of my last commit, this git contains the following games :
- shakewords.rb : guess a word!
- hangman.rb : guess some letters to find a word!
- roshambo.rb : also known as the popular "Rock - Paper - Scissors" game
- nickgen.rb : okay it's not a game but it's still fun!
- passgen.rb : the same, but you must admit it's fun too!
The dico.txt is provided to ensure the proper functioning of the first two games in the list above. You may want to write the dico.txt with the words you'd like to use! This file contains some placeholder words separeted by the newline char : '\n'. You should do the same and it'll work well!