diff --git a/Resources/images/cardsBoard.png b/Resources/images/cardsBoard.png new file mode 100644 index 00000000..23f715a5 Binary files /dev/null and b/Resources/images/cardsBoard.png differ diff --git a/src/SnapGame.cs b/src/SnapGame.cs index ec78e907..c582d06f 100644 --- a/src/SnapGame.cs +++ b/src/SnapGame.cs @@ -34,8 +34,8 @@ private static void HandleUserInput(Snap myGame) /// The details of the game -- mostly top card and scores. private static void DrawGame(Snap myGame) { - SwinGame.ClearScreen(Color.White); - + //SwinGame.ClearScreen(Color.White); + SwinGame.DrawBitmap("cardsBoard.png", 0, 0); // Draw the top card Card top = myGame.TopCard; if (top != null)