skiadas / BattleFTP

RPG game that is the class project for a course on functional programming
MIT License
6 stars 6 forks source link

UI - Implement functionality for obtaining username #63

Closed PatrickConboy closed 6 years ago

PatrickConboy commented 6 years ago

We need to write a small function that works as follows; game will call the function -> the function will prompt the user for a username -> the function returns a type IO String that contains the username