docs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
2026-02-21 23:53:36 +01:00
parent 3b137fd48e
commit 76964f872d
28 changed files with 301 additions and 28 deletions

View File

@@ -44,6 +44,7 @@ local STATE_HANDLERS = {
local initialized_game = false
--- Initializes game state.
local function init_game()
if initialized_game then return end
@@ -51,6 +52,7 @@ local function init_game()
initialized_game = true
end
--- Main game loop (TIC-80 callback).
function TIC()
init_game()
cls(Config.colors.black)