Skip to content

Puzzle-themed RPG built using vanilla JavaScript (along with strawberry HTML and chocolate CSS, of course). First time using OOP in the real world! ๐Ÿ˜…

Notifications You must be signed in to change notification settings

chrislush/mousetrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Mousetrap

Renowned private investigator Tom D'Auvergne is hot on the heels of his latest lead. All clues have led him here, but little does our sleuth know, a trap has been laid, and it's up to this cunning mouse to puzzle his way out.

SPOILERS!!!

Answers to puzzles:

Puzzle 1: 50

Puzzle 2: 2, 2, 9

Puzzle 3: 50

Puzzle 4: The number and shape of the tile in row i column j (where row 1 is the topmost row and column 1 is the leftmost column) are given by the entries [i - 1][j - 1] of the following arrays:

[[1, 3, 5, 2, 4],

[3, 2, 4, 5, 1],

[5, 4, 3, 1, 2],

[2, 5, 1, 4, 3],

[4, 1, 2, 3, 5]]

[["diamond", "star", "circle", "square", "hexagon"],

["square", "circle", "diamond", "hexagon", "star"],

["star", "square", "hexagon", "circle", "diamond"],

["hexagon", "diamond", "square", "star", "circle"],

["circle", "hexagon", "star", "diamond", "square"]]

EVEN BIGGER SPOILER!!!

Exit code: 1203

About

Puzzle-themed RPG built using vanilla JavaScript (along with strawberry HTML and chocolate CSS, of course). First time using OOP in the real world! ๐Ÿ˜…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published