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

A jsnes frontend with net play support #222

Open
afska opened this issue Jul 9, 2019 · 0 comments
Open

A jsnes frontend with net play support #222

afska opened this issue Jul 9, 2019 · 0 comments

Comments

@afska
Copy link

afska commented Jul 9, 2019

Hey, I know that this is not really a issue, but I just wanted to thank you for the awesome project and let you know that thanks for the emulator's clean design, I was able to implement two-players Net Play over network on my jsnes frontend!

The project is open source, it's deployed at https://rodri042.github.io/nestation and
here is a topic on nesdev explaining the details.

The jsnes-web's FrameTimer was working bad on my 120hz screen (it was running the games really fast) so I had to implement it by myself here -> https://github.com/rodri042/nestation/blob/master/src/emulator/FrameTimer.js

Maybe you can use the timer or other parts as well on jsnes-web.
Cheers!

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

No branches or pull requests

1 participant