Hopson97 / Asciimon

Pokemon-inspired game created using Rust for terminals which support ANSI escape commands.
124 stars 11 forks source link

Use vectors #10

Closed dmitmel closed 6 years ago

dmitmel commented 6 years ago

In this PR I've refactored a lot of code that uses vectors. Well, it is really long, but I haven't changed any logic.

Nice side effect: these refactorings make binary smaller!