🎉 initial commit
This commit is contained in:
19
CHANGELOG.md
Normal file
19
CHANGELOG.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented here.
|
||||
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
---
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- Initial project setup: Phaser 3 + TypeScript + Vite
|
||||
- Core scenes: `BootScene`, `GameScene`, `UIScene`
|
||||
- Systems: `BuildingSystem`, `CameraSystem`, `FarmingSystem`, `PlayerSystem`,
|
||||
`ResourceSystem`, `VillagerSystem`, `WorldSystem`
|
||||
- Utilities: simplex-noise wrapper, pathfinding
|
||||
- `StateManager` for central game state
|
||||
- `NetworkAdapter` for multiplayer/sync layer
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user