Skip to content

Commit 2a4a4af

Browse files
committed
Updating Starter Games - More descriptive names
Updating the names of objects and variables in some of the starter projects to make them less generic. Also updating the README.md files of those starter games to better describe the mechanics and objects in the games.
1 parent 898b39d commit 2a4a4af

File tree

38 files changed

+3898
-2145
lines changed

38 files changed

+3898
-2145
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Beat'em up
22

3-
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

Comments
 (0)