Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Forge is a browser-based, code-only game engine built with TypeScript. It provid
- **Physics**: Native 2D physics engine (rigid bodies, collision detection/resolution, gravity)
- **Audio**: Sound management via Howler.js
- **Animations**: Robust animation system
- **Input**: Keyboard, mouse, and touch input handling
- **Input**: Keyboard, mouse, and gamepad input handling
- **Particles**: Particle system
- **Asset Loading**: Resource management
- **FSM**: Finite state machine implementation
Expand Down
Loading