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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

SpaceTraders: A multiplayer game built on a free web API

273 点作者 akpa1大约 2 年前

13 条评论

bullen大约 2 年前
While this seems focused on trading, kinda like EVE (spreadsheet MMO), I think physical action is the real attraction of 3D graphics&#x2F;audio:<p>So I made a very scalable MMO protocol: <a href="https:&#x2F;&#x2F;github.com&#x2F;tinspin&#x2F;fuse">https:&#x2F;&#x2F;github.com&#x2F;tinspin&#x2F;fuse</a><p>It&#x27;s event based so analog movement should be compressed, which means headshot FPS are not the target audience. But it works fine with action games that take scalability into concern.<p>I&#x27;m curious how hard people find it to adopt. I&#x27;m guessing I need to deliver a good and open game on top of it to see adoption.
评论 #35860480 未加载
评论 #35859633 未加载
npunt大约 2 年前
I love this, it’s like the purest form of a game: just the rules and a way to access them. Large multiplayer games are already as much communities as they are games, so why not let the community build the UI they want?<p>Besides, we’re already trending toward turning everything into an API, either explicitly or (with AI) implicitly, so why not get a head start?
memalign大约 2 年前
Not to be confused with Space Trader (the old Palm OS game) which can be played here:<p><a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;palm3_SpaceTrader" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;palm3_SpaceTrader</a>
评论 #35858505 未加载
评论 #35858516 未加载
评论 #35858223 未加载
yawnxyz大约 2 年前
Wow this is so cool. Really stupid question but... is there a self-hosted single player we can just noodle around with?
评论 #35858986 未加载
评论 #35865938 未加载
评论 #35889820 未加载
评论 #35864142 未加载
Aeolun大约 2 年前
This looks really cool, but just imagining how I would start using this makes me feel that the API would very quickly become overloaded.
评论 #35859522 未加载
评论 #35862031 未加载
goda90大约 2 年前
Something that isn&#x27;t clear to me is whether game state changes on its own between requests. Would taking a few minutes to hand craft a command have different results than if a script generated the same command instantly based on the last response?
评论 #35858057 未加载
评论 #35859215 未加载
opyate大约 2 年前
As a web dev &#x2F; game dev, I do like the idea, but just playing devil&#x27;s advocate:<p>Wouldn&#x27;t players just mine ore via a cron job and forget about the game? It seems like a &quot;make numbers go up&quot; type of game without any immersion.
评论 #35859966 未加载
评论 #35861515 未加载
评论 #35869252 未加载
评论 #35860517 未加载
DerArzt大约 2 年前
This looks interesting, but the main question I have is how is this funded?
评论 #35863802 未加载
itslennysfault大约 2 年前
I&#x27;d played so many games in this way in my younger days, and learned a ton in the process. Off the top of my head, I got my sisters banned from Neopets for doing this, and dominated my friends in that Google Maps Monopoly game. Also, ruined Star Wars Galaxies for myself to the point where I got bored and quit.<p>Anyways, interesting to have a game where EVERYONE is playing it via API &#x2F; code. Not sure if it&#x27;s as fun when it&#x27;s allowed, but still a cool idea.
Sakos大约 2 年前
I was imagining a game where you gather and trade resources (abstracted from data) from public APIs across the internet. This is cool too.
评论 #35861893 未加载
jonchurch_大约 2 年前
For folks finding this, as of time of writing, most Clients out there are using V1 of the API, which is not compatible with the current V2.<p>Thats why you cant login to v1 clients with the v2 token you get from following the quickstart. Join the discord to see what people are cooking up for v2!
评论 #35880489 未加载
MrTortoise大约 2 年前
someone built my game!
评论 #35861225 未加载
gloosx大约 2 年前
rate-limit is cool eh, but you can run a whole bot empire behind a proxy list? seems not fair