TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Do I really want to make a game? (or any side project?)

4 点作者 fr0styMatt2将近 10 年前
I know the question title sounds weird, but I&#x27;m looking for other developers that might have been in a similar position.<p>I love games, I love games technology and I have these vague ideas for games I want to have made. Yet I never seem to actually start making one.<p>Even though I think I really want to. But do I?<p>Having an interesting talk with a friend who pointed out that maybe I really don&#x27;t want to make something, maybe it&#x27;s just the idea of making something that appeals more than actually doing it. That if I really did have a burning passion, I would have started by now. I don&#x27;t know.<p>I seem to be at a kind of roadblock. Every idea seems interesting enough to pursue, yet nothing seems good enough - &quot;there are already games like that out there&quot;, &quot;it&#x27;s not unique enough&quot;, etc. I just end up procrastinating, or sort of looking to start a million different things because everything is so appealing, but end up doing nothing.<p>I guess this is applicable to more than just games. I&#x27;d love to hear some stories about how people got through this, no matter what the outcome (even if it is &quot;I tried and decided it isn&#x27;t what I wanted to do after all&quot;).

3 条评论

techjuice将近 10 年前
Pick three project and complete each one from start to finish, then ask yourself if you still want to create games. This can be creating a clone of games to see if you can actually do it since you do need to start somewhere. I would recommend creating a clone for learning purposes ( in order ) of Flappy Bird, Super Mario (NES) first level, and Mr Jump Levels 1 to 3. Even at a slow pace each one should take no longer than 30 days each if you dedicated a few hours every day to it.<p>If you can successfully replicate these three games (doesn&#x27;t have to be perfect) this should give inspiration or more knowledge to accurately judge and answer the question since you will have your own practical experience and know what it takes to accomplish the projects.
评论 #10035413 未加载
partisan将近 10 年前
I spent a good part of my 20&#x27;s learning about video game development because I always wanted to write a game. Sadly, the only working thing I produced in all of that time was a UI system and a Tetris clone.<p>I am in my 30&#x27;s now and am grateful for having put the time in because I was able to apply many of those lessons to business software, which is how I make my living. That said, I still considering creating a puzzle game using Nim as a learning exercise and to make sure I &quot;still got it&quot;.<p>I recommend doing something like a Tetris clone because it has challenges, but is within the realm of the attainable even for someone with a short attention span such as myself.
krapp将近 10 年前
Everybody wants to be Notch, but nobody wants to write code for years on end.<p>If you actually have the free time, and the ability, to pursue at least one of your ideas then I think the only way you can answer this question is to force yourself to see one through to the end. I&#x27;m kind of the same way - tons of old Game Maker projects that got abandoned because I wasn&#x27;t capable of executing on the ideas I had, things got too complex or I just stopped being interested in them once I solved what I thought were the interesting problems.<p>Since i&#x27;m taking programming classes now, I&#x27;ve decided to finish one ridiculously simple game (Space Invaders) just to earn the basic mechanics of 2d game design, in C++. Of course now you have Game Maker, Unity, Unreal and various other frameworks to choose from, but my personal interests are a bit lower level. I started in January and haven&#x27;t finished yet. Just the basics are turning out to be much more complicated than I would have anticipated, and I haven&#x27;t even bothered with art, sound, or gameplay that&#x27;s anything beyond the rudamentary. I spent weeks building (from scratch twice) a basic entity&#x2F;component system to work with SDL, not because I had to, or because that was the most efficient way to build the product, or even because there weren&#x27;t existing libraries for that, but because that&#x27;s the problem I was interested in solving. So something that would probably be a weekend hack for a better programmer is turning out to take the better part of a year, because I&#x27;m more into the journey right now than the destination.<p>Having &#x27;vague ideas&#x27; doesn&#x27;t really give you a good sense of the scope of what those ideas might actually represent. I would second the other comments here suggesting you find a simple game and try to clone it, but I would also decide whether what you&#x27;re interested in is the <i>coding</i> of games, or the authoring of games. In other words, would you feel more satisfied writing C and C++ code, or working through a framework like Unity or Game Maker? Because the latter would probably be faster for just prototyping or getting a feel for an idea, and almost certainly better for making salable games if you&#x27;re not already a professional low-level game programmer. But personally, I think the former is more fun.<p>Pick a language, pick a framework, pick a game, accept that the results won&#x27;t be perfect, and just go for it. That&#x27;s the only way you&#x27;ll discover what your passion actually is, or isn&#x27;t. If you can&#x27;t commit to that then, yeah, you&#x27;re probably not going to commit to something real. Which is fine. Plenty of people want to be writers too, who never write. People like that tend to spend a lot of time taking writing classes or hanging out on writing forums and in writing groups, because &#x27;being&#x27; for them is more interesting (and easier) than &#x27;doing&#x27;. It&#x27;s not an uncommon phenomeneon.
评论 #10038164 未加载