Group assignment for Integrated Software Systems And Quality Control course at the University of Miskolc. It is a soccer game. Users can join and the client side AIs will automatically start playing the match. With clicking the game can be manipulated (this is only for debug purposes).
- JDK 11
- Maven 3.6.3
- NodeJs 10.13.0
- npm 6.4.1
- Start the backend in an IDE or package it with Maven and run it with
java -jar name-of.jar
. - In the client Angular folder run
npm install
and start dev server withnpm run start
. - Open a browser window and another incognito window and on
localhost:4200
the game can be accessed.