From 9472718f52ee849a587d0305daf50b8f4ea71094 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 12 Mar 2021 18:00:41 -0700 Subject: [PATCH] ripple --- src/_posts/2021-03-12-ripple-a-game.md | 308 +++++++++++++++++++++++++ 1 file changed, 308 insertions(+) create mode 100644 src/_posts/2021-03-12-ripple-a-game.md diff --git a/src/_posts/2021-03-12-ripple-a-game.md b/src/_posts/2021-03-12-ripple-a-game.md new file mode 100644 index 0000000..5fea664 --- /dev/null +++ b/src/_posts/2021-03-12-ripple-a-game.md @@ -0,0 +1,308 @@ +--- +title: >- + Ripple: A Game +description: >- + Hop Till You Drop! +--- + +

+ Movement: Arrow keys or WASD
+ Jump: Space
+ Goal: Jump as many times as possible without touching a ripple!
+
+ Press Jump To Begin! +

+ + +Your browser doesn't support canvas. At this point in the world that's actually +pretty cool, well done! + + +Score: + 0 + + + + +_Do you have the patience to wait
+till your mud settles and the water is clear?_ + +## Backstory + +This is a game I originally implemented in lua, which you can find [here][orig]. +It's a fun concept that I wanted to show off again, as well as to see if I could +whip it up in an evening in javascript (I can!) + +Send me your high scores! I top out around 17. + +[orig]: https://github.com/mediocregopher/ripple