Skip to content

Commit 75f15a9

Browse files
reorder
1 parent 9d4dfd7 commit 75f15a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/shorts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ const exampleList =
7676
new ExampleInfo('Flappy Game', 'flappyGame.js', 'Flappy bird style game', false, 'objects, obstacles'),
7777
new ExampleInfo('Lander Game', 'landerGame.js', 'Lunar lander style game', false, 'objects, physics'),
7878
new ExampleInfo('Hill Glide Game', 'hillGlideGame.js', 'Tiny wings style sliding game', false, 'objects, physics, speed'),
79-
new ExampleInfo('Grapple Game', 'grappleGame.js', 'One button swinging grapple game', false, 'procedural, trail, camera, rotation'),
8079
new ExampleInfo('Sliding Puzzle', 'slidingPuzzle.js', '15 tile sliding puzzle', false, 'objects, numbers, ui'),
8180
new ExampleInfo('Platformer Game', 'platformer.js', 'Jump and run side view', false, 'objects, gravity, level, tiles, camera'),
8281
new ExampleInfo('Top Down Game', 'topDown.js', 'Top-down style camera', false, 'objects, movement, exploration'),
8382
new ExampleInfo('Tilted View Game', 'tiltedView.js', 'Pseudo-3D oblique view', false, 'isometric, depth'),
8483
new ExampleInfo('Space Game', 'spaceGame.js', 'Spaceship shooter with parallax', false, 'objects, weapons, stars, camera, rotation'),
84+
new ExampleInfo('Grapple Game', 'grappleGame.js', 'One button swinging grapple game', false, 'procedural, trail, camera, rotation'),
8585
new ExampleInfo('3D FPS Game', 'raycastingGame.js', 'Pseudo 3D raycasting demo', false, '3D, FPS, maze, camera'),
8686
new ExampleInfo('3D Ball Track Game', 'ballTrackGame.js', 'Pseudo 3D ball jumping game', false, '3D, procedural'),
8787
new ExampleInfo('--- BOX2D PHYSICS ---'),

0 commit comments

Comments
 (0)