shrani
This commit is contained in:
43
README.md
43
README.md
@@ -93,6 +93,49 @@ NovaFarma je 2.5D izometrična survival farming igra, kjer upravljaš svojo farm
|
||||
|
||||
---
|
||||
|
||||
## 📁 Project Structure
|
||||
|
||||
```
|
||||
novafarma/
|
||||
├── 📁 src/ # Source code
|
||||
│ ├── scenes/ # Game scenes (PreloadScene, GameScene, UIScene, StoryScene)
|
||||
│ ├── systems/ # Game systems (TerrainSystem, WeatherSystem, etc.)
|
||||
│ ├── entities/ # Game entities (Player, NPC, etc.)
|
||||
│ ├── ui/ # UI components
|
||||
│ └── utils/ # Utility functions
|
||||
│
|
||||
├── 📁 assets/ # Game assets
|
||||
│ ├── sprites/ # Character sprites
|
||||
│ └── [other assets] # Tiles, objects, etc.
|
||||
│
|
||||
├── 📁 docs/ # Documentation
|
||||
│ ├── planning/ # Development plans, FAZA checklists
|
||||
│ ├── guides/ # User guides, testing guides
|
||||
│ ├── sessions/ # Development session summaries
|
||||
│ └── design/ # Design documents, GDD
|
||||
│
|
||||
├── 📁 tools/ # Development tools
|
||||
│ └── python/ # Python scripts (sprite processing)
|
||||
│
|
||||
├── 📁 archive/ # Archived files
|
||||
│ ├── tests/ # Old test files
|
||||
│ ├── backups/ # Backup folders
|
||||
│ └── deprecated/ # Deprecated code
|
||||
│
|
||||
├── 📁 dist/ # Distribution builds
|
||||
├── 📁 build/ # Build output
|
||||
│
|
||||
├── 📄 index.html # Main HTML file
|
||||
├── 📄 main.js # Electron main process
|
||||
├── 📄 server.js # Development server
|
||||
├── 📄 package.json # NPM dependencies
|
||||
├── 📄 README.md # This file
|
||||
├── 📄 CHANGELOG.md # Version history
|
||||
└── 📄 TASKS.md # Development tasks
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 📊 Features
|
||||
|
||||
### Core Gameplay:
|
||||
|
||||
Reference in New Issue
Block a user