Loading...

What is this?

LLaMaSpace is a game about traveling the stars on a research mission. You and your ragtag team are in search of scientific anomalies so that you can further the knowledge of all humankind. It’s also kind of your last chance to prove yourself as a captain.

The game revolves around traveling to different star systems and coming up with research missions regarding the planetary bodies. The missions are evaluated and expanded upon by an LLM. Coming up with interesting and achievable missions will be rewarded.

This game uses the OpenRouter API to do its LLM stuff. All you need is an API key.

The source code is available on my GitHub repo. You can run it on your own machine or develop your own features. PRs welcome!

If you like this game and want to see it developed further, a donation would be greatly appreciated!

How to play

Make sure you paste an OpenRouter API key into the settings and then click Save. Then, travel to different systems. You can enter systems and visit the various bodies.

At each body, you may invent research missions for your crew to perform. The missions will be attempted and documented, and you’ll either gain reputation or expend your ship’s resources according to the output.

Reasonably possible, scientifically interesting missions will be rewarded, while other missions may fail more often or give less reputation.

Some bodies have interesting (LLM-generated) anomalies that merit special investigation…

LLM-generated components

Each mission you invent is “simulated” by an LLM, and you can see the details of each mission step by hovering over the nodes:

mission_in_progress.png

mission_step_details.png

Some planets will also have anomalies that are detected when you enter orbit, so try stopping at lots of different planets.

Disclaimers

I take no responsibility for anything you do with your OpenRouter API key or anything you do with this game. Remember that your keys are valuable and private, and it’s important to protect them.

News

  • 03/28/25: Added anomalies
  • 03/27/26: Initial release

Todo

  • Finish anomaly detection minigame
  • Make missions cumulative (build upon previous results)
  • Add more interactivity (chatting with crew, etc)
  • ???