-
Notifications
You must be signed in to change notification settings - Fork 10
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
Updated to API23 and some user options added #13
base: master
Are you sure you want to change the base?
Conversation
aliaksei135
commented
Sep 7, 2016
- Updated Deprecated methods and built on API23 (Android 6.0)
- Cleaned up unused resources
- Added and implemented options to disable head tracking and background music
- Added about Section and Instructions on how to play
- Increased the consecutive/holding input lag time slightly
Did you test this? Can merge if tested (don't have enough space on my computer to reinstall android dev tools) |
Why disable headtracking? How would people play without it? This project deviates from the research paper because it's on the Google Cardboard. Let me know your thoughts |
All tested and working. For now the volume keys can be used if not using head tracking, however @urbster1 is going to make dpad controls as well. Personally, I find the spinning around on the spot a bit tiring and almost nauseating after a couple of games. |
Is there a working build? I don't have permission to merge the pull requests but I'd really like to give it a try! |
@urbster1 I've hidden it a bit :p |
Oh right! Thanks a bunch. It's definitely on the right track! I noticed there's still a bit of a shadowy tint in the parts of the blocks that are supposed to be shown to the other eye and it's allowing me to "cheat". Also, sometimes the entire block shows in one eye. Otherwise it's working well! |
@urbster1 Thats next on my list to fix when I have some time! |
@urbster1 I have fixed the shadowing and added in the ability to change the game colours (allowing some painful colour combinations 😜), also added in the ability to scroll on the about dialog (which I forgot last time) |
@raphaelrk I have built and tested it. Can this be merged? |