Justin Gilman fbf16cece2 adding roomgen notes %!s(int64=4) %!d(string=hai) anos
..
Controllers 80a3a9fdb5 adding in room generation if room data file does not exist yet; adding in simple room generator class %!s(int64=4) %!d(string=hai) anos
Data fbf75e4430 Adding in data structs for room generator %!s(int64=4) %!d(string=hai) anos
Library fbf16cece2 adding roomgen notes %!s(int64=4) %!d(string=hai) anos
Properties 12ce84b588 Adding editorconfig; autoformat some files; adding stubs for server connections %!s(int64=4) %!d(string=hai) anos
Static 3935c129db condensing tile data; adding room to background room data %!s(int64=4) %!d(string=hai) anos
Program.cs 12ce84b588 Adding editorconfig; autoformat some files; adding stubs for server connections %!s(int64=4) %!d(string=hai) anos
README.md 460fc24b67 adding in dotnet api backend and websocket backend; moving web files to wwwroot %!s(int64=4) %!d(string=hai) anos
Startup.cs 80a3a9fdb5 adding in room generation if room data file does not exist yet; adding in simple room generator class %!s(int64=4) %!d(string=hai) anos
appsettings.Development.json 12ce84b588 Adding editorconfig; autoformat some files; adding stubs for server connections %!s(int64=4) %!d(string=hai) anos
appsettings.json 12ce84b588 Adding editorconfig; autoformat some files; adding stubs for server connections %!s(int64=4) %!d(string=hai) anos
jsonapi.csproj 460fc24b67 adding in dotnet api backend and websocket backend; moving web files to wwwroot %!s(int64=4) %!d(string=hai) anos

README.md

How to start

dotnet restore

dotnet run

Will start a JSON API server on 127.0.0.1:5000

Defaults

User

admin : jsonapipassw0rd

World

demo-world

Configurable in the `appsettings.json` file

Todo

  1. Build login system
  2. Build registration system
  3. Save user data to file
  4. Retrieve world data
  5. Save world data to file