A browser-based puzzle game built with React.
Players must complete four different puzzle challenges to unlock the final question.
Play the game here:
https://sakuraness.github.io/react-game/
- Enter your name.
- Four puzzle challenges are available.
- Players can enter any puzzle in any order.
- After completing all puzzles, the final challenge & hint question is unlocked.
- Solve the final challenge to finish the game.
Puzzle types include:
- Logic puzzle
- Pattern recognition
- Math challenge
- Hidden clue puzzle
- React
- JavaScript (ES6)
- CSS
- GitHub Pages for deployment
- Clone the repository:
git clone https://github.com/sakuraness/react-game.git
- Install dependencies:
npm install
- Start the development server:
npm start


