This is a simple MMO Idle game.
Go to file
cowcannon e4cefded47 more alloys and crystals
modified:   game-server/datapacks/original/assets/languages/en_US.json
	new file:   game-server/datapacks/original/data/items/materials/alloys/neutronium_composite.json
	new file:   game-server/datapacks/original/data/items/materials/crystals/dimentional_crystal.json
	renamed:    game-server/datapacks/original/data/items/materials/crystals/flux crystal.json -> game-server/datapacks/original/data/items/materials/crystals/flux_crystal.json
	new file:   game-server/datapacks/original/data/items/materials/crystals/neutronium.json
	new file:   game-server/datapacks/original/data/recipes/Crystals/dimentional_crystal.json
	modified:   game-server/datapacks/original/data/recipes/Crystals/flux_core.json
	new file:   game-server/datapacks/original/data/recipes/alloys/neutronium_composite.json
2026-04-01 20:47:52 -05:00
.github/workflows deploy 2026-04-01 01:18:28 +03:00
api nginx 2026-03-31 20:00:02 -04:00
client nginx 2026-03-31 20:00:02 -04:00
game-server more alloys and crystals 2026-04-01 20:47:52 -05: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
Admin Panel.md clean-up a little 2026-03-30 09:30:31 -03:00
package.json I think clean-up 2026-03-29 14:16:30 -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