Welcome to Remi-24, a fun and challenging number puzzle game where players try to manipulate four given integers to achieve a result of 24 using basic arithmetic operations.
- Visit the Remi-24.
- You will be presented with four randomly generated integers.
- Your task is to use addition (+), subtraction (-), multiplication (*), and division (/) to combine these numbers and obtain a result of 24.
Given the numbers: 2, 5, 9, 4
A possible solution could be: ((5+9)*2)-4 = 24
Contributions are welcome! If you have any suggestions, improvements, or find any issues, please open an issue or submit a pull request.
If you want to run Remi-24 locally:
Make sure you have Node.js installed on your machine.
-
Clone the repository:
git clone https://github.com/fairuztsn/remi-24.git
-
Navigate to the project directory:
cd remi-24
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
Visit http://localhost:3000
in your browser to play Remi-24 locally.