diff --git a/README.md b/README.md index c0872bc..96235a5 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,10 @@ that you wish to run the game just follow steps 1-2 and enter the following comm ## Using the Application **What can you to in the application?** -* Click the start button to start time -* Clicking the stop button will stop time (**I suggest editing cells in this mode, then starting to see what your pattern does!**) -* You can click on a square to make it "alive cells" or "dead cells" - * black squares are "alive cells" and white squares are "dead cells" +* Click the start button to start time +![](./pictures/start-example.png +* Clicking the stop button will stop time (**I suggest editing cells in this mode, then starting to see what your pattern does!**) +![](./pictures/stop-example.png +* You can click on a square to make it "alive cells"(Black squares) or "dead cells"(White squares) +![](./pictures/alive_cell-example.png ![](./pictures/dead_cell-example.png diff --git a/pictures/alive_cell-example.PNG b/pictures/alive_cell-example.PNG new file mode 100644 index 0000000..376b2d1 Binary files /dev/null and b/pictures/alive_cell-example.PNG differ diff --git a/pictures/dead_cell-example.PNG b/pictures/dead_cell-example.PNG new file mode 100644 index 0000000..0fe833e Binary files /dev/null and b/pictures/dead_cell-example.PNG differ diff --git a/pictures/start-example.PNG b/pictures/start-example.PNG new file mode 100644 index 0000000..c669197 Binary files /dev/null and b/pictures/start-example.PNG differ diff --git a/pictures/stop-example.PNG b/pictures/stop-example.PNG new file mode 100644 index 0000000..d0a8b13 Binary files /dev/null and b/pictures/stop-example.PNG differ