Leonid Pershin ba8e590941 Refactor game settings and remove unused files
- Removed the GameSettingsStore class and its associated methods for loading and saving game settings, streamlining the GameSettings class.
- Deleted obsolete files related to world saving, game definitions, network smoothing, and content helpers, which were no longer in use, reducing code complexity and improving maintainability.
- Updated the WorldScene class to reflect changes in the GameSettings structure, ensuring compatibility with the new settings management approach.

This update enhances the overall codebase by eliminating redundancy and focusing on essential components.
2026-06-17 08:13:52 +03:00

LittleSim

A god-game with minimal graphics and deep simulation, built on the mrgameeng engine (git submodule engine/).

git clone --recurse-submodules <this repo>
dotnet run --project src/LittleSim -c Release

Design docs (Russian): docs/concept.md, docs/roadmap.md.

S
Description
No description provided
Readme
224 MiB
Languages
C# 73.1%
JavaScript 25.2%
HTML 0.8%
CSS 0.7%