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

refs #805 #774 : add Electron Wiki #821

Merged
merged 2 commits into from
May 15, 2019
Merged
Changes from all commits
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
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Gradios - Arcade Shooting Game
* [![Language](https://img.shields.io/badge/language-javascript-blue.svg)](https://developer.mozilla.org/ko/docs/Web/JavaScript)
[![platform1](https://img.shields.io/badge/-node.js-orange.svg)](https://nodejs.org/ko/)
[![platform2](https://img.shields.io/badge/-Phaser-green.svg)](https://phaser.io/phaser3)
[![platform3](https://img.shields.io/badge/-Electron-red.svg)](https://electronjs.org/)

* Gradios is simple ARCADE GAME using Phaser library.
* Gradius clone for educational purpose.
Expand All @@ -19,24 +20,9 @@ Gradios - Arcade Shooting Game
* What is Phaser? : https://phaser.io/phaser3
* Simple Phaser 3 Example : https://labs.phaser.io/

## Electron package
## Electron wiki

Uses electron-packager.

Global installation:
```
electron-packager . --ignore=node_modules/electron-packager --ignore=.git --overwrite --ignore="\.git(ignore|modules)" --out=app --platform=[darwin OR win32 OR linux]
```

Global installation in Window PowerShell:
```
electron-packager . --ignore=node_modules/electron-packager --ignore=.git --overwrite --out=app --platform="win32" --ignore=`""\.git(ignore^|modules)`""
```

Local electron-packager installation:
```
node ./node_modules/electron-packager/cli.js . --ignore=node_modules/electron-packager --ignore=.git --overwrite --ignore="\.git(ignore|modules)" --out=app --platform=[darwin OR win32 OR linux]
```
* https://github.com/inureyes/gradios/blob/master/electron.md

## Student list

Expand Down