Can we use Kivy to create the game?

Are we allowed to use the Kivy framework for this challenge? The only reason I ask is that it is possible/almost necessary to create parts of your program in the kv language along with the main python file. The kv file tends to have python in it too, but isn't strictly a python file. EDIT: I just found that kivy is listed in the game developement resources list. So I guess I can take that as a yes?

(log in to comment)

Comments

Yes! As long as the game code you're writing is mostly Python, that's all that matters.