Legger til og endrer litt prosjektdokumentasjon

Legger til CONTRIBUTING.md
Endrer pakken i pom.xml
Oppdaterer README.md
This commit is contained in:
Kristian Knarvik 2020-02-04 19:14:24 +01:00
parent 2d40d9fd21
commit 660fc35bd6
4 changed files with 12 additions and 9 deletions

1
.gitignore vendored
View File

@ -19,6 +19,7 @@
*.tar.gz
*.rar
#IDE Files
target
.iml
.idea

2
CONTRIBUTING.md Normal file
View File

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

View File

@ -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/)

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>inf112.skeleton.app</groupId>
<groupId>inf112.fiasko.roborally</groupId>
<artifactId>mvn-app</artifactId>
<version>1.0-SNAPSHOT</version>