This is a simple MMO Idle game.
This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
cowcannon 270a5fcccf started alloys and reqequired resources. updated skill lvls for already implemtened items
modified:   game-server/datapacks/original/assets/languages/en_US.json
	modified:   game-server/datapacks/original/assets/languages/fr_FR.json
	modified:   game-server/datapacks/original/assets/languages/uk_UA.json
	new file:   game-server/datapacks/original/data/items/materials/alloys/chronotanium.json
	new file:   game-server/datapacks/original/data/items/materials/alloys/titianium_weave.json
	new file:   game-server/datapacks/original/data/items/materials/alloys/void_steel.json
	new file:   game-server/datapacks/original/data/items/materials/crystals/flux crystal.json
	new file:   game-server/datapacks/original/data/items/materials/crystals/void crystal.json
	new file:   game-server/datapacks/original/data/items/materials/ingots/carbon.json
	new file:   game-server/datapacks/original/data/recipes/alloys/chronotanium.json
	modified:   game-server/datapacks/original/data/recipes/alloys/steel.json
	new file:   game-server/datapacks/original/data/recipes/alloys/titianium_weave.json
	new file:   game-server/datapacks/original/data/recipes/alloys/voidsteel.json
	modified:   game-server/datapacks/original/data/recipes/circuits/advanced_circuit.json
	modified:   game-server/datapacks/original/data/recipes/circuits/ai_core.json
	modified:   game-server/datapacks/original/data/recipes/circuits/basic_circuit.json
	modified:   game-server/datapacks/original/data/recipes/circuits/processing_circuit.json
	modified:   game-server/datapacks/original/data/recipes/circuits/quantum_processor.json
	modified:   game-server/datapacks/original/data/recipes/ingots/aluminum.json
	new file:   game-server/datapacks/original/data/recipes/ingots/carbon.json
	modified:   game-server/datapacks/original/data/recipes/ingots/copper.json
	modified:   game-server/datapacks/original/data/recipes/ingots/iron.json
	modified:   game-server/datapacks/original/data/skills/crafting/circuit_assembly.json
	modified:   game-server/datapacks/original/manifest.json
2026-03-30 18:02:54 -05:00
api fully fixed 2026-03-29 00:46:48 -03:00
client added notifications, chat, fixed textures import 2026-03-29 14:04:54 +03:00
game-server started alloys and reqequired resources. updated skill lvls for already implemtened items 2026-03-30 18:02:54 -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