https://github.com/emazzotta/cli-adventure-game
🕹 Created for Java programming course at university
https://github.com/emazzotta/cli-adventure-game
game gui java maven
Last synced: 5 months ago
JSON representation
🕹 Created for Java programming course at university
- Host: GitHub
- URL: https://github.com/emazzotta/cli-adventure-game
- Owner: emazzotta
- License: mit
- Created: 2016-03-06T12:47:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-12T01:41:40.000Z (12 months ago)
- Last Synced: 2025-07-25T18:35:45.908Z (11 months ago)
- Topics: game, gui, java, maven
- Language: Java
- Homepage:
- Size: 579 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/emazzotta/cli-adventure-game/actions)
[](https://github.com/emazzotta/cli-adventure-game/actions)
[](LICENSE.md)
# Point & Click Adventure
A click and point (more a type and type) adventure for university.
## Screenshot
[](https://github.com/emazzotta/cli-adventure-game)
## Prerequisites
* JDK 1.8 or later
* Maven 3 or later
## Run
```bash
git clone git@github.com:emazzotta/cli-adventure-game.git && \
cd cli-adventure-game && \
make
```
## Contribution Guidelines
* Red (write a failing test)
* Green (make the test pass)
* Refactor (make the code sexy)
## Authors
[Emanuele Mazzotta](mailto:hello@mazzotta.me)
Leandro Kuster