Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
/ IronsphereServer Public archive

Real Time Online Strategy. Play now:

Notifications You must be signed in to change notification settings

caxapexac/IronsphereServer

Repository files navigation

Ironsphere server

Inline Docs Circle CI Dependencies DevDependencies Known Vulnerabilities Maintainability Test Coverage Contributions Welcome

Important (installing environment on Unix)

  1. You need npm install -g node-gyp to compile native addons (repo). This package provides a CLI to generate boilerplate code which is used to compile C or C++ code into Native Addon or DLL with .node extension.
  2. You need to install Python v2.7, v3.5, v3.6, or v3.7 (node-gyp uses it)
  3. You need make
  4. You need gcc

Important (installing environment on MustDie Windows)

  1. Папей гавна
  2. npm install -g node-gyp
  3. Install Python 2.7
  4. npm install -g --production windows-build-tools OR npm install --global --production windows-build-tools --vs2019
  5. INSTEAD OF step 3 you can install Visual Studio Build Tools then npm config set msvs_version 2019
  6. Full guide
  7. OR another guide

Importand (development)

  1. npm run build to rebuild server
  2. OR npm run build-logic (change inside for linux) to rebuild logic as terminal executable

Importand (TODO)

Important (deploy)

  1. nano /etc/ssh/sshd_config edit port (security)

  2. Restart the server

  3. npm install -g forever

  4. npm run start-prod

Линки

Сертификаты

Алгоритмы

Unity

C#

Node js

C++

Other

Todo

First Connect: // Id // Lobby // Ok -> json

//Wait Game Start: // json -> Map, Meta, Loop()

Meta Loop: // Chat

Loop: // My Units + Visible Units

Game End: // All Units, Meta

Disconnect: // Exception

About

Real Time Online Strategy. Play now:

https://caxapexac.github.io/IronsphereClient/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages