Skip to content

[0.10] Redesign

No due date 75% complete

Instead of building an IDE in a web browser and attempting to achieve a modern development I am redesigning DungeonBot to use Visual Studio and Source Generators. The DungeonBot game will be a local ASP.Net application delivered through a NuGet package and mostly hidden from the player. The player will code their DungeonBots in Visual Studio before launch…

Instead of building an IDE in a web browser and attempting to achieve a modern development I am redesigning DungeonBot to use Visual Studio and Source Generators. The DungeonBot game will be a local ASP.Net application delivered through a NuGet package and mostly hidden from the player. The player will code their DungeonBots in Visual Studio before launching the application to test their programming against the game. Unlocked abilities will be made available through Source Generators and Partial Classes.

A DungeonBot should be able to complete an Adventure.

Loading