Update gamelog branch #2

Merged
Cutieguwu merged 4 commits from main into gamelog 2025-03-25 16:41:31 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
name = "miller"
version = "0.1.0"
edition = "2024"
license = "MIT"
license-file = "LICENSE"
[dependencies]
ron = "0.9"

View File

@@ -14,7 +14,7 @@ I figured, that since I already had to digitize every note, that I was required
== Goals
* [ ] Data Format
* [*] Data Format
* [ ] Mathematics
** [ ] Avg. Terrain Gain
** [ ] Avg. Terrain Loss
@@ -26,5 +26,3 @@ I figured, that since I already had to digitize every note, that I was required
** [ ] Most Frequent Play
** [ ] Least Frequent Play
** [ ] Most Effective Play (Greatest Terrain Gain given sufficient data)
== License