Compile the game to WebAssembly so it runs entirely client-side in the browser. Uses xterm.js for terminal emulation and Spectre.Console off-screen rendering for full ANSI output fidelity. Saves use localStorage. CI deploys to itch.io via Butler on push to main.
9 lines
287 B
Text
9 lines
287 B
Text
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/OpenTheBox/OpenTheBox.csproj" />
|
|
<Project Path="src/OpenTheBox.Web/OpenTheBox.Web.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/OpenTheBox.Tests/OpenTheBox.Tests.csproj" />
|
|
</Folder>
|
|
</Solution>
|