hytopia 0.1.11 → 0.1.13
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -2
- package/package.json +1 -1
- package/readme/assets/banner.png +0 -0
- package/server.js +1 -1
package/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
## What is HYTOPIA?
|
7
7
|
|
8
|
-
![HYTOPIA Banner](./
|
8
|
+
![HYTOPIA Banner](./readme/assets/banner.png)
|
9
9
|
HYTOPIA is a modern games platform inspired by Minecraft, Roblox, and Rec Room.
|
10
10
|
|
11
11
|
HYTOPIA allows you to create your own highly-sharable, immersive, massively multiplayer games in a voxel-like style. All playable in a web browser on any device!
|
@@ -51,7 +51,7 @@ bunx hytopia init
|
|
51
51
|
bun --watch index.ts
|
52
52
|
```
|
53
53
|
|
54
|
-
|
54
|
+
6. Visit https://play.hytopia.com - when prompted, enter `localhost:8080` - this is the hostname of the local server you started in the previous step.
|
55
55
|
|
56
56
|
Once you're up and running, here's some other resources to go further:
|
57
57
|
- [Game Examples](./examples)
|
package/package.json
CHANGED
Binary file
|