An open API service indexing awesome lists of open source software.

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

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`.