From 52baa773db71a05ea1d32da04f31b7d050e33275 Mon Sep 17 00:00:00 2001 From: Rodrigo Neves <56725240+r-neves@users.noreply.github.com> Date: Mon, 27 Jul 2020 10:12:36 +0100 Subject: [PATCH] Readme small typo :) (#500) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d4b357e..89cb9bbb 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ If you want to add a new feature or in generally contribute I recommend to get i ### Code -The game is based on a custom engine which itself is based on the YORG.io 3 game egine (Actually it shares almost the same core). +The game is based on a custom engine which itself is based on the YORG.io 3 game engine (Actually it shares almost the same core). The code within the engine is relatively clean with some code for the actual game on top being hacky. This project is based on ES5. Some ES2015 features are used but most of them are too slow, especially when polyfilled. For example, `Array.prototype.forEach` is only used within non-critical loops since its slower than a plain for loop.