beed1145087123f9d2ded6b2b2d7e62435ef4ea8
God-game: minimal graphics, deep simulation. The engine lives in the engine/ git submodule and its sources plus test suites are part of LittleSim.sln, so engine and game are developed in one editor window. Playable skeleton: seed-deterministic terrain (smoothed height field -> water/sand/grass/forest/mountain tinted cells), 80 wandering villagers on a Y-sorted layer, god camera (WASD pan, wheel zoom, world-bounds clamp), HUD and the dev console with a 'regen [seed]' command. CLAUDE.md sets the game rules: simulation-first, one-seed determinism, simulation/presentation split, a console command for every mechanic. Design docs in Russian under docs/. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Languages
C#
73.1%
JavaScript
25.2%
HTML
0.8%
CSS
0.7%