- Kivy is an Open source Python library used for rapid development of applications that that comprise of innovative user interfaces, such as multi-touch apps.
- https://kivy.org/#home
- This Project creates an infinite layout of randomly generated white tiles, useful repetitive gaming applications.
- The layout is operated by the right and left arrow keys.
- Any kivy project requires 2 main files:
-
#main.py : Serves the backend development: #Requisites: import kivy from kivy.app import App from kivy.uix.widget import Widget (or Layouts) class WidgetorLayoutName(Widget/Layout): pass class AppNameApp(App): pass AppNameApp().run()
-
#AppName.kv : Serves the frontend development #Requisites: WidgetorLayoutName <WidgetorLayoutName>:
-
Notifications
You must be signed in to change notification settings - Fork 0
Chinmayeegade/Kivy-Tiled-Perspective-for-Motion-Gaming-Applications
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Infinite layout of randomly generated white tiles, useful repetitive gaming applications.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published