Skip to content

Commit

Permalink
更新main开头的说明
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Nov 1, 2023
1 parent 4546967 commit 89fc53b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89fc53b

Please sign in to comment.