Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xethron/hangman

Simple Hangman Program
https://github.com/xethron/hangman

Last synced: 3 months ago
JSON representation

Simple Hangman Program

Awesome Lists containing this project

README

        

# C++ Hangman ReadMe #
**Name:** Hangman
**Version:** 0.4.1.3
**Contributors:** Xethron

Simple 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!