Score calculation improvements
This commit is contained in:
4
main.php
4
main.php
@@ -148,9 +148,9 @@ while ($gameRuntime)
|
||||
echo 'You lost this match of Rock Paper Scissors! Thank you for playing!' . PHP_EOL;
|
||||
}
|
||||
echo PHP_EOL;
|
||||
echo 'The main menu will appear in five seconds...';
|
||||
echo 'The main menu will appear in fifteen seconds...';
|
||||
|
||||
sleep(5);
|
||||
sleep(15);
|
||||
|
||||
Menu::clearScreen();
|
||||
unset($robot, $human, $computerChoiceItem, $humanChoiceItem);
|
||||
|
Reference in New Issue
Block a user