Skip to content

Commit

Permalink
Add information about game in comment header
Browse files Browse the repository at this point in the history
  • Loading branch information
DaInfLoop authored Oct 22, 2024
1 parent 47a4deb commit 610c21f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions games/generic_platformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 610c21f

Please sign in to comment.