I’ve had game and software ideas swirling around in my brain, but for the longest time I couldn’t program them. But now, I have enough knowledge to build parts of my grand deckbuilding game idea: An arcade style deckbuilding game with strong meta-progression. It’s playable at superspruce.org.
As for some other ideas, including the simple idea of a weighted shuffle music playlist where each song has its own weight, they are still currently out of reach, mostly due to trying to access the filesystem and whatnot. Better than a month ago, where within the last month I found out how to make the browser play music
Funny thing is, it’s actually not that hard to get additional volunteers for an ongoing project if you’re competent enough, only recent issues are YanDev messing up a lot of things (both his game and life) which might create some skepticism towards indie devs looking for such volunteering, and people not understanding how solo indie development works and fetishizing successes without truly understanding them.
If you’re this guy, You’ve gotta be a really good writer and you gotta write it first.
It ws only like a decided ago when I had multiple amazing ideas for games and other software, only to have nearly none when I actually started to do some programming for fun.
I think there’s only one game I would like to try making where I see it may have some success, but the idea is very vague and devil is in the details and execution I guess.
This reminds me of a legendary thread in the forums of the German gaming magazine GameStar:
https://www.gamestar.de/xenforo/threads/world-of-warcraft-2.337502/
Me: reads the comment
Me: reads “German gaming magazine”
German
Still me: clicks the link and is disappointed when it’s all in German
For some reason, I click it, and Google translated it for me?
Hello,
me and my team (we are atm 3: me and 2 school colleagues) started a pretty big project last week. I know it sounds crazy, but we are working on a successor to WoW. Please don’t say we can’t do it anyway, because we are very ambitious and are very experienced WoW players. I’m posting here to find more people for our team. We have a modeler (me), a musician (for the background music and sound effects) and a community manager. We are still looking for a programmer to bring the whole thing to life. If you would like to apply, please post what experience you have so far with game programming and what programming languages you know (we want to write the game in Java because we already learned a bit of Java at school last year).
Our goals/motivation: Wow is now a few years old and Blizzard doesn’t seem to be thinking about a successor. Instead, they create one extension at a time. The graphics are quite old and WoW2 is supposed to look much better (my models are almost photorealistic). The quests should be more exciting (don’t always kill XY, get XY). >There will be epic battles with up to 500vs500 fighters. We have invented two new classes: Necromancer and Hobblings. But I don’t want to tell you everything here and save it for later. I will send a project plan to anyone who is interested. ^We can’t pay for the work, but when we publish it, for example, we share the subscription fees we get ($10 per player).
Greetings. Wow2
The OP replied a few time as well, reiterating that this is a serious project. They even uploaded some of the “photorealistic” models, but the pics are offline, sadly.
I don’t think it was ever truly revealed whether it was an elaborate troll or just a spark of adolescent folly.
No joke, I once met a guy like this in an indie game developers meetup, and on top of that he was extremely vague about his idea because he told everyone he once managed to get a coder on board and “that rat wanted to take advantage of him and his idea”, literally.
The fable of the Chicken and the Pig is used to illustrate the differing levels of commitment from project stakeholders involved in a project. The basic fable runs:
A Pig and a Chicken are walking down the road.
The Chicken says: “Hey Pig, I was thinking we should open a restaurant!”
Pig replies: “Hm, maybe, what would we call it?”
The Chicken responds: “How about ‘ham-n-eggs’?”
The Pig thinks for a moment and says: “No thanks. I’d be committed, but you’d only be involved.”I know it’s not the point, but I love the completely arbitrary bit where they’re walking down a road together, and has absolutely no bearing on anything the happens.
fuck idea guys. an idea is worth nothing until you actually put the work in
I have this idea of how to solve the world’s energy problem…ok ok just hear me out… nuclear fusion…just need some smart science nerd to figure it out. Any volunteers?
There are probably a ton of incredible banger games out there that don’t exist because the person who thought of it just doesn’t know how to code
“games out there that don’t exist” how high r u rn
Nah.
That’s like saying a lot of banger songs could exist but the person doesn’t know how to write music.
Absolute delusional bullshit.
Verifying the idea is good is also part of the process. Play testing, making hard decisions, smoothing out jank, juicing up the experience… The whole implementation can make or break a game.
As a person that has a lot of ideas and no coding or art knowledge, it sucks because I know I can’t expect someone else to do it for me and I don’t have the time or mental capacity to learn. I guess I can just have AI do it for me now /s
I envy you in some ways, recognizing your limits is something I wish I would have done. I came from a coding background, spent like 2 years learning unity, then eventually realized much of the cool stuff for games happen on the art side. So I learned blender… the whole pipeline- modeling, sculpting, materials, animations, each piece had it’s own challenges and quirks.
It’s been like 15 years since I started, I still haven’t released a game… but I do have a collection of neat prototypes that no one has played. I often wonder if I’ve wasted my time with the whole thing. If I could go back, I’d choose one niche, specialize in it and find a team to collaborate with, but there are trade offs with that too like giving up a lot of creative control.
You can have someone else do it for you. You just need the money. Give yourself Executive Producer credits, tell them your vision and pay them to make it happen.
Y’all remember that post about the “science-based dragon MMO” that topped the gaming page of…that other site…? If not, I’ll include the title and image below, because it’s got the same energy as this post.
Dear internet, I’m a 26 year old lady who’s been developing a science-based, 100% dragon MMO for the last two years. I’m finally making my beta-website now, and using my 3D work as a base to create my 50+ concept images. Wish me luck, Reddit; You’ll be the first to see the site when it’s finished.
The comments were surprisingly constructive considering she basically pasted zsphere sketches over a generic background and announced she had been solo developing the most ambitious dragon fucking game the world has ever seen. It’s been 12 years, I wonder how she’s doing?
You know what’s ironic about all this is, as someone who has seen game dev pitches (not good ones), they arguably had their shit together more than most aspiring game devs. Looking back at the skeletals, ya know they actually may have had a chance of getting somewhere. They knew absolutely nothing about the technical side, but hardly any game devs actually do. They probably still stand a better chance today of developing this than some game studios asset-mashing in Unity or Unreal. That’s the true state of game dev.
He already did the hard part! Why won’t you lazy fucks implement his great ideas?
It is, in fact, very easy to code a game!
from pygame import game game.load_player() game.load_enemies() game.load_audio() game.run()