Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using bracket-lib for greater accessibility #1

Closed
erlend-sh opened this issue Nov 17, 2020 · 2 comments
Closed

Consider using bracket-lib for greater accessibility #1

erlend-sh opened this issue Nov 17, 2020 · 2 comments

Comments

@erlend-sh
Copy link

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:

Innit is one of the most mature Rust ascii games around, so it'd be a great showcase/example game for bracket-lib.

@micutio
Copy link
Owner

micutio commented Nov 19, 2020

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.

@micutio
Copy link
Owner

micutio commented Dec 8, 2020

Innit has now been migrated to bracket-lib, see #2 (comment)

@micutio micutio closed this as completed Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants