Add README.md
This commit is contained in:
parent
ee433772f2
commit
54f94955e7
1 changed files with 29 additions and 0 deletions
29
README.md
Normal file
29
README.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
## OMORI_Android
|
||||
|
||||
Android port of OMORI RPG game
|
||||
|
||||
---
|
||||
|
||||
### How to build
|
||||
|
||||
* Get original assets from game (`www/audio`, `www/image`, `www/movies`)
|
||||
* Put original assets to folders
|
||||
* Install cordova
|
||||
* `cordova platform add android`
|
||||
* `cordova build android`
|
||||
|
||||
---
|
||||
|
||||
### TODO
|
||||
|
||||
- [ ] Options menu fix
|
||||
- [ ] Physical gamepad support
|
||||
- [ ] replaceAll polyfill
|
||||
- [ ] External saves (Android/data)
|
||||
- [ ] Cordova localhost bug
|
||||
- [ ] WakeLock
|
||||
- [x] Fix game canvas size
|
||||
- [x] On-screen controls
|
||||
- [x] Fix game closing on back button
|
||||
- [x] Fix music playing on lockscreen
|
||||
- [x] Russian language
|
Loading…
Add table
Add a link
Reference in a new issue