Prep Engine is a lightweight, top-down 2D game engine written in plain JavaScript. It provides a small core for scene management, a simple physics system (AABB and circle support), a central renderer, and utilities to build interactive examples quickly.
Contributing
- Keep the code simple and readable. This project prefers clarity over micro-optimizations.
- Add tests or examples to
examples/when you add new APIs.
Documentation
- Browse the HTML docs at docs/index.html.
The engine is currently in early development.
Prep is licensed under the MIT License. See LICENSE for more information.
