diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..be881a74dc9a4d32c28efc3e9862e955365c96ff --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Paths +A graphical game for the course Programming 2 IDATT2001. +Made by Nicolai H. Brand and Trym H. Gudvangen. + + +## Installation and run + +### Dependencies + +- `git`: to download the repository +- `JDK`: Java Development Kiy version 1.7 or higher +- `Maven`: Build tool + + +### Installation + +```sh +git clone git@gitlab.stud.idi.ntnu.no:nicolahb/paths.git +``` + +### Run + +```sh +cd paths +``` + +```sh +mvn javafx:run +```