Skip to content

A collaborative pixel art game that demonstrates Tashi Consensus for peer-to-peer gaming. It highlights the use of an ECS pattern with Tashi consensus.

Notifications You must be signed in to change notification settings

tashigg/tashi-place

Repository files navigation

Tashi Place

Concepts

World 🌍

The world is the 2D display that shows all the dots that were drawn by users. The world is a collective display that is continuously updated via [FoxMQ].

Dot 🔵

A dot is a square that was drawn by a user.

Place 🖼

A place refers to a area of the world consisting of the dots drawn by one or more users.

Development

To install dependencies:

bun install

To run:

bun dev

About

A collaborative pixel art game that demonstrates Tashi Consensus for peer-to-peer gaming. It highlights the use of an ECS pattern with Tashi consensus.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published