mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
Simplify Mastermind (C#) folder structure
This commit is contained in:
13
60_Mastermind/csharp/Command.cs
Normal file
13
60_Mastermind/csharp/Command.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Game
|
||||
{
|
||||
/// <summary>
|
||||
/// Enumerates the different commands that the user can issue during
|
||||
/// the game.
|
||||
/// </summary>
|
||||
public enum Command
|
||||
{
|
||||
MakeGuess,
|
||||
ShowBoard,
|
||||
Quit
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user