Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jcampbell57/hangman

A command line Hangman game. The purpose of this project was to practice implementation of serialization with the save game feature.
https://github.com/jcampbell57/hangman

localstorage object-oriented-programming oop ruby serialization yaml

Last synced: about 1 month ago
JSON representation

A command line Hangman game. The purpose of this project was to practice implementation of serialization with the save game feature.

Awesome Lists containing this project

README

        

# Hangman

## Project info

A command line Hangman game. The purpose of this project was to practice implementation of serialization with the save game feature.

Project description can be found [here](https://www.theodinproject.com/lessons/ruby-hangman).

## Live demo

Live demo available [on Replit (account required)](https://replit.com/@jcampbell57/Hangman)

## Technologies utilized

- Ruby
- YAML

## Learning outcomes

This project helped to reinforce the following skills:

- implementation of game saves through serialization
- Object Oriented Programming (OOP)
- basic Ruby knowledge

## Project screenshot

![Hangman](assets/hangman-600w.png)

## Installation

- Clone this repository to your desktop.
- Navigate to the top level of the directory by running `cd hangman`.
- Run `ruby main.rb` in your terminal.