Skip to content

The source code of part I of the video tutorial on coding a DOOM-like game engine from scratch

License

Notifications You must be signed in to change notification settings

andrewboudreau/DoomTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The source code of part I of the video tutorial on coding a DOOM-like game engine from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages