hammy-hytopia
v0.15.15
Published
Hammy fork of the HYTOPIA SDK - create massively multiplayer games using JavaScript or TypeScript. Uses custom client at hammyhytopia.com.
Maintainers
Readme
Hammy HYTOPIA
This is a community fork of the official HYTOPIA SDK. It includes a custom self-hosted client at hammyhytopia.com. All credit for the original SDK goes to HYTOPIA, Inc.
Play your games
Custom client: https://hammyhytopia.com
Install (new project)
npx hammy-hytopia init
cd my-project
hytopia startOpen https://hammyhytopia.com/?join=local.hytopiahosting.com:8080 to play.
Migrate an existing HYTOPIA project
npx hammy-hytopia migrateAll your import { ... } from 'hytopia' statements keep working. No code changes needed.
Switch back to official HYTOPIA
npm install hytopia@latestWhat is HYTOPIA?
HYTOPIA is a modern games platform inspired by Minecraft, Roblox, and Rec Room. Create your own massively multiplayer games in a voxel-like style by writing TypeScript or JavaScript, playable in a web browser on any device.
What does this fork change?
- Custom self-hosted client at hammyhytopia.com
npx hammy-hytopia migratecommand for easy switching- Server startup message points to the custom client
The server engine, API, and all game functionality remain identical to the official SDK.
