Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wyze/pizza-legends-thyseus
Pizza Legends recreated in Thyseus.
https://github.com/wyze/pizza-legends-thyseus
ecs entity-component-system game-development thyseus
Last synced: about 6 hours ago
JSON representation
Pizza Legends recreated in Thyseus.
- Host: GitHub
- URL: https://github.com/wyze/pizza-legends-thyseus
- Owner: wyze
- Created: 2023-09-20T01:50:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T12:55:47.000Z (over 1 year ago)
- Last Synced: 2024-06-14T21:10:40.360Z (8 months ago)
- Topics: ecs, entity-component-system, game-development, thyseus
- Language: TypeScript
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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.
#### [See more →](https://gamedevshift.com/pizza-legends)
## 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](https://bevyengine.org), it aims to provide a best-in-class developer experience without sacrificing performance.#### [See the docs →](https://thyseus.dev/docs)
### Install
#### Clone the repository
```sh
git clone [email protected]:wyze/pizza-legends-thyseus.git
```#### Change into the cloned repository directory
```sh
cd pizza-legends-thyseus
```#### Install the dependencies
```sh
bun install
```### Develop
```sh
bun dev
```### Build
```sh
bun build
```### Deploy
```sh
bun fly
```