diff options
author | elioat <elioat@tilde.institute> | 2024-02-19 07:48:29 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-02-19 07:48:29 -0500 |
commit | fb5826dd545131084a7b2a032766c6f2c457c14c (patch) | |
tree | 272b264455329adf145617666439b5e8746eaf15 /js/mountain/game.js | |
parent | 0d7b8bddebc31146192de8761c262ee3ed9c6824 (diff) | |
download | tour-fb5826dd545131084a7b2a032766c6f2c457c14c.tar.gz |
*
Diffstat (limited to 'js/mountain/game.js')
-rw-r--r-- | js/mountain/game.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/mountain/game.js b/js/mountain/game.js new file mode 100644 index 0000000..3c96005 --- /dev/null +++ b/js/mountain/game.js @@ -0,0 +1,3 @@ +// a 2d platformer game, where the character can jump, double jump, move left and right. +// That character can avoid spikes and obstacles. + |