diff --git a/README.md b/README.md index 9f6e1b1..60105cf 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # Work In Progress -This engine is still in development but the implemented features include: +This engine is still in development so there **WILL** be breaking changes, but the implemented features include: + - Modular Systems - Behaviour System - 2D Physics Engine(**Not Fully Completed, but usable**) - - Rigid Body Simulations - - Collision Detection (Convex Shape & Circle) - - Collision Resolution (**Not Fully Completed**) + - Rigid Body Simulations + - Collision Detection (Convex Shape & Circle) + - Collision Resolution (**Not Fully Completed**) - Vector2D, AABB, Circle, Line, LineEquation, Projection & Shape Data Types - General Math