Discuss Scratch

BookOwl
Scratcher
1000+ posts

Slither - slither from Scratch to Python easily

The website is live! http://pyslither.github.io/
Tymewalk
Scratcher
1000+ posts

Slither - slither from Scratch to Python easily

IcyCoder wrote:

I think I can help though I have not done Pygame in a while
Just confirming, you're CosmicWebServices, right?

If you are, thanks for your help so far.
bjskistad
Scratcher
1000+ posts

Slither - slither from Scratch to Python easily

Tymewalk wrote:

IcyCoder wrote:

I think I can help though I have not done Pygame in a while
Just confirming, you're CosmicWebServices, right?

If you are, thanks for your help so far.
He is.
Tymewalk
Scratcher
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?
Tymewalk
Scratcher
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:

slither.blitText("Hello, world!", x=10, y=20, size=40)

There's other options such as antialiasing, color, and even custom fonts!
BookOwl
Scratcher
1000+ posts

Slither - slither from Scratch to Python easily

Tymewalk wrote:

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!
Awesome! Glad that we are starting this back up again!
Tymewalk
Scratcher
1000+ posts

Slither - slither from Scratch to Python easily

BookOwl wrote:

Tymewalk wrote:

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!
Awesome! Glad that we are starting this back up again!
As am I. Also, users…

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
Scratcher
1000+ posts

Slither - slither from Scratch to Python easily

BookOwl
Scratcher
1000+ posts

Slither - slither from Scratch to Python easily

@Tymewalk, please check Github. I have some PRs that I need you to review.
Tymewalk
Scratcher
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!
TheUltimatum
Scratcher
1000+ posts

Slither - slither from Scratch to Python easily

Transparency? Is that possible?

Powered by DjangoBB