tunnel-runner

Pseudo 3D tunnel effect.
Log | Files | Refs | README | LICENSE

commit 151f9e46efe5e473ac96eaff7847fc94edad7b02
parent a461e14396074b44402adc4e782dc4b2ec3aa523
Author: Amin Mesbah <mesbah.amin@gmail.com>
Date:   Sun, 13 Nov 2016 14:20:24 -0800

Add readme.

Diffstat:
AREADME.md | 29+++++++++++++++++++++++++++++
Atunnel_runner.gif | 0
2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,29 @@ +Tunnel Runner +============= + +Fly through a tunnel! + +![tunnel runner](tunnel_runner.gif) + +Controls +-------- +- Keyboard + - WASD: Fast movement, roll + - Arrow Keys: Slow movement, roll +- Controller + - Left stick: Movement, roll + - Right stick: View + - ABXY, Left Shoulder, Right Shoulder: Change color + - Start: Reset color + - Back: Quit + +Dependencies +------------ +- [SDL 2.0.5](https://www.libsdl.org/download-2.0.php) + +Reference +--------- +- [Fabien Sanglard's tunnel tutorial](http://fabiensanglard.net/Tunnel/index.php) +- [Lode's tunnel tutorial](http://lodev.org/cgtutor/tunnel.html) +- [Handmade Hero](https://handmadehero.org/) +- [Handmade Penguin](https://davidgow.net/handmadepenguin/default.html) diff --git a/tunnel_runner.gif b/tunnel_runner.gif Binary files differ.