🎮 Made a quick tutorial while working on my game: SCALED flag in Pygame 🐍💻
youtu.be/Th9J1E41DPQ?...
#gamedev #tutorial #pygame
Latest posts tagged with #Pygame on Bluesky
🎮 Made a quick tutorial while working on my game: SCALED flag in Pygame 🐍💻
youtu.be/Th9J1E41DPQ?...
#gamedev #tutorial #pygame
youtu.be/8u-W8BrZcGQ
A good implementation of the Portal mechanics into a 2D game.
#indiegame #gamereview #Pygame #puzzle #sidescroller #Portal
Another day, another GHC post-refactoring alpha release. Try this cutting-edge branch of the world's greatest Roguelike mecha RPG by a Newfoundlander in Korea and help me make it even better! #GameDev #PyGame github.com/jwvhewitt/ge...
The backpack interface in GearHead Caramel. Holgar is looking at his 5-pack of quick fix pills.
So it turns out that the backpack unit, which appeared to be working after the refactor, was in fact not working. So I worked on it and now it is working. Or at least it appears to be. Coding is fun! #ghrpg #GameDev #PyGame store.steampowered.com/app/1565090/...
Another day, another alpha release of GearHead Caramel. Bugs have been squashed. The event handling system has been streamlined. #ghrpg #GameDev #PyGame github.com/jwvhewitt/ge...
NPC Anjuke wonders why raiders are targeting the town's powerplant, wondering if they're after the large supplies of copper wire.
Found a new bug in the GHC alpha. If you press Esc to exit the training interface, you also exit the FieldHQ interface and open the options menu, both of which are also triggered by Esc. This shouldn't happen because the Esc event gets consumed when responded to. Or does it? #GameDev #PyGame
repost @mohcinale on IG
Once you know how easy it is to learn Python by practicing yourself, you’ll never waste your time watching endless tutorials. #python #coding #pygame #programming
THURSDAY STREAM!
Some more Scavenger of Dunomini to get us started, then over to more comm #pixelart!
A bit of #pygame dev after that, and probably some doodles sprinkled in, for fun. uuw
Come hang out! :D
www.twitch.tv/electric_gla...
SUNDAY STREAM!
I'm behind on a lot of stuff so it's going to be a bit of a variety show today (even moreso than usual!)
- Starting out with a couple of Scavenger of Dunomini runs!
- Moving on to layout out a big comm scene!
- #pygame dev!
- Pals??
Come hang out! <3
www.twitch.tv/electric_gla...
Back on my #pygame nonsense
Still squarely in tutorial hell
Goal is to gitgud enough to do a game jam or two
2024 build. You are an orange cat. you are catching mice. every 5 levels you select a boos. speed or cheese.
that's kind of it. i might add some sort of.. end game/way to win or score tracking. idk.
gimmie ideas/suggestions?? #indiegame #pygame #gamedev #python #script #indiecreator #game
I have converted the world map war bits in GearHead Caramel to the new unblocking game loop. I originally wrote that section right after getting Covid brain fog, and it shows. There's only one more use of the old blocking menu interface left to change! #GameDev #PyGame
Burning the midnight oil to complete my first of many #Pygame #GameDev projects planned this year!
I'm still in the "Tutorial Hell" phase of my journey to GITGUD with #Python & have finished a 2D platformer!
All artistic credit goes to the incredibly talented indie dev "DaFluffyPotato" on Youtube
THURSDAY STREAM!
It's grind time so going to play a round or two of Shotgun King, then dive straight into #python #pygame dev!
Let's get some new buildings in there! Get some of the UI stuff up and running too!
INSHALLAH IT WILL BE DONE ON TIME ;0;
Come hang out! :y
twitch.tv/electric_gla...
Vale la pena una nueva versión 1.1 de MineSquad para implementar efectos de iluminación en el espectacular teclado de la #raspberrypi 500+ 🔴🟠🟢🔵🟡⚪
github.com/salvakantero...
#raspberry #gamedev #retrodev #indiedev #python #pygame
youtu.be/z0AkjaYOuW0
A startlingly fun typing game about an ant infestation.
#indiegame #gamereview #pygame #cute #wholesome #action #LDJam
# Widgets may have "on_activate" and "on_freeze" methods that get called when the widget is either popped or # pushed. # # **************************** # *** *** # *** GOLDEN RULE OF POPPING *** # *** *** # **************************** # # If you are going to pop a current widget and open a new widget, make sure that # you do in fact pop the widget-to-be-popped first and activate the second widget # second. Doing this in opposite order will in fact pop the second widget's frozen # state when you pop the first widget, leaving a corrupted stack and a UI from # the nightmares of Hieronymous Bosch. I know I am given to long winded comments # but I've messed this up at least twice so far in the unblocking refactoring project # and want to make sure I remember it for next time. # # >>> THOSE WHO DISOBEY THE GOLDEN RULE OF POPPING SHALL BE POOPED UPON!!! <<< #
I am right good at writing comments, luh. In other news refactoring GearHead Caramel to have a stack-based unblocking UI has reminded me how easy it is to mess up your stack. #GameDev #Python #PyGame #SoloDev store.steampowered.com/app/1565090/...
#Pygame Progress Report
Implemented wall sliding & jumping mechanics
I haven't written this much code since college and it's kinda overwhelming but simultaneously enlightening #Programming #GameDevelopment #Python
🌟 Spotlight: @bloody-lizard.bsky.social
- I love programming, but I'm doing something stupid again.
#programming #python #pygame
👉 bsky.app/profile/bloody-lizard.bs...
#IndieSpotlight
- I love programming, but I'm doing something stupid again.
#programming #indiedev #python #pygame
Developing a remote gauge for showing power load at home. It also gives acoustic alarms. Python on dfrobot Unihiker.
#domotica #python #pygame #unihiker #diyelectronics #automation #homeautomation
More #Pygame #gamedev updates: wrote an extremely basic level editor where we can place and remove tiles of our choosing
(I'll probably use a pre-built program like TILED if I were to ever make an actual game—no sense in re-inventing the wheel. But as a coding exercise this was very satisfying)
- I'm doing the wrong thing again. (By the way, if anyone needs it (which I doubt), I can personally provide the source code. (Thankfully, I fit everything into one Python file.))
#indiedev #programming #python #pygame
- 1 bunny, 2 bunny, 10 bunnies... 20 bunnies........
#pixelart #retro #gamedev #indiegame
#python #retro #pygame
This program uses Pygame to animate item swapping for bubble sort in Python
My book "Build Your Own Python Action Arcade!" available at https://amzn.to/4sc6ZHq
Use Pygame to visualize bubble sort in Python, Part 2
This part explains how the program creates its sprites and runs its event loop.
rodstephensbooks.com/bubble_sort3...
#Python #Algorithms #Pygame #Animation
A functional Tetris in less than 150 lines of #pygame
This program uses Pygame to animate item swapping for bubble sort in Python
My book "Build Your Own Python Action Arcade!" available at https://amzn.to/4sc6ZHq
Use Pygame to visualize bubble sort in Python, Part 1
rodstephensbooks.com/bubble_sort2...
#Python #Algorithms #Pygame #Animation
And here we go again... writing a Tetris with #Pygame
Valerie Posting #2 🧵
Valerie is made in Pygame, a Python library which isn't an engine, but allows Python to deal with graphics, sounds, inputs etc. This lets the game be very custom-built, but means many things provided by Unity Godot, etc aren't available.
#gamedev #pygame #indiegame