From 5bced0e13084adb084bcd8ceb8a86c952e2bab22 Mon Sep 17 00:00:00 2001 From: Luiz Bills Date: Tue, 16 Sep 2025 20:09:03 -0300 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 86b53ce..c75ee6f 100644 --- a/README.md +++ b/README.md @@ -30,22 +30,24 @@ Litecanvas is a lightweight HTML5 canvas 2D engine suitable for small web games, ## Getting Started -### Installation +You can get started using our [online playground](https://litecanvas.github.io) without installing nothing. -You can get started using our [online playground](https://litecanvas.github.io). +If you want to test locally, just use one of the installation options. -Or installing our package via NPM: +### HTML/CDN -```sh -npm i litecanvas -``` - -Or just create a HTML file and add a ` ``` +### Template + +For those who are familiar with Node/NPM, we have a [basic template](https://github.com/litecanvas/template). + +## API + ### Basic game structure ```js