#Game Programming
Explore tagged Tumblr posts
Note
How true is the saying “there is more permanent then a temporary solution” in the context of game developement?
Once, one of my coworkers printed out "temporary" hacks in our codebase and taped them to his body to be his Halloween costume. I have a t-shirt printed with the "temporary" hacks in the code base. The name "Grey Wardens" from Dragon Age was a temporary name put in place when leadership couldn't decide on a "real" name that eventually became permanent. I can't count the number of "placeholder" text I've written that eventually became permanent. I learned that the only way to make placeholder text actually temporary (and eventually get replaced) is to purposely write text that would either fail cert or look bad on the company and get flagged by QA.
Basically, games have a lot of hacky shit put in "temporarily" that can (and often does) eventually become load-bearing.
[Join us on Discord] and/or [Support us on Patreon]
Got a burning question you want answered?
Short questions: Ask a Game Dev on Twitter
Short questions: Ask a Game Dev on BlueSky
Long questions: Ask a Game Dev on Tumblr
Frequent Questions: The FAQ
100 notes
·
View notes
Text
My favorite part of the psychonauts speedrun videos is watching specifically Kee Chi (programmer and lead programmer on psy1 and psy2 respectively) put his head in his hands and wail in despair. The highlight of the videos on rewatch is watching Kee witness something that absolutely should not be possible and just go “OHHH NOOOOOO”- notable examples are Kee discovering prop flying in the second (and first game, although in the first it’s just lev flying) and discovering that you can just fly into the sky in Velvetopia and skip straight to the bullfight. Kee Chi Despair Moments of all time btw
+ links in notes
168 notes
·
View notes
Text
GUYS.
My niece made a game. It’s SO FREAKING CUTE AND FUN! Romance game where you go to a bookshop, pick a genre and the hero pops out of the book to take you on a “choose your own adventure” trip!
The art is spectacular and the concept fresh! And AND AND it’s no set cost, you pay what you can and it’s YOURS!
It’s already got over 3000+ players! (Including me!)
#gaming#programming#game programming#romance#romance game#choose your own adventure#startup#genZ killing it#love this
292 notes
·
View notes
Text
so Farming games
Serious question: What makes farming sims like Stardew Valley and Harvest Moon good to play story-wise and gameplay-wise?
as someone who's looking into making farming sim I'm quite curious to know because there's so much I as myself can play from my own experience and read blogs about it
16 notes
·
View notes
Text
[Fading Runes] The second pre-prototype of my game is finished.
Fading Runes is a strategic and creativity-based tower defense game, influenced by roguelites!
💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥
The game will make you struggle into solving a huge crysis in a world shaped by the magic of the runes. Please consider to follow if you like roguelite, towerdefense, and creativity centered games; there are a lot of runes to be drawn!
(dev. notes: this preprototype was aimed to create and test a machine learning model to correctly guess the rune drawn by the players, it can still be improved since it has an accuracy of 97.3%, but probably I could expand the training set as the game gains some funding!) = (translated to not Dev: this preprototype is smarter then an half-blind 🪨 at guessing runes, but still is not good as a 3 years old 👶)
#gaming#indie games#game art#game development#tower defense#gamedev#game dev blog#game programming#game prototype#roguelite
70 notes
·
View notes
Text
SotG #003
Howdy folks! Welcome back to another state of the game post. This week I bring good news, the players movement is done for foreseeable future! Or at least for what I need it to do right now. I've attached a gif showing it off too so y'all finally have some visual aid for what I'm talking about. The player is able to move without impediment on any slope within a steepness limit, and they'll properly rotate to match whatever incline their on. Feels pretty smooth and looks so too. With that out of the way I can properly focus my efforts onto more pressing matters, like combat! I'll try to create more visually appealing posts from now on too so y'all don't have to deal with just a wall of text lmao.
28 notes
·
View notes
Text
im working on a visual novel/dating sim because my adhd ass tells me to (i dont have the skills and im afraid ill drop the project soon)
im mega focused right now and im learning how to code hehe xP
7 notes
·
View notes
Text
I think I made the jump force a bit too high- XDDD
4 notes
·
View notes
Text
pros and cons of working in the game industry when you love coding and making games :
pros:
-I get paid to make video games!! Yay!!
Cons
-I sit at my desk staring at lines of code 8 hours a day. I have no more energy to create anything that involves codes on my personal time. I refuse to get a glimpse of a game engine if it's not between 8am to 4pm, Monday through Friday.
#the inherent plague of working in the field of your passion#you love your job but GODS is it draining#is it still a passion/hobby if I don't want to do it in my free time....#game developers#game development#indie dev#game dev stuff#video games#game design#programming#game programming
7 notes
·
View notes
Note
How much use does Rust (the programming language) see in game development?
I haven't ever seen it used. Game dev still primarily runs on C++ to do the heavy lifting. We often build internal tools with C#, Python, or Perl. Some games will run interpreted scripting languages like Lua for designers to script out encounters and such. RPG Maker utilizes Ruby or Javascript for its scripting language, depending on the version. To my knowledge, nobody uses Rust, Swift, or Go in game development.
[Join us on Discord] and/or [Support us on Patreon]
Got a burning question you want answered?
Short questions: Ask a Game Dev on Twitter
Short questions: Ask a Game Dev on BlueSky
Long questions: Ask a Game Dev on Tumblr
Frequent Questions: The FAQ
13 notes
·
View notes
Text
Calling All Unity Programmers!
Are you a fan of Sonic the Hedgehog and have some skills in Unity? We’re working on a Sonic Boom fan game, and we need your help to make it awesome!
We’re a small, dedicated team of Sonic fans who are passionate about bringing a fresh experience to the community. If you’ve got experience with Unity and a love for fast-paced gameplay, we’d love to have you on board.
P.S If you have other skills in things such as level design, environmental concept art, 3D modeling, etc. Feel free to join as well.
What We’re Looking For:
- Unity and C# skills
- Experience with platformer mechanics (2D or 3D)
- A genuine love for Sonic games
- A collaborative attitude and willingness to learn
Why Join?
- Work on a fun, fan-driven project
- Build your portfolio and gain experience
- Collaborate with fellow Sonic enthusiasts
- Contribute to a game that’s all about the speed and excitement we love
If this sounds like something you’d enjoy, join our discord! We’re excited to work together and create something special for the Sonic community.
Join Team Neutralix!
https://discord.gg/mVqG8f6JNV
#sonic the hedgehog#sonic boom#sonic synergy#sonic fangame#sonic fan games#unity3d#game programming#game project#help wanted
9 notes
·
View notes
Text
Metasuper 5/27/25
Finally! I (mostly) figured out the enemy AI. That is to say, I did what any good programmer does and looked it up. Except I didn't copy any code. That isn't a luxury I have since I ran out of tutorial. Instead I took the theory of a heuristic and made my own version. It doesn't do much yet except pick somewhere to move, but that's the hardest part *knock on wood*
I also have a selector panel so you can pick your heroes from a list every level.
#game development#indie dev#game design#tactical rpg#video games#game dev blog#game dev#programming#game ai#metasuper#game programming
2 notes
·
View notes
Text
Zephy boy has access to magic
#game design#game development#game dev blog#unity#game programming#unity2d#indiegamedev#unity6#sunflowers
4 notes
·
View notes
Text
[Fading Runes] Yawnlia's Dev Explanation 2#: How great is this game?
8 notes
·
View notes
Text
I was going through my photo folder just now and found this image from my graduation. Crazy to think it was 3 years ago.
8 notes
·
View notes