Good news, everyone!
Slither is now taking its first steps towards becoming a full convenience module!
What's fixed?
- Some unused functions have been removed
- There's more consistency
- Problems with setting costumes have been fixed
What's new?
Here's the fun! 😉
- An
isTouching()
method has been added, to detect collisions - Several methods for the mouse and keyboard
blitText
to simplify text display
While it may not seem like much, mouse and keyboard input (thanks @BookOwl!) are MAJOR in making Slither a viable alternative to Scratch!
isTouching()
will aid heavily in platformers, and blitText
simplifies PyGame's text command!
The PyPi release will be up shortly.