From f3340ae5f4ac6c60823bf4d14e1fcdbeaaec353c Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 21 May 2022 14:07:14 -0600 Subject: Remove old code related to static, it's not needed anymore --- static/src/_posts/2021-03-12-ripple-a-game.md | 311 -------------------------- 1 file changed, 311 deletions(-) delete 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 deleted file mode 100644 index e793e6e..0000000 --- a/static/src/_posts/2021-03-12-ripple-a-game.md +++ /dev/null @@ -1,311 +0,0 @@ ---- -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