this post was submitted on 27 Jun 2025
827 points (98.6% liked)

Programmer Humor

24555 readers
1221 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 31 points 1 day ago (5 children)

This is actually what made me start my programming journey. Made small games using PowerPoint until I was starting to make an level editor on a 12x12 grid. My father thankfully stopped me pretty early on and showed me Game Maker 7. Not sure for how long i would have continued.

[–] [email protected] 13 points 1 day ago

Are you me lol? I did exactly the same, and at some point I started computing how many slides I had to make to make anything larger and I pivoted. My dad didn't know this stuff but I also ended up at gamemaker

[–] [email protected] 4 points 1 day ago (1 children)

hey, there is an inherent fun in maing games/programs using things that were never meant to.

once i did a CPU/RAM emulator using excel, so you could see every bit.

it was fun to make loops, and programs

[–] [email protected] 3 points 1 day ago (1 children)

This is how I got into game development myself. I used to use Javascript to make dumb little interactive games in the early 2000s before it was ever meant to do such things, emulating what is now modern day HTML5 canvas and such

[–] [email protected] 1 points 1 day ago (1 children)

bes way to learn is by doing what you're not supposed to

[–] [email protected] 2 points 22 hours ago* (last edited 22 hours ago) (1 children)

True enough! Mistakes are the best teacher. That said, I'm still making games in Javascript to this day, so I guess you can say I haven't learned enough lol.

[–] [email protected] 0 points 9 hours ago

Considering that enough pro's are doing the same, perhaps you didn't really do it wrong?

[–] [email protected] 5 points 1 day ago

PowerPoint is actually turning complete so... https://youtu.be/uNjxe8ShM-8

[–] [email protected] 3 points 1 day ago

I suddenly feel in good company. I got my start doing crazy things with PowerPoint and Excel because it was what I knew.

[–] [email protected] 3 points 1 day ago

I coded basic games in PowerPoint using animations plus VBA. Not good.