You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"shortDescription": "A 2D platformer game in which the player can jump on platforms and collect coins.
157
-
Ithasplatforms, aplayerandcoinstocollect.
158
-
Supportmobilecontrolsandkeyboard.",
156
+
"shortDescription": "A 2D side-view platformer game with a smooth camera that follows the player’s movement. The player uses the platformer behavior, and can move left or right, jump, and fall within the game scene. Platforms allow the player to navigate vertically, and coins can be collected throughout the level. The game supports both keyboard/mouse controls and mobile touch controls.",
"shortDescription": "A 2D side-view platformer game with a smooth camera that follows the player’s movement. The player uses the platformer behavior, and can move left or right, jump, and fall within the game scene. Platforms allow the player to navigate vertically, and coins can be collected throughout the level. The game supports both keyboard/mouse controls and mobile touch controls.",
A 2D, side-view, beat'em up style game where the player controls a character that can move in the level and attack other characters who are trying to hurt him.
4
-
Support for keyboard and mobile controls.
3
+
A 2D side-scrolling beat’em up brawler where the player uses top-down style movement within a side-view camera angle. All movement, attacks, and hurt states use animations and animation timers. The player uses a separate attack collision object to detect hits on enemies, while enemies move toward the player and attack using their own collision mask objects to detect hits on the player. Boundaries keep the player within the play area of the screen. The game supports both keyboard and mobile touch controls.
0 commit comments