Rushwind13 / JMoria

My from-scratch implementation of a Roguelike game that will be an homage to IMoria
4 stars 4 forks source link

feat: minimize external libraries #102

Closed Rushwind13 closed 5 days ago

Rushwind13 commented 5 days ago

create strcmp, strncmp, strlen, and log2 functions

remove stdio and other external includes where possible

commented out remove curse test again, effects list is borked