In-progress note-taking app based on lines.love
Go to file
Kartik K. Agaram 3019442c02 confirm that we have access to all of the love API
love.graphics.line(1, 1, 500, 500)

However, we're now no longer printing results or errors. Time now to
design the data model. When do we (re)evaluate code. When do we display
results. Where do errors go.
2022-05-02 08:37:04 -07:00
keychord.lua handle chords 2022-05-02 08:24:24 -07:00
main.lua confirm that we have access to all of the love API 2022-05-02 08:37:04 -07:00
mu.lua