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: 5 months ago
JSON representation

🕹 Created for Java programming course at university

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 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