in which we attempt to recreate a game from the nineties using the Racket graphical facilities and we manage to do it in less than 1000 lines of code....| alex-hhh.github.io
.. in which we implement a Tetris game step-by-step in Racket, exploring pict graphics, contracts and unit tests....| alex-hhh.github.io
I updated the map-widget package to allow map objects to `snip%`'s so it can be inserted into a `pasteboard%` and a side benefit of this work is that maps can now be embedded in the DrRacket REPL -- while this was not why I did these modifications, it doe...| alex-hhh.github.io
The Racket GUI library provides an "editor toolkit" which can be used to implement programs that use an interactive graphical canvas where objects can be moved around with the mouse. This toolkit has good reference documentation, however this documentatio...| alex-hhh.github.io