Files
nissefolk/CHANGELOG.md

658 B

Changelog

All notable changes to this project will be documented here. Format follows Keep a Changelog.


[Unreleased]

Added

  • Right-click context menu: suppresses browser default, shows Build and Folks actions in the game world
  • 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