2026-04-14 23:01:38 -07:00
2025-08-12 01:23:46 -07:00
2025-01-02 20:26:02 -08:00
2025-01-02 20:26:02 -08:00
2025-01-02 20:26:02 -08:00
2025-01-02 20:26:02 -08:00
2025-01-02 20:26:02 -08:00
2025-01-03 04:16:26 +00:00
2025-01-02 20:26:02 -08:00
2025-01-02 20:26:02 -08:00
2025-06-25 21:21:14 -07:00
2025-01-02 20:26:02 -08:00
2025-08-12 08:33:31 +00:00
2025-01-02 20:26:02 -08:00
2025-01-02 20:26:02 -08:00

Yukiotoko

A multiplayer server for your favorite touchy slidey game

Usage

# Set up the database
docker compose up -d

# Install required dependencies
pnpm install

# Populate .env file
sample .env file is avaliable at .env.sample

# Build Packages
pnpm build:package

# Sync the database with the current schema
pnpm db:push

# Start the server (development mode)
pnpm dev

# Build for production
pnpm build

# Start the server with all applications
pnpm start

Set matching_uri: to the server's matching port (Default: 9004)
Set holepuch_uri and reflector_uri to the server's UDP port (Default: 50201)
Public matching server available at the following URI's:

matchingUri: `http://yukiotoko.chara.lol:9004/`,
udpHolePunchUri: `http://yukiotoko.chara.lol:50201/`,
reflectorUri: `http://yukiotoko.chara.lol:50201/`,
S
Description
No description provided
Readme GPL-3.0
221 KiB
Languages
TypeScript 94.7%
JavaScript 3.4%
Batchfile 1.2%
HTML 0.7%