Releases: jrhunger/2600-digits
Releases · jrhunger/2600-digits
current-main
binary files for current state of main branch
v0.2-alpha - sounds, star, positioning
Roughly a functional (albeit boring) game. Score increases when you get the correct digit and goes down if you get an incorrect one. A * character is added which you can hit to get the next digit without knowing it (no score for doing this however). Basic sounds are added and various visual updates were made to make it look better.
Changes from v0.1
- added loop macro for different horizontal positioning per digit
- added * character to advance to the next digit with no + or - score
- added sound for correct and incorrect digits
- fix pi symbol per #10
- added github actions workflow to automatically build and upload binaries
v0.1 - mvp
Move the pi symbol around to select the next digit of pi. Each correct digit increments the score. Each incorrect digit decrements the score. How high can you score (max 99).