Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 873 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 873 Bytes

DoomTutorial

The C# Version ported to BonEngine and SDL2, from jeuxdemains simple raster engine. animated gif

This is a simple implementation of a Doom style engine. Doom Tutorial YouTube by The Old School Coder. Original work by jeuxdemains on GitHub

Resources

This project is ported to C# using the BonEngine and SDL2.

BonEngine

BonEngine is a game engine designed to be simple and straightforward, with as little setup as possible. BonEngineSharp is a C# bind of BonEngine. The APIs are nearly identical, so in this doc we'll only cover few examples and not the whole API.

Doom Wiki