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.
 
Marie-Joseph 1c40e139af
Initial commit
2 years ago
data Initial commit 2 years ago
lib Initial commit 2 years ago
.gitignore Initial commit 2 years ago
LICENSE.md Initial commit 2 years ago
README.md Initial commit 2 years ago
mk8stats.rkt Initial commit 2 years ago
notes.txt Initial commit 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.