Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T21:57:05.000Z (over 2 years ago)
- Last Synced: 2024-05-01T13:48:33.793Z (8 months ago)
- Topics: game, gui, java, maven
- Language: Java
- Homepage:
- Size: 575 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build Status](https://github.com/emazzotta/cli-adventure-game/workflows/Build%20&%20Test/badge.svg)](https://github.com/emazzotta/cli-adventure-game/actions)
[![Code Coverage](https://codecov.io/gh/emazzotta/cli-adventure-game/branch/master/graph/badge.svg)](https://github.com/emazzotta/cli-adventure-game/actions)
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat)](LICENSE.md)# Point & Click Adventure
A click and point (more a type and type) adventure for university.
## Screenshot
[![Game Image](./assets/game.png)](https://github.com/emazzotta/cli-adventure-game)
## Prerequisites
* JDK 1.8 or later
* Maven 3 or later## Run
```bash
git clone [email protected]: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:[email protected])
Leandro Kuster