Skip to content

Commit

Permalink
Updated the screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
skotz committed Jun 9, 2018
1 parent 7c377be commit 070fda9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Binary file added About/screenshot-2018-06-09-a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions Chase.GUI/GameForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public GameForm()
RefreshBoard();

gameTimer.Start();
StartNewGame();
}

private void selfPlayToolStripMenuItem_Click(object sender, EventArgs e)
Expand Down Expand Up @@ -137,6 +138,11 @@ private void testToolStripMenuItem_Click(object sender, EventArgs e)
}

private void newGameToolStripMenuItem_Click(object sender, EventArgs e)
{
StartNewGame();
}

private void StartNewGame()
{
type = GameType.ComputerVsHuman;

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# chase-ai
An engine for playing the game of chase (not chess).
An engine for playing the game of chase.

![Example Screenshot](https://rawgit.com/skotz/chase-ai/master/About/screenshot-2016-12-17-a.png)
![Example Screenshot](https://rawgit.com/skotz/chase-ai/master/About/screenshot-2018-06-09-a.png)

For more information, see http://superdupergames.org/gameinfo.html?game=chase
For more information, read ![the rules](http://superdupergames.org/gameinfo.html?game=chase).

Scott Clayton 2016
Scott Clayton 2018

0 comments on commit 070fda9

Please sign in to comment.