https://github.com/nymann/testlab
Testing Component-based Software
https://github.com/nymann/testlab
Last synced: about 1 year ago
JSON representation
Testing Component-based Software
- Host: GitHub
- URL: https://github.com/nymann/testlab
- Owner: nymann
- Created: 2022-05-12T08:52:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T21:58:46.000Z (about 4 years ago)
- Last Synced: 2025-03-28T21:06:50.615Z (about 1 year ago)
- Language: Java
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TestLab

### Running the game
##### Via make target
```sh
make run
```
##### Via maven
```sh
mvn install -f Asteroids/pom.xml
mvn package -f Asteroids/Core/pom.xml
java -jar bin/JavaLab.jar
```