You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
data | 2 years ago | |
lib | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE.md | 2 years ago | |
README.md | 2 years ago | |
mk8stats.rkt | 2 years ago | |
notes.txt | 2 years ago |
README.md
MK8Stats
A simple little tool for comparing, contrasting, and collating the statistics of Mario Kart 8 Deluxe customizations.
Overview
For now, I'm simply building up a library of useful functions for a full-blown application. Eventually, it will include a GUI with facilities for storing which specific customizations you have and acting upon data accordingly.
Implementation Details
This program is intended to be as portable as possible. Excepting
RackUnit and, eventually, racket/gui
, everything should work in
(most) any Scheme, provided that the #lang
declarations are changed
to the appropriate import
, and provide
is changed to export
.