hehehehehehehehe
  • C# 70.1%
  • Python 29.9%
Find a file
2024-08-13 00:05:42 +02:00
Content.Client Upgrade robust 2024-02-04 00:30:27 +01:00
Content.Server I dont have localisaions just hardcode this! 2024-04-03 18:50:03 +02:00
Content.Shared Server Info 2024-04-02 22:36:04 +02:00
Resources Update submodule to v132.1.0, and fix 2023-07-05 14:01:36 +02:00
RobustToolbox@6660471f01 Update to v156.0.5 for security updates. 2024-08-13 00:05:42 +02:00
Tools Fix client build tools. 2021-12-30 14:59:11 +01:00
.gitignore Adds files for example project. 2021-05-07 19:34:59 +02:00
.gitmodules Adds files for example project. 2021-05-07 19:34:59 +02:00
global.json global json 2024-02-04 00:50:09 +01:00
LICENSE Initial commit 2021-05-07 19:32:16 +02:00
package_client_build.py Upgrade robust 2024-02-04 00:30:27 +01:00
package_server_build.py Upgrade robust 2024-02-04 00:30:27 +01:00
README.md Update submodule to v132.1.0, and fix 2023-07-05 14:01:36 +02:00
RobustPong.sln Update submodule to v132.1.0, and fix 2023-07-05 14:01:36 +02:00

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

  1. Clone the repository
  2. Open a command window in the repository folder
  3. Run git submodule update --init --recursive
  4. Run dotnet build
  5. Run dotnet run --project Content.Server to start the server
  6. Open another command window in the repository folder, and run dotnet run --project Content.Client
  7. When the client window appears, enter a name, and connect to your local server with 127.0.0.1
  8. Repeat steps 6, and 7 to connect a second player