GustavoSantosFe / Casciigame

little ascii rpg made in c
MIT License
0 stars 2 forks source link

remove or replace system calls #7

Closed GustavoSantosFe closed 7 years ago

GustavoSantosFe commented 7 years ago

system calls are also a problem because most of the ones used in this program are windows specific, finding a way to replace them all will definitely be the halfway point to making this code cross platform

GustavoSantosFe commented 7 years ago

still need to remove or replace system("color");