Pong demo built as part of the PyCon US 2016 sprints.
Go to file
Dorian Pula ae6060416d README.md edited online with Bitbucket 2016-06-14 12:42:05 +00:00
.gitignore Add in initial work on Pong tutorial. 2016-06-03 12:14:05 -07:00
DEV_NOTES.md Update notes and include experimentation to enable movies in Kivy. 2016-06-03 17:20:40 -07:00
LICENSE.md Add license for code. 2016-06-14 12:41:06 +00:00
README.md README.md edited online with Bitbucket 2016-06-14 12:42:05 +00:00
main.py Add in remainder of game. 2016-06-03 13:01:08 -07:00
pong.kv Add in remainder of game. 2016-06-03 13:01:08 -07:00
video_enable_experiment.md Update notes and include experimentation to enable movies in Kivy. 2016-06-03 17:20:40 -07:00

README.md

Kivy Gamecamp - Pong Tutorial

Work from the Game Camp, run by the fine folks at Learn Leap Fly

Install Kivy

https://kivy.org/docs/contribute.html#code-workflow

Notes

I left a few notes on my progress and work in the DEV-NOTES.md file.