update readme

This commit is contained in:
Crispy 2025-04-04 23:19:07 +02:00
parent 157ee0de51
commit dbb478f9ec

View file

@ -1,10 +1,11 @@
# Marble Machinations # Marble Machinations
A zach-like programming-adjacent puzzle game.
Still in development, but core features are mostly stable.
logic mostly like https://git.crispypin.cc/CrispyPin/marble logic mostly like https://git.crispypin.cc/CrispyPin/marble
## todo ## todo
### meta ### meta
- itch page text
- engine tests - engine tests
- blag post about marble movement logic - blag post about marble movement logic
### game ### game
@ -29,7 +30,7 @@ logic mostly like https://git.crispypin.cc/CrispyPin/marble
- validate solutions in server (with limits) - validate solutions in server (with limits)
- show histograms - show histograms
- author name in solutions and blueprints - author name in solutions and blueprints
#### undecided ### undecided
- footprint score (tiles that were non-empty at any point in the run) - footprint score (tiles that were non-empty at any point in the run)
- option to use 8-bit marbles? - option to use 8-bit marbles?
- blueprint rotation? - blueprint rotation?