Skip to content

2-people project for the theme "Lost and Found". Our final product is a themed maze game. 06-30-2021 to 07-02-2021

Notifications You must be signed in to change notification settings

rkbrian/Hackathon_Holberton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon Project: "Lost and Found"

This was assigned as a 2-day team project: design anything (software, web application, game, etc.) for the theme "Lost and Found". Our final product is a themed web game called "The Lost Temple", which is to solve a maze in limited time.

Contributors:

Brian Kong (me) - software engineer, learning to code at Holberton School since Jan, 2021, specialization and passion in Low Level & Algorithms.
LinkedIn: https://www.linkedin.com/in/ran-kong/
Email: [email protected]

Simon Sun - software engineer, learning to code at Holberton School since Jan, 2021, specialization in web development.

Theme story

According to Maya wheel calendar, today is the end of the world!
However, we still have a chance! Indiana Jones is looking for a magical treasure in the lost temple that could save us all!
Can you help him?

Game Features

  • Use arrow keys to move Jones in a random maze to the treasure location.
  • Choose your levels for different maze size.
  • A countdown timer to remind you it’s an emergency.
  • A wheel clock representing the Maya calender to remind you today is the end of the world.

Design Techniques

  • Js code (DOM);
  • Binary translation of wall cases;
  • Test neighbor cell “passable” in randomly selected direction.

Access Page

Open in local (suggested): clock.html
Server up: our server is NOT guaranteed available all the time, click here

Game Endings


Popup Window of Winning


Popup Window of Lost

Design Progress

I developed the maze, the page layout, and the game ending messages, Simon developed the wheel clock and the maze level switch buttons.
Our major difficulty was the alignment issue during our work combine. The clock would not stay in the expected positions when the page window size is changed. Since it was a 2-day project, it was not a big issue.
Minor typo exists in the page description.

About

2-people project for the theme "Lost and Found". Our final product is a themed maze game. 06-30-2021 to 07-02-2021

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.9%
  • HTML 22.2%
  • CSS 1.9%