62 issues in taisel/IodineGBA
Use SIMD for the graphics compositor code
Of note, it looks like that particular block of code can be rewritten to use SIMD. Specifically: - SIMD.Int32x4.and() for isolating flags. - SIMD.Int32x4.greaterThanOrEqual() for comparing flags. ...
-
Opened by taisel
Jun 9, 2016 - 7 comments
add Voice control interface
These commits add the functionality of allowing player to control the gameplay through voice with webkitSpeechRecognition and regex. say "press button/key left" , "press right" , "press ...
-
Opened by JeffZhang02747
Jul 8, 2016 - 5 comments
Update ReadMe
- Needs updated contributors section - Probably don't need screenshots - Be more descriptive - Add in a "currently a code golfing experiment / still in alpha or beta" message. I mean, ...
-
Opened by taisel
Jul 8, 2016
Voice Interface with local var
voice interface added with local variable. Check window attribute to get the voice recognition object. Firefox voice recognition is supported on version 49. https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API ...
-
Opened by JeffZhang02747
Jul 9, 2016 - 10 comments
Align speech initialization
Right now it does its own initialization on its own. It should be called from the load function we currently use. In addition, we should fix up and add the missing "use strict".
-
Opened by taisel
Jul 21, 2016
I cannot save and load game
Hi all, Could we save state of the game or not ? Even in the http://taisel.github.io/IodineGBA, I still can not load the state. Do we have the secret way to load the save? If we do, please show me how ...
-
Opened by smartquery
Aug 2, 2016 - 13 comments
Default controls?
Cannot seem to find the default buttons anywhere. Probably a simple answer im just very new to programming in general.
-
Opened by tanerdamaner
Aug 10, 2016
Rewritten CSS
-
Opened by Daniel-Griffiths
Aug 23, 2016 - 7 comments
Help to multiplayer game
Hi Taisel, I'm developing a web-browser operation system. And one of programs that I was trying insert, is IodineGBA. Already I got some positives results, as example: Open two or more emulators. ...
-
Opened by marcelojannotti
Sep 24, 2016 - 1 comment
Can't get IodineGBA to work
Hello, Forgive me for possibly lame question, but how to get IodineGBA to work? I have downloaded the IodineGBA-master.zip file, then unzipped and uploaded it to my web server: http://drfeliz.com/IodineGBA-master/index.html ...
-
Opened by perelowski
Oct 1, 2016 - 4 comments