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

Advanced controls (inputs) #35

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

saadbruno
Copy link

Inspired by the Snake game in the old Nokia cellphones, This adds more advanced controls to the game: Diagonals and clock/couterclockwise

Diagonals

You can now control the snake using diagonal buttons (defaults are 1, 3, 9 and 7 on the numeric keypad).
This allows you to control the snake with only 2 keys! 3 and 7, or 1 and 9,
Eg: Using 3 and 7, by pressing 3, the snake will either go right, or down, depending on where it's facing. 7 will move either Left or up.

Same with 1 and 9. 1 will either go left or down, and 9 will either go right or up.

Clock / counterclockwise

This is pretty straightforward. By pressing Z, the snake will rotate counterclockwise, and by pressing X, clockwise. This also allows you to play the game using only two keys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant