Sunka - Board Game for Android Devices
TEAM TUCAN
- Andrei
- Musta
- Mert
- Konstantin
How to use server:
- Install node for your local machine: https://nodejs.org/en/download/
- Open a terminal and run
cd path/to/the/project
- Call
npm install
- The installation should come with npm. If it does not, refer to https://www.npmjs.com/package/npm for more help - Call
ifconfig
on Linux/OSx and see your local address/inet address in the wlan network card (e.g. 192.168.... or 10.1....) - Call
ipconfig
in Windows and seeIPv4 Address
- Open
OnlineGame.java
and edit theSERVER_ADRESS
variable with the one from the console - Call
node server/server.js
- You should have an running server in your terminal now