Skip to content

Commit

Permalink
added another demo: the kivy snake game by nandanhere
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed Aug 28, 2021
1 parent d491cdd commit 49421dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,21 @@ This project uses [kivy](https://kivy.org/), which also supports android and iOS

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.

# Try it out
# Demos

## "Hello World" App

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.

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

# In the wild
## In the wild

The following apps have been built by forking this repo

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

# License

Expand Down

0 comments on commit 49421dd

Please sign in to comment.