https://github.com/c0mplexity0/tiny-games-2
https://github.com/c0mplexity0/tiny-games-2
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/c0mplexity0/tiny-games-2
- Owner: C0mplexity0
- Created: 2025-09-11T18:58:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-04T13:06:34.000Z (9 months ago)
- Last Synced: 2025-10-04T14:33:32.107Z (9 months ago)
- Language: TypeScript
- Size: 624 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiny Games
Games console with no games console.
### Development
```bash
pnpm install
pnpm tauri dev
```
### Building
```bash
pnpm install
pnpm tauri build
pnpm linuxbuild
```
## FAQ
### Why 2?
The original Tiny Games is a mess and I don't wanna talk about it (source code is [here](https://github.com/c0mplexity0/tiny-games)). This is simply tiny-games-2 for the sake of differentiating it, you can just call it Tiny Games since that's how it's referred to everywhere else.