starwards

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容


logo
Starwards

Discord Chat CI

Background

Starwards emerged from years of extending EmptyEpsilon for space LARPs (2016-2021). After extensive modifications and a productive fork, we hit fundamental limitations - EmptyEpsilon was designed for short sessions, not the lengthy LARP events we run. We decided to build Starwards from scratch as a platform designed specifically for LARP needs.

What is this?

Starwards is a space and starship simulator designed specifically for LARPs (Live Action Role-Playing games). Derived from the "Starship Bridge Simulator" genre, Starwards is designed to support long games where the players interact with the ship's system throughout the ship, not just in the bridge.

Download & run

  1. Go to the Releases page and download starwards.exe from the latest release (Windows only).
  2. Run starwards.exe - it starts the game server on port 8080.
  3. Open http://localhost:8080 in your browser.

If you'd rather build from source, or want a version that hasn't been released yet, see developing below - npm run build && npm run pkg produces the same executable at dist/exec/starwards.exe. Executables are also built by CI on every change to master: open the CI workflow runs, click the top-most run, and download the "Windows executable" artifact (requires being signed in to GitHub).

developing

npm ci          # install dependencies
npm run dev     # core watch + game server + web dev server, one terminal

Then open http://localhost:3000. See Contributing to Starwards for the full setup, docs/DEVELOPMENT.md for build/test workflows, and the docs index for architecture and design references.

the game is running! now what?

Missing documentation. contributions are welcomed!

In the "GM" and "empty" screen, the list to the left represents UI widgets that can be dragged into the main screen. so you build your own screen. this way each game can have their stations set up the way they want to. later we will support saving the screen presets.

https://blog.starwards.space/2021-03-06-modular-peek/

how do I get involved

Starwards is a labour of love built by enthusiastic volunteers. We eagerly welcome anyone who would like to join us, so long as they adhere to our code of conduct.

Please report any code of conduct violations to greenshade@gmail.com

To get started, you can:

  1. Take a look at the "Issues" in this repository - especially those marked "Good first issue". Those with the "Help Wanted" tag probably don't have anyone else working on them.
  2. Drop by our chat and ask what you can work on, or how to get started.
  3. Open an issue with your idea(s) for the project or tell us about them in our chat.
  4. Read our developers blog

How do I contribute?

Please read Contributing to Starwards for more details.

License

SPDX-License-Identifier: AGPL-3.0-or-later

For more details on license and copyright see the license file

The current license was chosen because we feel it best represents the ethics of knowledge sharing in the LARP community. If you feel that we should consider changing the license, please contact us on our chat.