v3.0.0
The start of the Blaze! 🔥
This version is the one where you can ACTUALLY MAKE GAMES :D :D :D :D :D
It comes with some game demos, including gravity golf! Attached is a demo (I improved it slightly since)
Things that work:
- The main game class which you can use to make games :)
- pyLDtk
- the collisions module
- the graphics module
All of which will be improved over time.
There are some other things (like the node editor) which I have no clue what to do with, so I guess you can play around with them for a while before I figure out what to do with them.
demos.py
contains some demos for you to see how some things work. Most probably won't, but the ones that definitely do are:
- the
Graphics Demo
(and probably any other graphics demo too, don't quote me on it) - the
Collisions Demo
andDEBUG Collisions Demo
(the debug one being the exact same but slower as it is not using the compiled version)
gamedemo.py
contains the game demos I was talking about.Basic-1
is the only one that doesn't work.