GitHub - jonathanpeppers/dotnes: .NET for the NES game console
.NES ("dot" NES)
.NET for the NES game console!
Getting Started
Simply install the template:
dotnet new install dotnes.templates
Create a project:
Or use the project template in Visual Studio:
Build and run it as you would a console app:
Of course, you can also just open the project in Visual Studio and hit F5.
Note that Ctrl+F5 currently works better in C# Dev Kit in VS Code.
Check out the video for a full demo:
Anatomy of an NES application
"Hello World" looks something like:
// set palette co...
Read more at github.com