KO
|
EN
gitlite — search
Search
#python
#java
#html
#android
#javascript
#discord-bot
#web
#hacktoberfest
#css
#linux
#kotlin
#cpp
Hangman
★ 47
Open GitHub ↗
Simple Hangman Program
Download README (.md)
Explore Similar Repositories
heroku-twitterbot-starter
:
Starter kit for creating Twitter bots hosted for free on Heroku. Please do not use for evil.
ko.mustache.js
:
Template engine for knockoutjs using Mustache as template library.
gedit-plugin-codecompletion
:
A gedit code completion framework based on a json library.
RemoteCall
:
IntelliJ IDEA plugin for remote call some procedures
rest-epub
:
Roy Fielding's REST dissertation in .epub
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Hangman
?
Download (.md)
# 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!