ishbosh
@ishbosh
0
Connect FourConnect Four project - created in Ruby using Test-Driven Development.
Repo: https://github.com/ishbosh/ruby-connectfour
4
0
0
1
hangmanHangman Game in Ruby - Assignment from The Odin Project
The goal of this project is to build a simple command line Hangman game where
one player plays against a computer, but including the ability to save the game.
When a new game is started, a word between 5 and 12 characters long will be
randomly selected as the secret word from the provided dictionary.
As the player guesses, a count will be displayed informing them of how many
incorrect guesses remain before the game ends.
Incorrect letters that have been chosen will be displayed, as well as any
correct letters chosen along with their position in the word.
Every turn, the player is allowed to make a guess of a letter (case insensitive).
At the start of each turn, the player also will have the option to save the game.
When the program first loads, the player can either start a new game or continue
from a previously saved game.
Final touches
Final change to display adding a few more new lines1
hangmanHangman Game in Ruby - Assignment from The Odin Project
The goal of this project is to build a simple command line Hangman game where
one player plays against a computer, but including the ability to save the game.
When a new game is started, a word between 5 and 12 characters long will be
randomly selected as the secret word from the provided dictionary.
As the player guesses, a count will be displayed informing them of how many
incorrect guesses remain before the game ends.
Incorrect letters that have been chosen will be displayed, as well as any
correct letters chosen along with their position in the word.
Every turn, the player is allowed to make a guess of a letter (case insensitive).
At the start of each turn, the player also will have the option to save the game.
When the program first loads, the player can either start a new game or continue
from a previously saved game.
Additional display changes
Modified display again to reduce divider length for better display on smaller screen sizes.1
hangmanHangman Game in Ruby - Assignment from The Odin Project
The goal of this project is to build a simple command line Hangman game where
one player plays against a computer, but including the ability to save the game.
When a new game is started, a word between 5 and 12 characters long will be
randomly selected as the secret word from the provided dictionary.
As the player guesses, a count will be displayed informing them of how many
incorrect guesses remain before the game ends.
Incorrect letters that have been chosen will be displayed, as well as any
correct letters chosen along with their position in the word.
Every turn, the player is allowed to make a guess of a letter (case insensitive).
At the start of each turn, the player also will have the option to save the game.
When the program first loads, the player can either start a new game or continue
from a previously saved game.
Further modify display
Modify display further to better fit smaller screen sizes.1
hangmanHangman Game in Ruby - Assignment from The Odin Project
The goal of this project is to build a simple command line Hangman game where
one player plays against a computer, but including the ability to save the game.
When a new game is started, a word between 5 and 12 characters long will be
randomly selected as the secret word from the provided dictionary.
As the player guesses, a count will be displayed informing them of how many
incorrect guesses remain before the game ends.
Incorrect letters that have been chosen will be displayed, as well as any
correct letters chosen along with their position in the word.
Every turn, the player is allowed to make a guess of a letter (case insensitive).
At the start of each turn, the player also will have the option to save the game.
When the program first loads, the player can either start a new game or continue
from a previously saved game.
Modified Display text to fit smaller screens better
Display text was not fitting small screens such as mobile phones very well. Modified the display text with new lines to better fit smaller screen sizes.1
hangmanHangman Game in Ruby - Assignment from The Odin Project
The goal of this project is to build a simple command line Hangman game where
one player plays against a computer, but including the ability to save the game.
When a new game is started, a word between 5 and 12 characters long will be
randomly selected as the secret word from the provided dictionary.
As the player guesses, a count will be displayed informing them of how many
incorrect guesses remain before the game ends.
Incorrect letters that have been chosen will be displayed, as well as any
correct letters chosen along with their position in the word.
Every turn, the player is allowed to make a guess of a letter (case insensitive).
At the start of each turn, the player also will have the option to save the game.
When the program first loads, the player can either start a new game or continue
from a previously saved game.
15
4
1
0
Tic-Tac-ToeTic-Tac-Toe (2 player local) - built in Ruby
3
0
0