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

Support mobile #21

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Version 1.0
  • Loading branch information
keicoon committed Dec 13, 2020
commit 7e6c900dd5b12a2934aac051cf01795859d1f9e3
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.DS_Store
node_modules/
certs/
roms/
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
gbajs2-mobile -- mobile porting version
======
gbajs2-mobile be forked from gbajs2.
This is mobile version that remake to play in mobile device ( safari ) and access from outside.
======

## Preparations
* Install npm and command `npm i` to prepare server environment.
* Generate certs by `openssl req -nodes -new -x509 -keyout server.key -out server.cert` and move that files to `cert/`.
* Prepare some rom file to `roms/`.
* Write `private ip address` in `index.html` file.

## Feature List
* Available in Mobile Broswer
* Save & Load stat
* Server with DB
* Test workspace ( mobile safari, mobile chrome )

gbajs2 -- Community Fork
======

@@ -23,6 +41,7 @@ Original work by Endrift. Repo: (Archived / No longer maintained) https://github

Copyright © 2012 – 2013, Jeffrey Pfau
Copyright © 2020, Andrew Chase
Copyright © 2020, keicoon15

All rights reserved.

Loading