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

Many improvements that don't conflict with current block rain architecture #23

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from

Conversation

ktsuttlemyre
Copy link

I am going to probably start moving away from the current block rain architecture but here are my contributions before I do that.

exposed methods to interface: moveLeft, moveRight, and drop. (for programmatic controlling)
added instaDrop function and exposed it to interface
added startButon function that will start the game or pause if it is active
Improved rendering times by seting background image using CSS instead of redrawing each frame
added arrowKeys option
added seeding option. Without it games will be different. With it you can generate the same game independently between 2 games
added gyroscope controller logic

RobertoGonzalez and others added 3 commits March 19, 2018 13:05
exposed methods to interface: moveLeft, moveRight, and drop. (for programattic controlling)
added instaDrop function and expsed it to interface
added startButon function that will start the game or pause if it is active
Improved rendering times by seting background image using CSS instead of redrawing each frame
added arrowKeys option
added seeding option. Without it games will be different. With it you can generate the same game independently between 2 games
…gramattic controlling)

added instaDrop function and expsed it to interface
added startButon function that will start the game or pause if it is active
Improved rendering times by seting background image using CSS instead of redrawing each frame
added arrowKeys option
added seeding option. Without it games will be different. With it you can generate the same game independently between 2 games
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.

2 participants