tunnel-runner

Pseudo 3D tunnel effect.
git clone git://git.amin.space/tunnel-runner.git
Log | Files | Refs | README | LICENSE

commit 5344d721f554a164123a62e63065b406a29883e8
parent 4f38cc4e2d3f503fa747747e42c2ed23dc221149
Author: amin <dev@aminmesbah.com>
Date:   Sun, 13 Nov 2016 22:22:14 +0000

Add readme.

FossilOrigin-Name: a7eb68706bf057662f0f792e33ca4b29eab60d16fd27c4ed5b2fe8afa64c5af7
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.