diff --git a/README.md b/README.md index 15eee9f..1549191 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Rust Doom ========= +**Fork created to maintain the original project that was abandoned** + A little Doom 1 & 2 Renderer written in [Rust](https://github.com/rust-lang/rust). Mostly written while I was learning the language starting around 6 years ago, so it might not the best example of Rust code! PR-s are welcome. The code is mostly based on the endlessly useful [Doom Wiki](http://doomwiki.org) and the [Unofficial Doom Specs](http://www.gamers.org/dhs/helpdocs/dmsp1666.html). It is **not** a port of the original Doom C source code into Rust; I've been doing my best to make the code as idiomatic as possible and have not looked at the original in a long time.