-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
-- Title Sequence
-- Codédex
name = "Maxie" -- Replace with your name!
year = 2025 -- Change to the current year!
key = A -- Keep or change the key! (This is an error, define A as a string to fix. "A")
-- Write code below 💖
part_credits = "Created by " .. name .. ", " .. year
part_start_game = "Press " .. key .. " to start"
-- DON'T CHANGE! :)
-- These will print your concatenated strings!
print(part_credits)
print(part_start_game)
Metadata
Metadata
Assignees
Labels
No labels