mirror of
https://github.com/space-wizards/RobustToolbox-Examples-Pong.git
synced 2025-12-10 08:41:10 +03:00
Mirror of space-wizards/RobustToolbox-Examples-Pong
| Content.Client | ||
| Content.Server | ||
| Content.Shared | ||
| Resources | ||
| RobustToolbox@d4902a9714 | ||
| Tools | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| README.md | ||
| RobustPong.sln | ||
Robust Pong
An example multiplayer project for RobustToolbox.
How to build, and run
Required Tools (Windows, Linux, Mac)
Tools needed to build this repository. After installing them, you may need to restart your machine for the build to work.
Build, and run steps
- Clone the repository
- Open a command window in the repository folder
- Run
git submodule update --init --recursive - Run
dotnet build - Run
dotnet run --project Content.Serverto start the server - Open another command window in the repository folder, and run
dotnet run --project Content.Client - When the client window appears, enter a name, and connect to your local server with
127.0.0.1 - Repeat steps 6, and 7 to connect a second player