This project is called Shadow Riddles. It uses 2 API (mentioned below) and canvas properties to make a maze game.
-
maze-character-api: This API is used for fetching character info such us the desciption, speed, tourch power, and health.
- Endpoint:
https://maze-character-api.vercel.app/api/characters?id=${playerId}
- Endpoint:
-
riddle-api: This API is used for fetching riddles.
- Endpoint:
https://riddle-api-gamma.vercel.app/api/riddles?id=${idForfetch}
- Endpoint:
- Universal LPC Spritesheet Character Generator: Used for creating character sprites.
- Select the game duration (30 minutes is valid for the first time).
- Pick a character to start the game.
- Navigate through the maze and approach each maze master.
- Each maze master will ask you a riddle.
- Answer the riddle in the top left corner of the screen.
- You will see if your answer is correct or wrong in the top left corner.
- If you answer incorrectly, you will lose 10 health points.
- If you lose all your health points, you will die.
- After answering all the riddles, find the exit marked by two flags.
- If you try to cross the exit without completing all the riddles, you will die.
This project is licensed under ME