1.6.1 • Published 5 years ago

@yasshi2525/rushmini v1.6.1

Weekly downloads
9
License
MIT License
Repository
github
Last release
5 years ago

RushMini 出勤のお時間です! npm version CI Maintainability Test Coverage

ニコニコゲームアツマール、ニコ生新市場用ゲーム URL

利用方法

前提条件

  • node.js
    動作確認 v.14

  • Akashic Engine, Sandbox
    以下のコマンドを実行して Akashic Engine, Sandbox をインストールしてください

    npm install -g @akashic/akashic-cli @akashic/akashic-sandbox

デプロイ方法

以下のコマンドを実行してできる rushmini-latest.zip をゲームとして登録してください

npm install
npm run build
akashic export html --output rushmini-latest.zip --atsumaru

スタンドアロンアプリとしての実行方法

Port 3000 を利用する Web アプリケーションとして実行できます。http://localhost:3000/game/ にアクセスするとゲームが実行されます

npm install
npm run build
npm start

Docker コンテナとして実行

docker build .
<image id>
docker run -p 3000:3000 -d <image id>

ライブラリとして利用

npm install @yasshi2525/rushmini

開発者向け

テスト実行

npm test

Licence

MIT Licence

Developer

yasshi2525 Twitter

1.6.1

5 years ago

1.6.0

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.6

5 years ago

1.4.5

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.3.6

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago