diff --git a/README.md b/README.md index ffae5fa..01f2742 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *Kodiak* is an implementation of [Klondike Solitaire](https://en.wikipedia.org/wiki/Klondike_(solitaire)) for the[Uxn/Varvara ecosystem](https://100r.co/site/uxn.html) virtual machine. -![screenshot of initial solitaire deal](start.png) +![screenshot of splash screen](about.png) ## controls @@ -27,7 +27,7 @@ Currently *Kodiak* is very limited: Future releases may relax some or all of these constraints. -![screenshot of solitarire mid-game](game1.png) +![screenshot of starting solitarire deal](start.png) ## building and running @@ -82,6 +82,6 @@ Probably not, but maybe. I am considering adding support for [Sawayama Solitaire](https://zachtronics.fandom.com/wiki/Sawayama_Solitaire). Depending on how that goes I may add support for other variants as well. -![another screenshot of solitaire](game2.png) +![screenshot of solitaire mid-game](game1.png) Kodiak was built by [d_m](http://plastic-idolatry.com/erik), 2023-2024 diff --git a/about.png b/about.png new file mode 100644 index 0000000..28838c9 Binary files /dev/null and b/about.png differ diff --git a/game1.png b/game1.png index f584998..2003373 100644 Binary files a/game1.png and b/game1.png differ diff --git a/game2.png b/game2.png deleted file mode 100644 index dca0e78..0000000 Binary files a/game2.png and /dev/null differ diff --git a/kodiak.tal b/kodiak.tal index a7f51f9..64d2946 100644 --- a/kodiak.tal +++ b/kodiak.tal @@ -1,7 +1,6 @@ ( kodiak.tal ) ( TODO ) -( * move cards back from foundation ) ( * display message on win ) ( * make bear react to moving cards ) ( * buttons, stock flash when clicked ) diff --git a/start.png b/start.png index 2a63a40..8beb62d 100644 Binary files a/start.png and b/start.png differ