Skip to content

danielle12hoven/danielle12hoven.github.io

Repository files navigation

Project 1 game idea

USE CSS RESET!!! Otherwise background might not fit entire screen.

Game:

theme ideas (have to have a theme + questions that everyone will know) √- OR, have it be a forest-style background with questions like: - "You are in the woods and it's becoming dark out. You need a fire, what material would you use?" - Answer: "wood"

  • 2 players

  • starting point left bottom

  • 100 dots between start and finish

  • move from point A to B

  • each dot on the board will be a different ID

    • this will allow for you to send your player to every dot on the board
  • Involve a math.random between 1-6 to act as dice

    • this will allow your player to land on a random dot (ID)
    • each dot will have either:
      • a puzzle to solve
      • a short-cut (ladder)
      • a hole (return to dot 1)
  • if player lands on dot X

    • start over
  • else

    • keep playing
  • if player lands on ladder

    • skip to point X ahead in game (short cut)
  • else

    • keep playing
  • for each square create an ID or ARRAY that will allow your players to move there

or instead of dice make them prompts with questions that need to be answered to go to the next spot.

  • if you get the question wrong then you go back to the start
  • each spot has a question that will need to be answered
  • but math random may let you skip that spot

About

Answer riddles to win

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published