neon-sprawl/server
don 8199dab748 Complete Neon Sprawl rename and server project defaults.
Remove legacy vision plan filename; epics already reference neon_sprawl_vision.plan.md.
Add launchSettings and appsettings for NeonSprawl.Server.

Made-with: Cursor
2026-03-29 17:24:35 -04:00
..
NeonSprawl.Server Complete Neon Sprawl rename and server project defaults. 2026-03-29 17:24:35 -04:00
README.md Update README and documentation to reflect project rebranding to "Neon Sprawl". Revise links to vision plan and adjust references in tech stack and decomposition documents. Enhance README with repository layout and instructions for running the server and client. 2026-03-29 17:23:00 -04:00

README.md

Game server (NeonSprawl.Server)

ASP.NET Core .NET 8 host for authoritative simulation (prototype: HTTP + health only).

Run

cd server/NeonSprawl.Server
dotnet run
  • Default URL is printed by Kestrel (see Properties/launchSettings.json, typically http://localhost:5253).
  • Check GET /health for a JSON heartbeat.

Solution

From repo root: dotnet build NeonSprawl.sln