Similar to Bingo:
Magic Square
Template: Click this link, and share with mrcodeswildride:
new project
Hint: For automatically solving the magic square, use a
while loop.
Similar to Bingo:
Tile Puzzle
Template: Click this link, and share with mrcodeswildride:
new project
Hint: For making the tiles, use the
background-image
style with the
background-position
style.
Hint: For mixing up the tiles, refer to the
shuffle help page.
Similar to Bingo:
Lights Out
Template: Click this link, and share with mrcodeswildride:
new project
Hint: For getting neighboring squares in a grid, refer to the
grid help page.
Hint: For making a random setup, don't simply turn on random
lights, because that might be unsolvable. Instead, think how you would make a
random setup in real life.
Similar to Bingo:
Obstruction
Template: Click this link, and share with mrcodeswildride:
new project
Similar to Bingo:
Maxit
Template: Click this link, and share with mrcodeswildride:
new project
Similar to Hangman:
Taxman
Template: Click this link, and share with mrcodeswildride:
new project
Hint: For determining if a number is a factor, use the
remainder
operator.
Similar to Hangman:
Simon
Template: Click this link, and share with mrcodeswildride:
new project
Hint: For playing beeps, refer to the
beep function page.