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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: I don't like playing games, can I be a game developer?

12 点作者 ertucetin将近 7 年前
I&#x27;m a full stack programmer(Clojure&#x2F;Java) and I wrote lots of backend and frontend code, mostly web apps.<p>I want to try something new but I&#x27;m confused. I thought building games might be interesting but I&#x27;m not that sure because I really don&#x27;t play&#x2F;like games.<p>The thing is I want to improve my programming skills in a different way and it should be fun so what is your suggestion?

8 条评论

hluska将近 7 年前
I&#x27;m a sample of one, but I was kind of in your shoes. I&#x27;m a huge baseball fan and spent lots of time programming tools to help me perform better in my fantasy leagues. From there, I thought, &quot;why not program my own baseball simulator?&quot;<p>So, I started but I kept running into &quot;I wonder how they do....?&quot; interface questions because I didn&#x27;t like gaming, so I started playing a baseball simulator.<p>To say I was fucking amazed would be an incredible understatement. The complexity and depth they achieved was so far out of my league that I wanted to keep playing, partly as a tribute and partly in hopes of figuring out their secrets. But, if you&#x27;d asked me then, I still would have said, &quot;Yeah, i don&#x27;t like games.&quot;<p>And, then for Christmas a few years ago, we got our kids a PS4. At first, I was a fuddy duddy who didn&#x27;t like games, but then my stepdaughter taught me how to play Minecraft...<p>Today, roughly four years have gone by since I decided to build my own baseball simulation. As it stands, the simulation might be one of the worst pieces of software ever built, though I cant recall another project where I&#x27;ve flat out learned so much.
cm2012将近 7 年前
Games development is a lower paying and more competitive space than others, so why do it if you dont like games?
评论 #17080023 未加载
etienne_p将近 7 年前
i guess it heavily depends on the position you&#x27;re interested in. A gameplay programmer might be expected to like games, on the other hand, if you&#x27;re writing an asset handling system, network stuff, rendering, ..... It really doesn&#x27;t matter. I may be in a similar situation, loving the challenges one encounters while writing games, yet not really into games themselves.
le-mark将近 7 年前
I was the same, I used to hobby game dev for many years. I was never a gamer, what intrigued me was creating worlds, and the technical challenge. I learned tons writing things like 3d software renderer, scripting language, path finding, physics. Nothing I wrote ever progressed past a &#x27;tech demo&#x27; though.<p>Nowadays, using thing like unity or whatever, games are essentially an excercise in content creation IMO. Well, this has been true for a long time.
the2bears将近 7 年前
I&#x27;ve been making 2D games off and on for years. J2ME, Java w&#x2F;OpenGL bindings, and now in Clojure. Was a great way to start learning a new language and since I love programming this is a nice way to a) do more, and b) practice, and c) is a completely different domain than the Clojure I do in my day job.
osullivj将近 7 年前
Most developers are working on systems that they have no interest in using in their spare time.
评论 #17087654 未加载
hluska将近 7 年前
I&#x27;m a sample of one, but I was kind of in your shoes. I&#x27;m a huge baseball fan and spent lots of time programming tools to help me perform better in my fantasy leagues. From there, I thought, &quot;why not program my own baseball simulator?&quot;<p>I started but kept running into &quot;I wonder how they do....?&quot; interface questions because I didn&#x27;t like gaming, so I started playing a baseball simulator.<p>To say I was fucking amazed would be an incredible understatement. The complexity and depth they achieved was so far out of my league that I wanted to keep playing, partly as a tribute and partly in hopes of figuring out their secrets. But, if you&#x27;d asked me then, I still would have said, &quot;Yeah, I don&#x27;t like games.&quot;<p>And, then for Christmas a few years ago, we got our kids a PS4. At first, I was a fuddy duddy who didn&#x27;t like games, but then my stepdaughter taught me how to play Minecraft...<p>Today, roughly four years have gone by since I decided to build my own baseball simulation. As it stands, the simulation might be one of the worst pieces of software ever built, though I learned so much when I was working on it.<p>But, the biggest difference is that now, I play games. I actually bought GTA5 a few months ago and can&#x27;t believe how much fun I have playing it.<p>TL;DR - Go right ahead, even for a side project. However, if you don&#x27;t play games, you&#x27;ll likely end up playing a few, just to figure out how others present information and request input. Then, be very careful because once you get over the amazement at what people can accomplish, you might start having fun. :)
tiredwired将近 7 年前
You should make some games on your own first. Use your Java skills to make an Android game.