Go to file
Andrea Cavalli 51f24335ea Board style
2024-05-24 23:56:32 +02:00
src Board style 2024-05-24 23:56:32 +02:00
.editorconfig Fix indentation 2024-05-24 12:10:34 +02:00
.gitignore First commit 2024-05-23 14:44:49 +02:00
Dockerfile Rename the game 2024-05-24 12:01:34 +02:00
pom.xml Rename the game 2024-05-24 12:01:34 +02:00
README.md Fix badge 2024-05-24 12:06:12 +02:00

Connect2x

Vert.x

Building

To launch your tests:

mvn clean test

To package your application:

mvn clean package

To run your application:

mvn clean compile exec:java

Help