From 34cb120b23773ab1f2b5ddfcd1ecec20fcae402d Mon Sep 17 00:00:00 2001 From: Frank Force Date: Mon, 8 Jan 2024 13:11:57 -0600 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57c7bb35..d8489961 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ ## All aboard! -LittleJS is a super lightweight open source HTML5 game engine designed for modern web development. With its fast hybrid rendering system, it offers a comprehensive suite of game development tools from rendering to sound effects. The code is very clean and well documented with a variety of examples to get you started. Choo-Choo! 🚂 +LittleJS is a lightweight open source HTML5 game engine designed for modern web development. +It's small footprint is packed with a comprehensive feature set, including hybrid rendering, physics, particles, sound effects, music, input handling, and debug tools. +The code is very clean and well documented with a several examples to get you started. Choo-Choo! 🚂 +
## [Demo](https://killedbyapixel.github.io/LittleJS/examples/starter/) | [Docs](https://killedbyapixel.github.io/LittleJS/docs) | [Trailer](https://youtu.be/chuBzGjv7Ms) | [Discord](https://discord.gg/zb7hcGkyZe) | [Tutorial](https://github.com/KilledByAPixel/LittleJS/tree/main/examples/breakoutTutorial)