Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JamesRandall/csharp-wolfenstein

CSharp port of Wolfenstein using the funky new language features
https://github.com/JamesRandall/csharp-wolfenstein

Last synced: about 2 months ago
JSON representation

CSharp port of Wolfenstein using the funky new language features

Awesome Lists containing this project

README

        

# README

I thought it might be fun to convert my F# version of Wolfenstein 3D (code [here](https://github.com/JamesRandall/fsharp-wolfenstein), playable in the browser [here](https://www.jamesdrandall.com/wolf3d/)) to use modern C# and use Blazor to run it in the browser.

I'm blogging about it as I go along:

* https://www.jamesdrandall.com/posts/csharp_blazor_wolfenstein_part_1/
* https://www.jamesdrandall.com/posts/csharp_blazor_wolfenstein_part_2/