Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Slither - slither from Scratch to Python easily
- BookOwl
-
1000+ posts
Slither - slither from Scratch to Python easily
The website is live! http://pyslither.github.io/
- Tymewalk
-
1000+ posts
Slither - slither from Scratch to Python easily
Just confirming, you're CosmicWebServices, right? I think I can help though I have not done Pygame in a while
If you are, thanks for your help so far.

- bjskistad
-
1000+ posts
Slither - slither from Scratch to Python easily
He is.Just confirming, you're CosmicWebServices, right? I think I can help though I have not done Pygame in a while
If you are, thanks for your help so far.

- Tymewalk
-
1000+ posts
Slither - slither from Scratch to Python easily
Well, this project has been dead for a while, but I'm going to start working on it again.
Where is everybody else?
Where is everybody else?
- Tymewalk
-
1000+ posts
Slither - slither from Scratch to Python easily
I'm proud to announce with the addition of the latest commit, Slither users can now easily blit text to the screen like this:
There's other options such as antialiasing, color, and even custom fonts!
slither.blitText("Hello, world!", x=10, y=20, size=40)
There's other options such as antialiasing, color, and even custom fonts!
- BookOwl
-
1000+ posts
Slither - slither from Scratch to Python easily
Awesome! Glad that we are starting this back up again! I'm proud to announce with the addition of the latest commit, Slither users can now easily blit text to the screen like this:slither.blitText("Hello, world!", x=10, y=20, size=40)
There's other options such as antialiasing, color, and even custom fonts!

- Tymewalk
-
1000+ posts
Slither - slither from Scratch to Python easily
As am I. Also, users…Awesome! Glad that we are starting this back up again! I'm proud to announce with the addition of the latest commit, Slither users can now easily blit text to the screen like this:slither.blitText("Hello, world!", x=10, y=20, size=40)
There's other options such as antialiasing, color, and even custom fonts!
v0.3.0 is out!
Available on PyPi and GitHub, Slither 0.3.0 adds support for mouse and keyboard, collisions, and the text display shown above!
It's super easy to install with “pip”, too! So what are you waiting for? Get started today!
- BookOwl
-
1000+ posts
Slither - slither from Scratch to Python easily
@Tymewalk, please check Github. I have some PRs that I need you to review.
- Tymewalk
-
1000+ posts
Slither - slither from Scratch to Python easily
Thanks to the amazing work of @BookOwl, Slither now supports SVGs in the latest commit!
SVG support has eluded us for the past 6 months or so, but FINALLY we got this tricky feature in. Now everyone can import their beautiful Scratch SVGs into Slither projects!
SVG support has eluded us for the past 6 months or so, but FINALLY we got this tricky feature in. Now everyone can import their beautiful Scratch SVGs into Slither projects!
- TheUltimatum
-
1000+ posts
Slither - slither from Scratch to Python easily
Transparency? Is that possible?
- Discussion Forums
- » Advanced Topics
-
» Slither - slither from Scratch to Python easily