https://github.com/gcrois/gregsheet
Game Built In A Spreadsheet 2025 Langjam GameJam
https://github.com/gcrois/gregsheet
bevy gamejam langjam rust spreadsheet
Last synced: 2 months ago
JSON representation
Game Built In A Spreadsheet 2025 Langjam GameJam
- Host: GitHub
- URL: https://github.com/gcrois/gregsheet
- Owner: gcrois
- Created: 2025-11-17T14:58:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-16T14:39:32.000Z (6 months ago)
- Last Synced: 2026-04-11T23:39:02.867Z (2 months ago)
- Topics: bevy, gamejam, langjam, rust, spreadsheet
- Language: Rust
- Homepage: https://g.regory.dev/blog/langjam-gamejam/day_-1/
- Size: 151 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gregsheet
2025 [Langjam GameJam](https://langjamgamejam.com/) Entry
Check out the first blog about the development process here: https://g.regory.dev/blog/langjam-gamejam/day_-1
## Building
To build, ensure that you have the Rust development correctly set up, then run:
```
cargo run
```
## TODO:
1. Make it a game
2. Add web target to github actions
3. Get off the main thread
4. ... profit?