diff --git a/games/generic_platformer.js b/games/generic_platformer.js index 77a587c98c..bab6e33abe 100644 --- a/games/generic_platformer.js +++ b/games/generic_platformer.js @@ -3,6 +3,12 @@ @author: DaInfLoop @tags: ['platformer'] @addedOn: 2024-10-19 + +A very simple and generic platformer game. +Press W to jump, and then A/D for left/right respectively. +Charge over large gaps by holding down a directional button, and jump on enemies to kill them. + +Push boxes and climb chains by standing on them. */ const player = "p"