kivy secret of mana game

Rustom Mody rustompmody at gmail.com
Fri Jan 23 23:06:40 EST 2015


On Thursday, January 22, 2015 at 10:43:30 PM UTC+5:30, Automn wrote:
> Hello,
> 
> I am programming a "Secret of Mana" (Seiken Densetsu) game in kivy, it runs
> on a phone with kivy launcher.
> 
> Features for now are : movement by swiping, polygon collision and image state
> changes with resource handling.
> 
> The codebase can be found at : 
> https://sourceforge.net/projects/kivypriestsoflore2
> 
> The graphics have been licensed for this.
> 
> Automn
> -- 
> my blog : http://thediaryofelvishhealer.blogspot.com/
> Time heals.

Is this runnable on a  computer?
[I mean the old fashioned ones that sit on desks]

I tried installing it and am getting
                             
rusi at Gpa:~$ python3 kk.py 
[INFO   ] Kivy v1.8.0
[INFO   ] [Logger      ] Record log in /home/rusi/.kivy/logs/kivy_15-01-24_3.txt
[INFO   ] [Factory     ] 157 symbols loaded
[DEBUG  ] [Cache       ] register <kv.lang> with limit=None, timeout=Nones
[DEBUG  ] [Cache       ] register <kv.image> with limit=None, timeout=60s
[DEBUG  ] [Cache       ] register <kv.atlas> with limit=None, timeout=Nones
[INFO   ] [Image       ] Providers: img_tex, img_dds, img_gif (img_pygame, img_pil ignored)
[DEBUG  ] [Cache       ] register <kv.texture> with limit=1000, timeout=60s
[DEBUG  ] [Cache       ] register <kv.shader> with limit=1000, timeout=3600s
[DEBUG  ] [App         ] Loading kv <./pong.kv>
[DEBUG  ] [App         ] kv <./pong.kv> not found
[DEBUG  ] [Window      ] Ignored <egl_rpi> (import error)
[DEBUG  ] [Window      ] Ignored <pygame> (import error)
[WARNING] [WinPygame   ] SDL wrapper failed to import!
[DEBUG  ] [Window      ] Ignored <sdl> (import error)
[DEBUG  ] [Window      ] Ignored <x11> (import error)
[CRITICAL] [Window      ] Unable to find any valuable Window provider at all!
[CRITICAL] [App         ] Unable to get a Window, abort.



More information about the Python-list mailing list