Welcome to baseschallenge game! This is a game to train and improve your skills in converting number bases to others, doing this in a fun, simple, and dynamic way. Built with: NextJS, TailwindCSS, Typescript & Figma.
- Join in the baseschallenge website.
- Select the numeric base you want to generate and convert.
- Write the converted number in the input and submit by pressing Enter or clicking the submit button.
- Now, if you make a mistake, the game will show you the correct result and generate another number. If not, it will simply move to the next number, increasing your score.
- After 5 rounds, the game will end and show you the result, allowing you to play again and share with your friends.
🔥 If you have more questions, you can consult our FAQ.
Create a clone of this repository and enter on directory:
$ git clone https://github.com/jotavetech/baseschallenge
$ cd baseschallenge
To run this project you will also need NodeJS installed.
With everything done, install all dependencies with the terminal and run:
$ npm install #or yarn
# after
$ npm run dev #or yarn dev
This game came to my mind while studying about numerical systems in college, and when LukeberryPI released his game 'css2wind', I found the game style a great way to learn CSS. So, I made my version to learn numerical systems and practice, with a slight challenge and fun.