mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 20:10:15 -08:00
Added ignorecase and y / yes as acceptable answers to continue playing
This commit is contained in:
@@ -5,6 +5,11 @@ import java.util.Scanner;
|
||||
import java.util.Set;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* HANGMAN
|
||||
*
|
||||
* Converted from BASIC to Java by Aldrin Misquitta (@aldrinm)
|
||||
*/
|
||||
|
||||
public class Hangman {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user