gayuru / cBot

:octocat: A command-line game inspired by the board game Qwirkle written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EOF character implementation

gayuru opened this issue · comments

If an any time the user enters the EOF (end-of-file) character, the the program should Quit.

@seanlokeee managed to fix this by checking if the user inputs an EOF character anytime in the program.