A React-based calculator with standard functions and hidden advanced mathematical features including a mathematical adventure game.
- Basic Calculator: Perform standard arithmetic operations
- Secret Mode: Access advanced mathematical functions
- Adventure Game: Play as Foxafillian in a mathematical fantasy world
# Install dependencies
npm install
# Start the application
npm start
The application will open in your browser at http://localhost:3000.
- Use the number buttons (0-9) to input values
- Click operation buttons (+, -, *, /) to perform calculations
- Press "=" to calculate the result
- Use "DEL" to delete the last character
- Click the calculator display area 5 times
- The secret mode interface will appear with advanced functions
In secret mode, you can:
- Calculate factorials
- Generate Fibonacci numbers
- Check if a number is prime
- Evaluate complex mathematical formulas
- Solve quadratic equations
- Click "Enter Mathematical Adventure" in secret mode
- Play as Foxafillian, a fox with mathematical powers
- Make choices to progress through the story
- Solve puzzles, defeat enemies, and collect items
- Track your health and inventory
- Complete the adventure to become ruler of the Mathematical Realm
This project was built with:
- React
- JavaScript
- CSS
Feel free to fork this project and add your own features or improvements.
MIT