projects $ cat hangman.md
Hangman Android App
study2014 · Student — University of Amsterdam
The classic Hangman game as a native Android app, built in Java for the Native App Studios course at the University of Amsterdam.
It also lives on in this website: open the terminal and type `hangman` to play a word-guessing round against my tech stack.
$ cat package.json
{
"name": "hangman",
"version": "1.0.0",
"description": "Android app based on the classic Hangman game, built for the course Native App Studios at the University of Amsterdam.",
"category": "study",
"role": "Student — University of Amsterdam",
"keywords": [
"Java",
"Android"
],
"homepage": "https://github.com/laurensV/Hangman/blob/master/README.md",
"repository": "https://github.com/laurensV/Hangman"
}