Skip to content

Infinite layout of randomly generated white tiles, useful repetitive gaming applications.

Notifications You must be signed in to change notification settings

Chinmayeegade/Kivy-Tiled-Perspective-for-Motion-Gaming-Applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kivy-Tiled-Perspective-for-Motion-Gaming-Applications

  • 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>:
    

Project Preview

Untitled.design.2.mp4

About

Infinite layout of randomly generated white tiles, useful repetitive gaming applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages