Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.03 KB

Typing Maze

Typing Maze Preview

Description

Typing Maze is a typing game that is played in a maze. The player must type the words that appear on the cell to move through the maze. The goal is to reach the flag. For future development, I will add more maps and levels and also a leaderboard to keep track of the fastest times. You can play the game here.

This game was built using Javascript and HTML Canvas. I build this game to learn how to make a smooth animation using HTML Canvas and how to draw only the visible part of the map.

How to play

Simply type the words that appear adjacent to your character to move through the maze. The goal is to reach the flag.

Upcoming Features

  • Change character image
  • Add more maps
  • Add more levels
  • Add a leaderboard to keep track of the fastest times

Credit

This project is highly inspired by this repository