diff --git a/.gitignore b/.gitignore index c38c7b9..a3c68c9 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ *.tar.gz *.rar +#IDE Files target .iml .idea diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0735785 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,2 @@ +Dette prosjektet tar ikke imot help fra utenforstående. +Om du ikke er en del av Fiasko teamet er det ikke mulig å hjelpe til. \ No newline at end of file diff --git a/README.md b/README.md index 2e883db..a133912 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -[![Build Status](https://travis-ci.com/inf112-v20/Fiasko.svg?branch=master)](https://travis-ci.com/inf112-v20/Fiasko) -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/51d37dc99db44758944198a59f2d2a4b)](https://www.codacy.com/gh/inf112-v20/Fiasko?utm_source=github.com&utm_medium=referral&utm_content=inf112-v20/Fiasko&utm_campaign=Badge_Grade) -# INF112 Maven template -Simple skeleton with libgdx. +# Robo Rally [![Build Status](https://travis-ci.com/inf112-v20/Fiasko.svg?branch=master)](https://travis-ci.com/inf112-v20/Fiasko) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/51d37dc99db44758944198a59f2d2a4b)](https://www.codacy.com/gh/inf112-v20/Fiasko?utm_source=github.com&utm_medium=referral&utm_content=inf112-v20/Fiasko&utm_campaign=Badge_Grade) +Dette prosjektet har som mål å lage en digital kopi av brettspillet Robo Rally. Foreløbig er målet å implementere all +nødvendig funksjonalitet for å kunne spille et "spill" Robo Rally over lan med opp til 8 spillere. Om tiden strekker til, +vil vi gå over til en fase der målet blir å implementere ting som er gøy, men ikke nødvendig. +Alle regler er hentet fra 2005 utgaven av spillguiden fra Wizards of the Coast, Inc. -## Known bugs -Currently throws "WARNING: An illegal reflective access operation has occurred", -when the java version used is >8. This has no effect on function or performance, and is just a warning. - +##Forkrav for å kunne kompilere og kjøre koden + * [git](https://git-scm.com/) + * [maven](https://maven.apache.org/) \ No newline at end of file diff --git a/pom.xml b/pom.xml index f569f03..f7b32b3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - inf112.skeleton.app + inf112.fiasko.roborally mvn-app 1.0-SNAPSHOT