From 93d6f26ecfeeac887124fac526710b465e552736 Mon Sep 17 00:00:00 2001 From: Frank Force Date: Wed, 29 May 2024 15:17:32 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60384b91..f22361c1 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ LittleJS is a small but powerful game engine with many features and no dependenc ## Demos +These example projects are provied both for learning and for using as starter projects to create your own games. + ### [Starter Project](https://killedbyapixel.github.io/LittleJS/examples/starter/) - Clean example with only a few things to get you started ### [Breakout](https://killedbyapixel.github.io/LittleJS/examples/breakout/) - Block breaking game with post processing effect ### [Puzzle Game](https://killedbyapixel.github.io/LittleJS/examples/puzzle/) - Match 3 puzzle game with HD rendering and high score tracking