eeshaan / hangman

basic implementation in java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman

Basic implementation in Java console. Reads custom .txt files to select a random word.

Getting Started

$ git clone https://github.com/eeshaan/hangman.git
$ cd hangman

Place your desired word list in the ./wordlists/ subdirectory. list1.txt is provided by default.

$ javac Hangman.java
$ java Hangman

About

basic implementation in java


Languages

Language:Java 100.0%