OpenSBS is a web-based open-source spaceship bridge simulator.
We started this project mainly to test our skill but also to try something different in the bridge simulators world.
After playing with both Artemis Spaceship Bridge Simulator and Empty Epsilon, we got hooked and from there it was all downhill.
- Single instance: there is no need to install one copy of the game for every player; just start the game and use your favourite browser.
- Play in your browser: the user interface is written in HTML5/CSS3 and SVG.
- Websockets: all client-server communications travel through websockets by using the SignalR library.
- Multi-platform: the game is written in C# on the .NET Core framework.
- Modularity: create your own ships, stations, modules and scenarios using the powerful C# language.
The project is still in its infancy, there are no roadmaps nor plans for the near future.
As things are now, we do not accept contributions; instead we gladly accept suggestions and ideas.
This project is licensed under the GNU General Public License v3.0.