This is a simple MMO Idle game.
Go to file
2026-03-29 11:13:35 +03:00
api fully fixed 2026-03-29 00:46:48 -03:00
client update header 2026-03-29 11:13:35 +03:00
game-server clear command fix 2026-03-29 11:08:10 +03:00
test full re-write now ready for proper share 2026-03-29 00:16:10 -03:00
.gitignore full re-write now ready for proper share 2026-03-29 00:16:10 -03:00
package.json package.json, mobile version 2026-03-29 09:54:47 +03:00
readme.md readme.md 2026-03-29 09:57:21 +03:00

GSO Project

Multiplayer space-themed game built with React, Socket.io.

⚠️ Requirements

  • Node.js: Version 22.x or higher is strictly required (recommended for ESM support and optimal performance).
  • npm: Included with Node.js.

Note

: You can check your currently installed version by running node -v in your terminal.

🚀 Getting Started

1. Unified Dependencies Installation

To automatically install all dependencies in the correct sub-projects (api, game-server, client) at once, run:

npm run install-all
npm run dev