You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A long-term goal, would be to create an educational experience as well.
Might you consider swapping out tcod for bracket-lib? tcod is great, but there's a pretty good case to be made for @thebracket's bracket-lib as a more education-friendly foundation:
Thanks for bringing bracket-lib to my attention. At a first glance it looks intriguing, especially considering the wealth of features, lack of non-Rust dependencies and the attention to building for the web.
As tcod is focused on peripherals, i.e.: graphics output and user input, bracket-lib would be primarily used to do the same. I've been building the core mechanics like component system and game-loop from scratch. Whether Innit makes the switch or not, these core mechanics will likely remain for the foreseeable future until the game grows to a point where more abstraction is necessary.
This suggestion also comes at a crucial point in time as I am looking to overhaul the game UI to fit the gameplay and include full mouse support. To avoid doing the same work twice I'll peruse the tutorial and code to see how much work for migrating the engine we're looking at here before commencing the UI overhaul. So you can expect a response soon.
Innit is one of the most mature Rust ascii games around, so it'd be a great showcase/example game for bracket-lib.
Thank you, this is high praise. Given that Innit doesn't even have a playable alpha version out yet I'm unsure of its justification but I'll take it as encouragement to keep pouring quality work into it.
Might you consider swapping out tcod for bracket-lib? tcod is great, but there's a pretty good case to be made for @thebracket's bracket-lib as a more education-friendly foundation:
Innit is one of the most mature Rust ascii games around, so it'd be a great showcase/example game for bracket-lib.
The text was updated successfully, but these errors were encountered: