A simple command-line Hangman game implemented in Lua. Guess the word by suggesting letters before the hangman is complete!
- Lua 5.1+ installed on your system.
Install Lua using Homebrew:
brew install luaDownload Lua for Windows from the official LuaBinaries site or use a package manager like:
- Scoop:
scoop install lua - Chocolatey:
choco install lua
- Clone or download the project
- Open terminal/command prompt in the project directory
- Run the game:
lua hangman.lua