Numble is a number-building game inspired by Wordle, developed by Computer Science students from UNJ 2020. The objective of the game is to build numbers using given clues and logic, providing a fun and challenging experience for players who enjoy puzzles and mathematics.
- Interactive number-building gameplay
- User-friendly interface built with React
- Leaderboard to track top players
- Login and registration system
- Timer and scoring system
- Start the game and try to build the correct number based on the clues provided.
- Use the on-screen keyboard to input your answer.
- Submit your answer and receive feedback.
- Try to solve the puzzle in as few attempts as possible to maximize your score.
- Node.js and npm installed on your machine
-
Clone the repository:
git clone https://github.com/MuhammadAlifBudiman/Numble.git
-
Navigate to the project directory:
cd Numble/client -
Install dependencies:
npm install
-
Start the development server:
npm start
The app will be available at http://localhost:3000.
-
Navigate to the server directory:
cd ../server -
Install dependencies:
npm install
-
Start the backend server:
npm start
client/- Frontend React applicationserver/- Backend Node.js/Express API
- Ahmad Bani Faqih
- Chiko Tridipa Siswoyo
- Muhammad Alif Budiman
- Fozan Bebe Moreno
- Alfitra Fadjri
- Zhafran Panggomgomi
This project is for educational purposes.