Ciaran0 / SneakyHangman

[CA212] Assignment to create a sneaky version of the hangman game in c++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Sneaky Hangman

Assignment for DCU CA212.

User guesses words and then if we can change the word to an equivalent word we do.

Assignment spec: http://nifty.stanford.edu/2011/schwarz-evil-hangman/

Dictionary file is for unix machines.

Written in c++.

Compile:

g++ main.cpp hangman.cpp

About

[CA212] Assignment to create a sneaky version of the hangman game in c++.


Languages

Language:C++ 100.0%