Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xethron/hangman
Simple Hangman Program
https://github.com/xethron/hangman
Last synced: 3 months ago
JSON representation
Simple Hangman Program
- Host: GitHub
- URL: https://github.com/xethron/hangman
- Owner: Xethron
- Created: 2012-03-11T20:02:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-11T20:24:06.000Z (almost 13 years ago)
- Last Synced: 2024-04-18T18:08:44.240Z (9 months ago)
- Language: C++
- Homepage:
- Size: 266 KB
- Stars: 16
- Watchers: 3
- Forks: 140
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ Hangman ReadMe #
**Name:** Hangman
**Version:** 0.4.1.3
**Contributors:** XethronSimple Hangman game used for educational purposes.
## Description ##
The project started as a goal to learn C++. As I learned more, I improved the application, and now its just something to fool around with.
After finding GitHub, this was the only *"useful"* project to upload as to test out GitHub.I plan to convert this to pure C and clean up the code. Then I'll improve it where I can.
## Changelog ##
### 0.4 ###
* Added Curses support
* Single RNG seed
* Switch Cleanup
* Removed function "GetWordLength"
* Minor code changes### 0.3 ###
* Fixed Linux incompatibility issue
* Code cleanup and optimization### 0.2 ###
* Added ability to read from file
* Added word file (words.txt)### 0.1 ###
* First attempt to Hangman!