PurpleKingdomGames / roguelike-starterkit

Terminal rendering for Indigo based roguelike games.
MIT License
23 stars 3 forks source link

Log or error on unknown window ID #77

Open davesmith00000 opened 6 months ago

davesmith00000 commented 6 months ago

Windows have to be registered, they aren't auto-discovered. So if you forgot to register your window and try to open it... nothing happens. Confusion ensues.

The snag here is that it means adding checks all the time. Not sure if it's worth it.