Show HN: Rebels in the sky – a terminal game about anarchist space pirates

2 points by discoinverno 1 year ago | 0 comments
Rebels in the sky is a multiplayer game about crews of space pirates roaming the galaxy to play basketball against each other. It's basically a basketball managerial game with some pirate-y stuff.

The game runs as a terminal application, meaning that you just need to run the executable from your terminal. Key bindings are indicated in game, mouse is supported.

It's a P2P game with no central server, built on top of libp2p. This should guarantee good scalability, the current record for concurrent players is 4 but I hope we can do better than that :)

You can download compiled binaries from https://rebels.frittura.org/ or compile the source at https://github.com/ricott1/rebels-in-the-sky.