Skip to content

Releases: EmilRiedeman/CodeCup-Spaghetti-Java-GUI

Official Release 1.0

29 Sep 18:59
Compare
Choose a tag to compare

This is the Official Git Release of the Spaghetti GUI.
User Guide Spaghetti Jarbal.pdf is a User Guide for the client-side application.

If you want to run a server, you can do so by running the spaghetti-server.jar in a terminal with java -jar spaghetti-server.jar. It will show you your local IPv4-address, which you can use to fill in the Server Address. Next it will ask the port, this can be any unreserved port (default is 12345). Finally, it will ask you to Loop, this means it won't stop after one game and will continue until you close it with Ctrl + C.
If you want to play on a Local area network (LAN), you need to use the local IPv4-address. If someone wants to connect to the server, they need to use that IP-address and the filled in port. You can also use localhost as Server Address. When using that, only clients from the device the server is being run on can connect. If you want to let people across the Internet to connect to the server, you will need to port-forward. But be cautious giving your IP-address to strangers.

More information about the game Spaghetti can be found at codecup.nl

Git Release 2

30 Jul 15:06
Compare
Choose a tag to compare
Git Release 2 Pre-release
Pre-release

Not much different from v0.1-beta. Possible fix for #1

Git Release 1

25 Jul 19:13
Compare
Choose a tag to compare
Git Release 1 Pre-release
Pre-release

Voer de "spaghetti-client.jar" uit met het command: java -jar spaghetti-client.jar.
Voer de "spaghetti-server.jar" uit met: java -jar spaghetti-server.jar.
Java Versie: 8+