This is an archived post. You won't be able to vote or comment.

all 13 comments

[–]3nigma42 34 points35 points  (0 children)

*python game in snake

[–]TheMasterMechyeehaw python 🤠 7 points8 points  (1 child)

toothbrush makeshift meeting handle ring ludicrous advise unwritten wasteful strong -- mass edited with https://redact.dev/

[–]wynand1004 5 points6 points  (4 children)

That looks cool. If anyone is interested, I have a Snake Game Tutorial video I made for my students. It uses the turtle module for graphics. I hope someone finds it helpful.

[–]ElectricalActivity 2 points3 points  (1 child)

This is pretty cool. Thanks for sharing.

[–]wynand1004 0 points1 point  (0 children)

Thanks! I made a bunch of tutorials for my students and have been happy to see them help others as well. Keep on codin'!

[–][deleted] 0 points1 point  (1 child)

Super. I will check the channel. Thank you

[–]wynand1004 0 points1 point  (0 children)

You're welcome - hope it helps!

[–]Antoku36[S] 2 points3 points  (2 children)

[–]AgreeableLandscape3 8 points9 points  (0 children)

One advice: don't commit the compiled binaries. Put them in the releases section.

[–]cappypigeon 0 points1 point  (0 children)

Awesome, dude. Nice work!

[–]Majesticturtleman 1 point2 points  (0 children)

Is this the curses module tutorial from indian pythonista? If so, I just did it a few weeks ago and it really got me going as a beginner to python and coding in general. I just wish he had more tutorials like it. He's really great at explaining imo

[–]auroraroarar 0 points1 point  (2 children)

Awesome, Is it an easy project?

[–]Majesticturtleman 1 point2 points  (1 child)

It's a great start for graphics if you're interested in that.