https://github.com/unity-technologies/hw20-multiplayer-asteroid-soccer-game
A multiplayer game in Unity
https://github.com/unity-technologies/hw20-multiplayer-asteroid-soccer-game
docker game game-server multiplayer unity
Last synced: 8 months ago
JSON representation
A multiplayer game in Unity
- Host: GitHub
- URL: https://github.com/unity-technologies/hw20-multiplayer-asteroid-soccer-game
- Owner: Unity-Technologies
- Created: 2020-06-22T19:42:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T05:00:35.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T10:41:58.258Z (over 1 year ago)
- Topics: docker, game, game-server, multiplayer, unity
- Language: C#
- Homepage:
- Size: 29.7 MB
- Stars: 16
- Watchers: 6
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hw20-multiplayer-asteroid-soccer-game
* https://idea-registry.cloud.unity3d.com/groups/hackweek-2020-06-21_06-27/ideas/732
# Development
## Nakama Game Server
Run the following to start up your own Nakama game server:
```
cd [Project Directory]/Assets/Nakama
docker-compose -f docker-compose.yaml up
```
To access the console, access http://127.0.0.1:7351 with the username/password of `admin/password`.