sueszli / mastermind

silly little java game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This game was implemented with the CodeDraw library and serves as a small demo for that project.

# install java
brew install openjdk

# clone repository
git clone https://github.com/sueszli/mastermind/
cd mastermind

# run the game
javac -cp ./lib/CodeDraw.jar ./src/Mastermind.java -d ./out
java -cp ./out:./lib/CodeDraw.jar Mastermind
SCR-20230613-kuhm

About

silly little java game

License:MIT License


Languages

Language:Java 100.0%