From 53ae082bd9f67185407c49b1a5da8489ca219614 Mon Sep 17 00:00:00 2001
From: Dima Marhitych <106883655+dimkauzh@users.noreply.github.com>
Date: Tue, 10 Oct 2023 17:39:12 +0200
Subject: [PATCH 1/3] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cbb293a..8b6ec88 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-# Webzen - A Go Game Engine that targets WebAssembly!
+
Webzen
+A Go Game Engine that targets WebAssembly!
![GitHub last commit](https://img.shields.io/github/last-commit/dimkauzh/webzen)
![GitHub license](https://img.shields.io/github/license/dimkauzh/webzen)
From cf87f20f470dbcd09ee5e18477dcc010faf3f2b2 Mon Sep 17 00:00:00 2001
From: Dima Marhitych <106883655+dimkauzh@users.noreply.github.com>
Date: Tue, 10 Oct 2023 17:39:34 +0200
Subject: [PATCH 2/3] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8b6ec88..807c6f9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
Webzen
-A Go Game Engine that targets WebAssembly!
+A Go Game Engine that targets WebAssembly!
![GitHub last commit](https://img.shields.io/github/last-commit/dimkauzh/webzen)
![GitHub license](https://img.shields.io/github/license/dimkauzh/webzen)
From 74897403e487a44cc45f07c665662a2ebddd97a0 Mon Sep 17 00:00:00 2001
From: Dima Marhitych <106883655+dimkauzh@users.noreply.github.com>
Date: Tue, 10 Oct 2023 17:47:50 +0200
Subject: [PATCH 3/3] Update README.md
---
README.md | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 807c6f9..e26be97 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
Webzen
A Go Game Engine that targets WebAssembly!
-![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.
@@ -30,6 +32,7 @@ To run the example provided in this repository, follow these steps:
```shell
git clone github.com/dimkauzh/webzen.git
```
+
2. Navigate to the project folder:
```shell