A TUI speedrun timer in Common Lisp with Croatoan, Mito, and friends!
Go to file
2022-05-31 10:31:37 -07:00
categories None of the original commit messages would actually help anyone 2022-05-24 09:57:15 -07:00
database Update documentation; fix some bugs on first run 2022-05-29 21:57:21 -07:00
.gitignore None of the original commit messages would actually help anyone 2022-05-24 09:57:15 -07:00
config.lisp Add simple cli for interfacing with program (not fully functional); show splits 2022-05-30 22:45:29 -07:00
digits.lisp None of the original commit messages would actually help anyone 2022-05-24 09:57:15 -07:00
lispruns.asd Update documentation; fix some bugs on first run 2022-05-29 21:57:21 -07:00
main.lisp Add some more helpful error messages, fix CLI (some features still need implementation), add category selection for starting speedrun 2022-05-31 10:31:37 -07:00
README.org Update documentation; fix some bugs on first run 2022-05-29 21:57:21 -07:00
speedrun.lisp Add simple cli for interfacing with program (not fully functional); show splits 2022-05-30 22:45:29 -07:00
text.lisp Write code into systems and add formatting for highlight lists 2022-05-24 16:22:00 -07:00
time.lisp Write code into systems and add formatting for highlight lists 2022-05-24 16:22:00 -07:00
ui.lisp Add some more helpful error messages, fix CLI (some features still need implementation), add category selection for starting speedrun 2022-05-31 10:31:37 -07:00
util.lisp Get a timer on the screen finally 2022-05-29 21:31:48 -07:00

SBCL Speedrun Timer

This is a complete rewrite of my first Lisp project: a speedrun timer. It uses ncurses and a SQLite database, with the MITO ORM.

Requirements