Skip to content

HAL Tokyo 専科用サンプルプロジェクト

Notifications You must be signed in to change notification settings

aiming/senka-hal-tokyo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAL

HAL専科用のサンプルコード

Clone

git clone --recursive https://github.com/aiming/senka-hal-tokyo.git

Build

  • クライアント

    • Unityで実行
  • サーバー

    • Debug
    xbuild Server/Server.sln
    
    • Release
    xbuild /p:Configuration=Release Server/Server.sln
    

Run

  • クライアント

    • Unityで実行
  • サーバー

    • Debug
    mono Server/bin/Debug/Server.exe
    
    • Release
    mono Server/bin/Release/Server.exe
    

Copyright

Original

https://github.com/yukinarit/WebSocketSample by yukinarit

About

HAL Tokyo 専科用サンプルプロジェクト

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.4%
  • Dockerfile 0.6%