From 89fc53b83f211935e21458b4ef264537fbf3fd6a Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Thu, 2 Nov 2023 02:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0main=E5=BC=80=E5=A4=B4?= =?UTF-8?q?=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.lua | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/main.lua b/main.lua index 961ab69a..89fb67c7 100644 --- a/main.lua +++ b/main.lua @@ -11,13 +11,16 @@ -- * . + . * ` t * , . . ^ ` ^ ` -- -- . _ ` - , ^ * ` ` + * - . + . -- --- Techmino: Galaxy is an improved version of Techmino. +-- Techmino: Galaxy is an super-improved version of Techmino. -- Creating issues on GitHub is welcomed if you also love tetromino stacking game --- Some coding styles: +-- Developer's note -- 1. I made a framework called Zenitha, *most* codes in Zenitha are not directly relevant to the game; --- 2. "xxx" are texts for reading by the player, 'xxx' are string values just used in the program; --- 3. Except "gcinfo" function of Lua itself, other "gc"s are short for "graphics"; +-- 2. This project use Emmylua for better IDE support, recommend to use it if you can; +-- 3. Check file ".editorconfig" for detailed formatting rule (but not exactly, don't change large amount of code with it); +-- 4. "xxx" are texts for reading by the player, 'xxx' are string values used only in code; +-- 5. Most codes are focusing on efficiency, then maintainability and readability, excuse me for some mess; +-- 6. 26 ------------------------------------------------------------- -- Load Zenitha