Skip to content

Instantly share code, notes, and snippets.

@martinwairegi
Created July 5, 2022 10:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
export const directions = {
up: "up",
down: "down",
left: "left",
right: "right",
rights: "right",
write: "right"
};
export const nonCommands = {
hello: ["Hi! How's it going?", "Yo!", "Hey there."],
thanks: [
"your welcome, easy fix",
"no sweat, easy fix",
"piece of cake",
"It's not like I have a choice"
]
};
export const colors = {
cornsilk: "255,248,220",
almond: "255,235,205",
bisque: "255,228,196",
navajowhite: "255,222,173",
wheat: "245,222,179",
burlywood: "222,184,135"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment