Update project structure

This commit is contained in:
Guilherme Werner
2023-06-18 17:06:23 -03:00
parent e360815344
commit 3526246e1d
18 changed files with 60 additions and 164 deletions

3
scripts/build.ps1 Normal file

@ -0,0 +1,3 @@
#!/usr/bin/pwsh
.\gradlew jar

3
scripts/client1.bat Normal file

@ -0,0 +1,3 @@
@echo off
java -jar .\client\build\libs\client.jar Afonso

3
scripts/client2.bat Normal file

@ -0,0 +1,3 @@
@echo off
java -jar .\client\build\libs\client.jar Afonso

3
scripts/client3.bat Normal file

@ -0,0 +1,3 @@
@echo off
java -jar .\client\build\libs\client.jar Afonso

3
scripts/client4.bat Normal file

@ -0,0 +1,3 @@
@echo off
java -jar .\client\build\libs\client.jar Afonso

3
scripts/server.bat Normal file

@ -0,0 +1,3 @@
@echo off
java -jar .\server\build\libs\server.jar