Terminal Games
Simple games that run in the terminal.
Loading...
Searching...
No Matches
Bug List
Member TerminalGames::Battleships::ExecuteUserCommand () override
If the user presses the Globals::G_TERMINAL_BACKSPACE_KEY the thrown exception Globals::Exceptions::BackspaceKeyPressed will never be caught and the program will crash.
Member TerminalGames::TicTacToe::ExecuteUserCommand () override
If the user presses the Globals::G_TERMINAL_BACKSPACE_KEY the thrown exception Globals::Exceptions::BackspaceKeyPressed will never be caught and the program will crash.