Minigame - The Bank Heist (school)

visit project

The Bank Heist is a small game I developed individually to improve my JavaScript logic. The game is built using HTML, CSS, and JavaScript, and consists of two levels:

In the first level, you have to drive a car to the bank without getting caught by the police. In the second level, your goal is to guess a 4-digit code to break into the vault. You get five attempts, and feedback after each guess:

  • A yellow number means it’s correct but in the wrong place.
  • A green number means it’s correct and in the right place.
  • A white number means it’s incorrect.

This was my first playable browser game, and although it’s only available on desktop for now, it’s fully functional!

Used tools:

  • Figma
  • HTML
  • CSS
  • JavaScript