Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 595 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 595 Bytes

Basic Games on Ruby

About

My objective with this project was to improve on some programming logic and on Ruby language.

The original project is from a course on Alura.

I just make some minor changes and translate into English.

Tecnologies

  • Ruby

Games

  • Guesing game
  • Hangman

To improve on hangman

  • the main.rb need to be run from the folder its, because of this line
  text = File.read("./words.txt")
  • even if you find all the letters still need to put the word complete