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] 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 +![image](https://user-images.githubusercontent.com/84780377/184069660-e877ba3f-79fc-405e-aff9-b749d782cd14.png) +![image](https://user-images.githubusercontent.com/84780377/184067754-57f43f9d-4dbb-453b-8866-2b02092da3b8.png)