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.
- Host: GitHub
- URL: https://github.com/rybla/time-crystal-maker-puzzle
- Owner: rybla
- Created: 2025-08-03T04:48:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T05:14:42.000Z (11 months ago)
- Last Synced: 2025-08-03T07:06:38.734Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.