No description
Find a file
2022-05-10 10:39:55 +03:00
.vs v.1.3 2022-04-24 11:24:27 +03:00
Bowling v.1.3 2022-04-24 11:24:27 +03:00
Bowling_Server v.1.3 2022-04-24 11:24:27 +03:00
BowlingNetLib v.0.7 Server WORKS!!!!!!! 2022-04-23 20:07:14 +03:00
Serializer v.0.2 2022-04-23 15:10:25 +03:00
Test v.0.7 Server WORKS!!!!!!! 2022-04-23 20:07:14 +03:00
Bowling.sln v.0.8 2022-04-23 22:26:39 +03:00
README.md Update README.md 2022-05-10 10:39:55 +03:00

ProgtimeHack2022_Bowling

Bowling game writeen in ProgTime 2022 hackathon/

Server setup

Install dotnet:
Windows: https://dotnet.microsoft.com/en-us/download
Linux: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu

Compile and run server:

cd Bowling_Server
dotnet run

In the console that opens, enter server IP (0.0.0.0 if you want to listen from all available IP) and the port(ex. 7632) on which the game server will be launched.

The server must have as least one static IP.

Game

Compile the game for the desired operating system and send it to users. At startup, enter the IP and port on which the server is running.
If there are enough players(2), the game will start immediately.