Skip to content

Pizza Legends recreated in Thyseus.

Notifications You must be signed in to change notification settings

wyze/pizza-legends-thyseus

Repository files navigation

Pizza Legends w/ Thyseus

What is Pizza Legends?

It's a game about rival pizza chefs. It covers a multi-map Overworld, characters with dialog and cutscenes, a whole turn-based battle system, a pause menu, and other RPG elements as it goes.

What is Thyseus?

A simple, powerful, and ergonomic ECS library - built entirely in Typescript. Thyseus is an Entity Component System (ECS) framework written in Typescript. Taking much inspiration from Bevy, it aims to provide a best-in-class developer experience without sacrificing performance.

Install

Clone the repository

git clone [email protected]:wyze/pizza-legends-thyseus.git

Change into the cloned repository directory

cd pizza-legends-thyseus

Install the dependencies

bun install

Develop

bun dev

Build

bun build

Deploy

bun fly