Updated README.md

This commit is contained in:
cato
2021-03-26 23:37:40 +01:00
parent f4f5b7cbc1
commit 4ea9ee92c8

View File

@@ -1,12 +1,27 @@
# ArcadeMachine # ArcadeMachine
## Requierments ## Requierments
- ### Linux: - ### Linux:
- OpenJfx - OpenJfx
- download TicTacToe_Client.jar from my [website](www.cato447.tech)
- ### Windows: - ### Windows:
- - download everything from my [website](www.cato447.tech)
## Installation ## Installation
- ### Linux (Debian): - ### Linux (Debian):
- `sudo apt-get install openjfx` - `sudo apt-get install openjfx`
- ### Windows
- make sure all three files are in the same folder
## Starting client
- ### Linux (Debian):
- `java -jar TicTacToe_Client.jar [name]`
- ### Windows:
- run startClient.bat
**Warning:** currently I have to start the server if you want to play.