Asciimon icon indicating copy to clipboard operation
Asciimon copied to clipboard

Pokemon-inspired game created using Rust for terminals which support ANSI escape commands.

Results 7 Asciimon issues
Sort by recently updated
recently updated
newest added

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,...

help wanted

``` $ 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...