Add a tutorial about making a retro FPS game

Add tutorial series demonstrating how to build a retro first-person
shooter from scratch in Swift by Nick Lockwood.
This commit is contained in:
Ivan Bobev 2021-08-14 01:46:53 +03:00
parent 6fbd77bda5
commit d2fd1d47a7

View file

@ -204,7 +204,7 @@
* [**Ruby**: _Ruby Snake_](https://www.diatomenterprises.com/gamedev-on-ruby-why-not/)
* [**Rust**: _Adventures in Rust: A Basic 2D Game_](https://a5huynh.github.io/posts/2018/adventures-in-rust/)
* [**Rust**: _Roguelike Tutorial in Rust + tcod_](https://tomassedovic.github.io/roguelike-tutorial/)
* [**Swift**: _Retro First-Person Shooter_](https://github.com/nicklockwood/RetroRampage)
#### Build your own `Git`
* [**Haskell**: _Reimplementing “git clone” in Haskell from the bottom up_](http://stefan.saasen.me/articles/git-clone-in-haskell-from-the-bottom-up/)