Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/space-wizards/robusttoolbox-examples-pong
An example multiplayer project for RobustToolbox.
https://github.com/space-wizards/robusttoolbox-examples-pong
robusttoolbox
Last synced: about 2 months ago
JSON representation
An example multiplayer project for RobustToolbox.
- Host: GitHub
- URL: https://github.com/space-wizards/robusttoolbox-examples-pong
- Owner: space-wizards
- License: mit
- Created: 2021-05-07T17:32:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T12:01:42.000Z (over 1 year ago)
- Last Synced: 2024-10-30T05:41:55.643Z (2 months ago)
- Topics: robusttoolbox
- Language: C#
- Homepage:
- Size: 395 KB
- Stars: 3
- Watchers: 15
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
* [.NET 7 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
* [Git](https://git-scm.com/downloads)### 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