Skip to content

Commit 49421dd

Browse files
committed
added another demo: the kivy snake game by nandanhere
1 parent d491cdd commit 49421dd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,21 @@ This project uses [kivy](https://kivy.org/), which also supports android and iOS
1717

1818
When you push git commits to github on master, github will automatically spin up containers in the cloud and build your application's executables for all target platforms.
1919

20-
# Try it out
20+
# Demos
21+
22+
## "Hello World" App
2123

2224
Checkout our [Releases Section](https://github.com/maltfield/cross-platform-python-gui/releases) to download and run the self-contained `Hello World` executables for Linux, Windows, and MacOS that were built by this repo.
2325

2426
* [https://github.com/maltfield/cross-platform-python-gui/releases](https://github.com/maltfield/cross-platform-python-gui/releases)
2527

26-
# In the wild
28+
## In the wild
2729

2830
The following apps have been built by forking this repo
2931

3032
* [BusKill](https://github.com/buskill/buskill-app)
3133
* [Kivy Matrix Calculator](https://github.com/maltfield/kivy-matrix-calculator)
34+
* [Kivy Snake Game](https://github.com/nandanhere/cross-platform-python-gui/)
3235

3336
# License
3437

0 commit comments

Comments
 (0)