Asciimon
Asciimon copied to clipboard
Pokemon-inspired game created using Rust for terminals which support ANSI escape commands.
I really enjoyed using this project, nice work! Found a couple typos in the README though 😛
https://asciinema.org/a/eUCC41xP7bXsc349CeDsctraU
Hi, I'm very new to game dev, however i cant open the game, please tell me how.
I think it would be very useful to allow players to expand the map.
When it comes to creating the acsiimon for the game, there are basically 2 types. 1. Basic base data of the Asciimon. This is things like base stats, their type,...
``` $ cargo run --verbose failed to parse lock file at: /Users/antonte/prj/Asciimon/Cargo.lock Caused by: expected a section for the key `root` ``` Mac OS X
This is a thread for discussing general things about _code architecture_ in Asciimon. _Code architecture_ means usage of structs and traits, relationships between structs, patterns etc. ### THIS IS A...