Initial commit: 3D Hommie RPG game

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Maxim Dolgolyov
2026-02-25 01:04:09 +03:00
commit fb5f09212b
34 changed files with 14550 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "3d-hommie-rpg",
"version": "1.0.0",
"description": "3D RPG про выживание бомжа в большом городе",
"main": "js/main.js",
"scripts": {
"dev": "npx serve .",
"start": "npx serve ."
},
"keywords": ["3d", "rpg", "threejs", "game", "survival"],
"author": "",
"license": "MIT"
}