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

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. 🎮

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!