SpaceTraders: A multiplayer game built on a free web API
spacetraders.io
SpaceTraders: A multiplayer game built on a free web API
1–10 of 60 posts
Re: SpaceTraders: A multiplayer game built on a free web API
#2Something that isn'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?
Re: SpaceTraders: A multiplayer game built on a free web API
#3Wow this is so cool. Really stupid question but... is there a self-hosted single player we can just noodle around with?
Re: SpaceTraders: A multiplayer game built on a free web API
#4Something that isn'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?
I had the same question about how to handle game time / game ticks. My guess is the game runs on a universal game time in some turn-based manner like Civ, but how that's handled really affects how the game is played. Couldn't find any documentation on that
Re: SpaceTraders: A multiplayer game built on a free web API
#5Not to be confused with Space Trader (the old Palm OS game) which can be played here:
Re: SpaceTraders: A multiplayer game built on a free web API
#6Not to be confused with Space Trader (the old Palm OS game) which can be played here: https://archive.org/details/palm3_SpaceTrader
Neat little Elite, shame it has no arcade bits.
Re: SpaceTraders: A multiplayer game built on a free web API
#7Not to be confused with Space Trader (the old Palm OS game) which can be played here: https://archive.org/details/palm3_SpaceTrader
Also not to be confused with TradeWars 2002, the classic BBS game:
http://www.tradewars.com/default.html
Re: SpaceTraders: A multiplayer game built on a free web API
#8Not to be confused with Space Trader (the old Palm OS game) which can be played here: https://archive.org/details/palm3_SpaceTrader
Thanks for sharing! I totally forgot about that game, despite playing it for hours.
Re: SpaceTraders: A multiplayer game built on a free web API
#9I was imagining a game where you gather and trade resources (abstracted from data) from public APIs across the internet. This is cool too.