From f1998c321a4eec6d75b58d84aa8610971bf21979 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 31 Jul 2021 11:35:39 -0600 Subject: move static files into static sub-dir, refactor nix a bit --- static/src/_posts/2021-03-12-ripple-a-game.md | 311 ++++++++++++++++++++++++++ 1 file changed, 311 insertions(+) create mode 100644 static/src/_posts/2021-03-12-ripple-a-game.md (limited to 'static/src/_posts/2021-03-12-ripple-a-game.md') diff --git a/static/src/_posts/2021-03-12-ripple-a-game.md b/static/src/_posts/2021-03-12-ripple-a-game.md new file mode 100644 index 0000000..e793e6e --- /dev/null +++ b/static/src/_posts/2021-03-12-ripple-a-game.md @@ -0,0 +1,311 @@ +--- +title: >- + Ripple: A Game +description: >- + Hop Till You Drop! +tags: tech +series: ripple +--- + +

+ 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 -- cgit v1.2.3