0
/ 100
A well-known project done right. Strong docs and solid engineering throughout.
A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
Documentation
87
CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
85
Lockfile present (Tools/markings/markings/go.sum). Installs are reproducible.
Test files detected (Content.IntegrationTests/Fixtures/GameTest.cs).
CI is configured (.github/workflows/build-docfx.yml).
.NET formatting configured (.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (BuildChecker/BuildChecker.csproj).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 5,426Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 3,673Watchers
Responsiveness
- 31d 1hMedian issue response
- 3hMedian PR merge time
- 4,282Open issues
Repository files70 root entries
- .githubGood: CI is configured (.github/workflows/build-docfx.yml).Good: Issue or PR templates present.
- .run
- .vscode
- BuildCheckerGood: Dependency manifest found (BuildChecker/BuildChecker.csproj).
- BuildFiles
- Content.Benchmarks
- Content.Client
- Content.DocfxGood: Licensed under MIT.
- Content.IntegrationTestsGood: Test files detected (Content.IntegrationTests/Fixtures/GameTest.cs).
- Content.MapRenderer
- Content.Packaging
- Content.PatreonParser
- Content.Replay
- Content.Server
- Content.Server.Database
- Content.Shared
- Content.Shared.Database
- Content.Tests
- Content.Tools
- Content.YAMLLinter
- MSBuild
- Pow3r
- Resources
- ToolsGood: Lockfile present (Tools/markings/markings/go.sum). Installs are reproducible.
- .editorconfigGood: .NET formatting configured (.editorconfig).
- .envrc
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitmodules
- .noai
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdIssue: CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- Directory.Packages.props
- flake.lock
- flake.nix
- global.json
- LICENSE.TXT
- nuget.config
- omnisharp.json
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- RobustToolbox
- RUN_THIS.py
- run-build-debug.bat
- run-build-debug.sh
- run-build-release.bat
- run-build-release.sh
- run-build-tools.bat
- run-build-tools.sh
- run-client-debug.bat
- run-client-debug.sh
- run-client-nobuild.bat
- run-client-nobuild.sh
- run-client-release.bat
- run-client-release.sh
- run-client-tools.bat
- run-client-tools.sh
- run-nobuild.bat
- run-nobuild.sh
- run-server-debug.bat
- run-server-debug.sh
- run-server-nobuild.bat
- run-server-nobuild.sh
- run-server-release.bat
- run-server-release.sh
- run-server-tools.bat
- run-server-tools.sh
- SECURITY.mdGood: Security policy present.
- shell.nix
- SpaceStation14.slnx
- SpaceStation14.slnx.DotSettings