Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lane-running game similar to Subway Surfer #21

Open
ChocolateLoverRaj opened this issue Aug 12, 2022 · 0 comments
Open

Lane-running game similar to Subway Surfer #21

ChocolateLoverRaj opened this issue Aug 12, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request New Game

Comments

@ChocolateLoverRaj
Copy link
Owner

ChocolateLoverRaj commented Aug 12, 2022

  • The player keeps moving forward
  • There are 3 lanes (this can be adjusted but 3 is a nice number)

Blocks

X, Y, Z is measured in blocks. One lane width is one block wide.

The obstacles

  • One block tall
  • Two blocks tall
  • One block tall but in the air so you have to duck

Jumping

The player can jump 1 block. So player can jump over short obstacles but not tall obstacles.

Controlls

Camera

Actually move left, right, jump, and duck.

Gamepad

Use plus pad < and > to switch lanes. Use A to jump and B to duck.

Keyboard

Use a, d, left arrow, right arrow to switch lanes. Use up / down arrows, w / d to jump / duck.

Touchscreen

Swipe left / right to switch lanes. Swipe up to jump. Swipe down to duck.

@ChocolateLoverRaj ChocolateLoverRaj added the enhancement New feature or request label Aug 12, 2022
@ChocolateLoverRaj ChocolateLoverRaj self-assigned this Aug 12, 2022
@ChocolateLoverRaj ChocolateLoverRaj pinned this issue Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request New Game
Projects
Status: Queue
Development

No branches or pull requests

1 participant