PatrickSouza27 / managed-doom

A Doom port written in C Sharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Managed Doom

Doom II MAP01 screenshot

Managed Doom is a Doom source port written in C#. The entire code is manually translated from Linux Doom with some effort to make it natural C# code. Most functionalities necessary for single player game are implemented, and now it's in the playable state.

Screenshots

Doom E1M1

Doom II MAP11

Mr.DooM 30 MAP29

Eternal Doom MAP29

Requiem MAP13

Zombies TC MAP01

Batman Doom MAP27

Demo video

https://www.youtube.com/watch?v=9_tncwL7qvM

Demo video

Todo

  • Software renderering

    • Front-to-back rendering using BSP
    • Wall texture mapping
    • Ceiling / floor texture mapping
    • Transparent textures
    • Diminishing lighting
    • Sky rendering
    • Sprite rendering
    • High resolution rendering
    • Optimization
    • Fuzz effect
    • Palette effects
  • Game

    • Collision detection
    • Player movement
    • Player attack
    • Monster AI
    • Doors and platforms
    • Animated textures
    • Demo compatibility
  • Audio

    • Sound
    • Music
  • Misc

    • Status bar
    • Automap
    • Title screen
    • Intermission screen
    • Menu screen
    • Save / load
    • Screen melt animation
    • Config
    • DeHackEd support

License

Managed Doom is distributed under the GPLv2 license.
Managed Doom uses the following libraries:

Silk.NET uses the following native libraries:

References

About

A Doom port written in C Sharp


Languages

Language:C# 100.0%Language:Batchfile 0.0%