https://github.com/hazyvt/tygame
https://github.com/hazyvt/tygame
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hazyvt/tygame
- Owner: HazyVT
- Created: 2022-01-09T12:06:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T15:55:24.000Z (about 2 years ago)
- Last Synced: 2025-02-02T00:40:02.401Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tygame
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.0.26. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.