sicpelago
2025-05-24 Jordan RoseMore test fixes main
2025-05-20 Jordan RoseProperly check param/argument matching (oops)
2025-05-20 Jordan RoseFix test cases
2025-03-31 Jordan Roseapworld mode april-fools-release
2025-03-31 Jordan RoseFix mis-specified dependencies
2025-03-31 Jordan RosePolish for initial upload
2025-03-31 Jordan RoseAdd one kind of trap
2025-03-30 Jordan RoseAdd item classifications
2025-03-30 Jordan RoseSort items
2025-03-30 Jordan RoseAdd solution checking
2025-03-30 Jordan RoseFix running scheme.py on its own
2025-03-30 Jordan RoseFix min and max, oops
2025-03-30 Jordan RoseImplement in-game progress tracking and stuff
2025-03-30 Jordan RoseNo turtles here
2025-03-30 Jordan RoseReorder event processing for better UX
2025-03-30 Jordan RosePass through client messages for printing
2025-03-30 Jordan RoseFill out the rest of the location prompts, more tests...
2025-03-24 Jordan RoseDraw the rest of the Owl I mean Rules
2025-03-24 Jordan RoseBasic logic + win condition
2025-03-24 Jordan RoseFix location_name_to_id for doubled locations
2025-03-24 Jordan RoseFix standalone run, and ProblemRewards population
2025-03-24 Jordan RoseSending checks works!
2025-03-24 Jordan RoseHide Archipelago logs
2025-03-24 Jordan RoseHandle receiving Macguffins as well, plus untested...
2025-03-24 Jordan RosePrint when item is received
2025-03-17 Jordan RoseStart the game, receive items (not macguffins yet though)
2025-03-17 Jordan RoseStub out client
2025-03-17 Jordan RoseWrap prompts
2025-03-16 Jordan RoseAdd (#show <problem>)
2025-03-16 Jordan RoseSnapshot apworld folder here as well
2025-03-16 Jordan RoseAdd --dump-items and item IDs
2025-03-16 Jordan RoseUnlock exit when you win, heh
2025-03-16 Jordan RoseAdd a prelude, so some operations can be written in...
2025-03-10 Jordan RoseNo exit
2025-03-10 Jordan RoseTyped Python! Not fully clean yet but that's okay
2025-03-10 Jordan RoseLoad problems from yaml
2025-03-10 Jordan RoseCheck in location data, with some prompts and tests
2025-03-10 Jordan Rosemodulo and remainder are different in Scheme, but also...
2025-03-10 Jordan RoseTrack completion
2025-03-10 Jordan RoseImplement reward shuffling
2025-03-10 Jordan Rose'eq?' is not 'equal?'
2025-03-10 Jordan RoseAdd a basic #solve
2025-03-10 Jordan RoseFix printing of #t and #f
2025-03-10 Jordan RoseAdd procedure?
2025-03-10 Jordan RoseAdd game mode
2025-03-10 Jordan RoseFinish removing tscheme stuff, oops
2025-03-10 Jordan RoseAdd promise stuff
2025-03-03 Jordan RoseFix define to return the defined symbol name, add test...
2025-03-03 Jordan RoseNo Turtle graphics in this project
2025-03-03 Jordan RoseMove special forms into the environment, so we can...
2025-03-03 Jordan RoseCompleted basic exercises for 61A Scheme interpreter