Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jcampbell57/hangman
- Owner: jcampbell57
- Created: 2022-10-22T20:12:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T22:00:15.000Z (6 months ago)
- Last Synced: 2024-11-12T03:32:37.611Z (3 months ago)
- Topics: localstorage, object-oriented-programming, oop, ruby, serialization, yaml
- Language: Ruby
- Homepage: https://replit.com/@jcampbell57/Hangman
- Size: 290 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.