/cli-adventure-game

🕹 Created for Java programming course at university

Primary LanguageJavaMIT LicenseMIT

Build Status Code Coverage License

Point & Click Adventure

A click and point (more a type and type) adventure for university.

Screenshot

Game Image

Prerequisites

  • JDK 1.8 or later
  • Maven 3 or later

Run

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