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
This is very vague but basically: the tutorial tries to follow the Python one reasonably closely and only differs where it's necessary. The original tutorial works well with Python but Rust is a very different language.
Would be nice to try to think of how would the same game be implemented in Rust proper. Maybe there are better ways of structuring the data and code. How would a Rustacean write this?
The text was updated successfully, but these errors were encountered:
Hey @dobrite, thanks for the suggestion and sorry for the very late reply.
I'd like the tutorial to be mostly standalone (other than what's absolutely necessary, i.e. tcod, rand and serde).
It would be excellent to have a bonus chapter showing how to use an ECS though. And since I don't have any experience with the Rust's ECSes yet, it's quite possible that the gain would be so huge we'll just want move it to the main tutorial -- I just can't tell now.
This is very vague but basically: the tutorial tries to follow the Python one reasonably closely and only differs where it's necessary. The original tutorial works well with Python but Rust is a very different language.
Would be nice to try to think of how would the same game be implemented in Rust proper. Maybe there are better ways of structuring the data and code. How would a Rustacean write this?
The text was updated successfully, but these errors were encountered: