Trending

#Pygame

Latest posts tagged with #Pygame on Bluesky

Latest Top
Trending

Posts tagged #Pygame

Pygame Tutorial - SCALED flag
Pygame Tutorial - SCALED flag YouTube video by Vector Byte

🎮 Made a quick tutorial while working on my game: SCALED flag in Pygame 🐍💻
youtu.be/Th9J1E41DPQ?...

#gamedev #tutorial #pygame

3 1 0 0
Good Games 388 - Portal Flat 2D
Good Games 388 - Portal Flat 2D YouTube video by Fort Kenmei

youtu.be/8u-W8BrZcGQ

A good implementation of the Portal mechanics into a 2D game.

#indiegame #gamereview #Pygame #puzzle #sidescroller #Portal

6 3 0 0
Preview
Release v1.002 Alpha: Backpack and Bombing Both Bugfixed; Brains Better · jwvhewitt/gearhead-caramel Another quick bugfix release. Thanks for all the issue reports; keep them coming! Fixed aibrain crash Widget cannot be deployed twice Converted backpack to use MenuWidgets, fixed crashes Fixed DZD...

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...

4 2 0 0
The backpack interface in GearHead Caramel. Holgar is looking at his 5-pack of quick fix pills.

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/...

10 2 1 0
Preview
Release v1.001 Alpha: Releases Will Continue Until Stability Improves · jwvhewitt/gearhead-caramel Another day, another release. The biggest change in this version is that triggers, GHC's internal messaging system, have been switched from direct execution to queued execution. This should improve...

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...

8 2 1 0
NPC Anjuke wonders why raiders are targeting the town's powerplant, wondering if they're after the large supplies of copper wire.

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

3 0 1 0
Video

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

2 0 0 0
Preview
electric_glacier - Twitch Mostly art. I talk about a ton of stuff here though! ~ Rules: - This is an 18+ stream! - This is a safe space for everything but crypto and intolerance. It is EXTREMELY UNSAFE for crypto and intoleran...

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...

5 0 0 0
Preview
electric_glacier - Twitch Mostly art. I talk about a ton of stuff here though! ~ Rules: - This is an 18+ stream! - This is a safe space for everything but crypto and intolerance. It is EXTREMELY UNSAFE for crypto and intoleran...

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...

1 0 0 0
Video

Back on my #pygame nonsense
Still squarely in tutorial hell
Goal is to gitgud enough to do a game jam or two

1 0 1 0

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

11 4 2 1
Post image

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

9 1 1 0
Video

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

9 3 0 0
Preview
electric_glacier - Twitch Mostly art. I talk about a ton of stuff here though! ~ Rules: - This is an 18+ stream! - This is a safe space for everything but crypto and intolerance. It is EXTREMELY UNSAFE for crypto and intoleran...

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...

1 0 0 0
Video

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

6 1 0 0
Good Games 359 - My Keyboard is Full of Ants
Good Games 359 - My Keyboard is Full of Ants YouTube video by Fort Kenmei

youtu.be/z0AkjaYOuW0

A startlingly fun typing game about an ant infestation.

#indiegame #gamereview #pygame #cute #wholesome #action #LDJam

11 3 0 0
    # 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!!! <<<
    #

# 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/...

6 1 0 0

Amazing 🐍 games

#Python #pygame

1 0 0 0
Video

#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

3 0 0 0

🌟 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

0 0 0 0
Video

- I love programming, but I'm doing something stupid again.

#programming #indiedev #python #pygame

3 1 0 0
Post image

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

0 0 0 0
Video

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)

6 1 1 0
Video

- 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

4 1 0 0
Video

- 1 bunny, 2 bunny, 10 bunnies... 20 bunnies........

#pixelart #retro #gamedev #indiegame
#python #retro #pygame

13 3 2 0
This program uses Pygame to animate item swapping for bubble sort in Python

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

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

0 0 0 0
Post image

A functional Tetris in less than 150 lines of #pygame

3 1 0 0
This program uses Pygame to animate item swapping for bubble sort in Python

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

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

0 0 0 0
Post image

And here we go again... writing a Tetris with #Pygame

3 0 0 0
Post image

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

11 1 1 0