From b3ae6906429430ebf31277afec66b20cbc7e0d8a Mon Sep 17 00:00:00 2001
From: VladimirPirozhenko
<84780377+VladimirPirozhenko@users.noreply.github.com>
Date: Thu, 11 Aug 2022 08:29:31 +0300
Subject: [PATCH 1/2] Initial Readme
---
README.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6a401f6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# AwesomeRunner
+### AwesomeRunner is a 3D runner that you can use to explore code!
+It utilizes game development techniques and patterns such as
+
+- ObjectPooling
+- StateMachine
+- Singleton
+- UI/Logics Separation
+
+The game was made for learning purposes and plain fun!
+It uses free model assets.
+# Screenshots
+
+
From 7b08ab1d0b954a90d256574d2e3146b515fa6904 Mon Sep 17 00:00:00 2001
From: Vladimir Pirozhenko
<84780377+VladimirPirozhenko@users.noreply.github.com>
Date: Thu, 11 Aug 2022 19:30:25 +0300
Subject: [PATCH 2/2] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 6a401f6..31db3db 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ It utilizes game development techniques and patterns such as
- ObjectPooling
- StateMachine
+- Strategy
- Singleton
- UI/Logics Separation