A throwback to one of my favourite childhood games, Banjo-Kazooie. This is a memory card game built in React using a variety of hooks, including audio hooks. It was created in just 2 weeks while learning React after finishing my coding bootcamp in 2021. Tweaks have been made here and there since.
- Player name
- Remaining tries counter
- Final score
- Music on/off toggle
- Different endings
After cloning this repository:
- Enter the directory with
cd react-concentration
- Make sure Node 20 is installed and set. If not, run
nvm install 20 --lts
to download the latest stable release and set it. - Install dependencies with
yarn install
. - Run the app in development mode with
yarn start
. - Open http://localhost:3000 to view it in the browser.
This project was created using Create React App. For more information, see the documentation there.
You can play the latest build hosted here: https://banjo-kazooie.netlify.app/