Skip to content

Small error fix #3

@Spacefantasy13

Description

@Spacefantasy13

-- 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions