Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sueszli/mastermind

silly little java game
https://github.com/sueszli/mastermind

game-development mastermind-board-game

Last synced: 22 days ago
JSON representation

silly little java game

Awesome Lists containing this project

README

        

This game was implemented with the [CodeDraw library](https://github.com/Krassnig/CodeDraw) and serves as a small demo for that project.

```bash
# 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