Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@

![Wizards Logo](wizards-logo.jpg)

*****

*Copyright (C) 2017 Improbable Worlds Limited. All rights reserved.*

- [Guide](https://docs.improbable.io/reference/13.0/shared/get-started/tour)
- *GitHub repository*: https://github.com/spatialos/Wizards/
- [Guide](https://docs.improbable.io/reference/13.0/shared/get-started/tour) (Website docs)
- GitHub repository: [github.com/spatialos/Wizards](https://github.com/spatialos/Wizards)

*****

### Introduction

This repository contains a demo project built with [SpatialOS](http://www.spatialos.com).
This repository contains a demo project built with [SpatialOS](https://docs.improbable.io/reference/13.0/shared/concepts/spatialos).
It demonstrates how to use SpatialOS to build a large and compelling simulated world.

The project serves as a starting point for the [hands-on SpatialOS product demo](https://docs.improbable.io/reference/13.0/shared/get-started/tour).
Expand All @@ -22,6 +20,16 @@ The main documentation for SpatialOS can be found [here](https://spatialos.impro

If you run into problems, or want to give us feedback, please visit the [SpatialOS forums](https://forums.improbable.io/).

---

**New from June 2018: The SpatialOS Unity GDK**<br/>
Check out the pre-alpha release of our new Unity GDK: source code on GitHub. Using the Unity Entity Component System (ECS), the GDK is the next evolution in SpatialOS Unity game development. See our blog post on ECS-powered multiplayer for more information.
<br/>
<br/>
**Note:** The pre-alpha GDK version is available for evaluation and feedback only. It's not yet game-development ready.

---

#### To use the repository

* Make sure you have access to SpatialOS
Expand All @@ -36,3 +44,8 @@ If you run into problems, or want to give us feedback, please visit the [Spatial
* Update spatialos.json: edit the "name" parameter from `your_project_name_here` to your spatialOS project name and save it
* Upload the assembly: run `spatial cloud upload my_wizards_assembly`
* Launch the deployment: run `spatial cloud launch my_wizards_assembly default_launch.json my_wizards_deployment --snapshot=./snapshots/default.snapshot`

<br/>

---
*Copyright (C) 2017 Improbable Worlds Limited. All rights reserved.*