so I made a basic tic-tac-toe game in Racket (it even has a simple AI that you can play against!) and now I’m moving on to using its GUI modules to make a little clicker game!
unfortunately GUI stuff is always a clusterfuck so I’m currently trying to figure out how to decouple the game logic from the GUI code, while still being able to pass messages back-and-forth between them (there are lots of ugly ways to do this, but I’m trying to find a non-ugly way to do it)