I’ve spent the evening creating a small boardgame for my little kid to play around with.
(used to do that using pygame back in the days when there was something called sparetime)
Anyway, I got stuck totally when it came to moving around the litlle pieces on the board. I couldn’t figure out how to design it correctly. Sure my mouseclicks fetched the little piece i was clicking at, but that piece could not report to its parent JPanels parent JFrame who had a textfield for in game messages. (for example)
So - the design was of course terrible. Are there any nice small, functional starters to dive into and get it right from the beginning?
Regards
