An open API service indexing awesome lists of open source software.

https://github.com/rybla/time-crystal-maker-puzzle

A puzzle game about making time crystals. Submission to the GMTK 2025 game jam.
https://github.com/rybla/time-crystal-maker-puzzle

Last synced: 9 months ago
JSON representation

A puzzle game about making time crystals. Submission to the GMTK 2025 game jam.

Awesome Lists containing this project

README

          

# bun-react-template

To install dependencies:

```bash
bun install
```

To start a development server:

```bash
bun dev
```

To run for production:

```bash
bun start
```

This project was created using `bun init` in bun v1.2.17. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.