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

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