From 1e6caa61577b3f16dbc5bb408d666ea48be64ae9 Mon Sep 17 00:00:00 2001 From: Dima Marhitych <106883655+dimkauzh@users.noreply.github.com> Date: Tue, 10 Oct 2023 17:29:43 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bfeb83a..cbb293a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![GitHub last commit](https://img.shields.io/github/last-commit/dimkauzh/webzen) ![GitHub license](https://img.shields.io/github/license/dimkauzh/webzen) +![Lines of code](https://tokei.rs/b1/github/dimkauzh/webzen?category=lines) Webzen is a Go Game Engine that targets WebAssembly, enabling you to build web applications with Go. It helps you build your games easy and fast. This project leverages `syscall/js` to interact with the JavaScript runtime in the browser.