For fun I want to create an off-line quick-running #Clojure version of http://www.caissa.com/chess-tools/pgn-editor.php : just a quick chess GUI that can play moves and load PGN files; no engines, databases, accounts, etc. I think #babashka might fit. Any recommendations on getting started, @borkdude?
@worldsendless just for the game logic aspects #babashka should do fairly well. As for the GUI we don’t have native support from something like Swing/JavaFX yet but if you’re happy with a terminal UI, can use https://github.com/babashka/pod-babashka-lanterna maybe?