Skip to content

TacSimTeam/TacSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TacSimulator

JavaScript製のTaCシミュレータです。

インストール手順

Node.jsインストール

下のリンクからNode.jsをインストールします。
https://nodejs.org/ja/

Homebrewを使ったインストール(Macユーザーのみ)

MacであればHomebrewを使ってもインストールできます。

$ brew install nodebrew

TaCシミュレータのダウンロード

Gitをインストールしているのであれば、git cloneを使うのが楽です。

$ git clone https://github.com/TacSimTeam/TacSimulator.git

あるいは、ページ上部の緑のボタンから「Download ZIP」をクリックすることでダウンロードすることができます。

ターミナルで先程ダウンロードしたフォルダを開きます。

このまま実行する

$ npx electron .

実行ファイルの作成

初めて作成するときは、下のコマンドを実行してください。

$ npm ci

MacOSの場合

$ npm run build:mac

実行するには以下のコマンドを実行します。

$ open TacSimulator-darwin-x64/TacSimulator.app

Mac用のパッケージは/Application以下にコピーすればランチャーから起動できます。

Windowsの場合

$ npm run build:win

TacSimulator-win32-x64というフォルダが生成されるので、その中のTacSimulator.exeを実行すれば起動します。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •