A daily challenge game. Slide to the given number and aim to get zero - have a practice and play here - Sliders Game
I built this game as a little challenge for myself while my son was home sick from school. Thanks to YouTube Kids and the Switch for keeping him entertained enough for me to crack on.
In reality, the code needs refactoring, but as time is short, I'm leaving it alone to concentrate on other projects. Feel free to make a clone and tidy it up if you're looking to hone your skills.
npm run dev
to view locally
npm run build
to build for deploy
./dist
the build location
I deployed using Netlify.
The site is built with React using Vite. Here are the dependencies you'll need to install -
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@mui/x-charts": "^6.19.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.2",
"react-share": "^5.1.0"