Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/toyobayashi/mishiro
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Jan 22, 2018
2 parents b24e512 + c9ce9e1 commit d4acf4e
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,56 @@
# mishiro
CGSS desktop application. See pictures below. [Here to download release](https://github.com/toyobayashi/mishiro/releases)
CGSS desktop application. See screenshots below. [Here to download release](https://github.com/toyobayashi/mishiro/releases)

## HOME
## Screenshots
### HOME
Download game resources. (.unity3d or .acb)

![home](https://github.com/toyobayashi/mishiro/raw/master/screenshot/home.png)

## IDOL
### IDOL
Search idol card information and download card png to your computer.

![idol](https://github.com/toyobayashi/mishiro/raw/master/screenshot/idol.png)
![idol](https://github.com/toyobayashi/mishiro/raw/master/screenshot/idol2.png)

## LIVE
### LIVE
download and play game music including bgm and live songs.

![live](https://github.com/toyobayashi/mishiro/raw/master/screenshot/live.png)

## GASHA
### GASHA
Game gacha simulation. (the same gacha event and card odds)

![gacha](https://github.com/toyobayashi/mishiro/raw/master/screenshot/gacha.png)
![gacha](https://github.com/toyobayashi/mishiro/raw/master/screenshot/gacha2.png)
![gacha](https://github.com/toyobayashi/mishiro/raw/master/screenshot/gacha3.png)
![gacha](https://github.com/toyobayashi/mishiro/raw/master/screenshot/gacha4.png)

## MENU
### MENU
Option / About.

![menu](https://github.com/toyobayashi/mishiro/raw/master/screenshot/menu.png)
![menu](https://github.com/toyobayashi/mishiro/raw/master/screenshot/menu2.png)

## Build
Require __Node.js__ and __npm__.
1. Clone.
```batch
$ git clone https://github.com/toyobayashi/mishiro.git
```
2. Install dependencies.
```batch
$ cd mishiro
$ npm install
```
3. Run building command.
```batch
$ npm run prod
```
4. Start!
```batch
$ npm start
```
Note: ```/bin```Binaries could be found in releases ```/resources/app/bin```
## Copyright
The copyright of CGSS and its related content is held by [BANDAI NAMCO Entertainment Inc.](https://bandainamcoent.co.jp/)

0 comments on commit d4acf4e

Please sign in to comment.