Crack-O-Date is a fun and educational math puzzle game where you create equations using today's date digits and various operators. The goal is to make both sides of the equation equal.
- Display today's date and current year
- Create equations using date digits and operators
- Three difficulty levels: Easy, Medium, and Hard
- Save and view your solutions
- Responsive design for mobile and desktop
- Keyboard shortcuts for quick input
- Clone the repository:
git clone https://github.com/damonaw/crack-o-date.git
- Navigate to the project directory:
cd crack-o-date
- Open
index.html
in your web browser to start the game. - Use the date digits and operators to create equations.
- Click the "Check" button to validate your equation.
- View your solutions and stats in the "Solutions" section.
- Create equations where both sides are equal using today's date digits and operators.
- Use the provided operators:
+
,-
,*
,/
,%
,(
,)
,^
.
- Easy: Use any date digits in any order. 1 point per correct solution.
- Medium: Must use all date digits in order. Points based on operators used.
- Hard: Must use all date digits in order and use
+
,-
,*
, and/
operators. Double points!
- Add date digits:
0
-9
- Add operators:
+
,-
,*
,/
,%
,(
,)
,^
- Switch between left/right side:
Tab
- Check equation:
Enter
- Remove last element:
Backspace
- Clear equation:
Esc
This project is licensed under the MIT License. See the LICENSE file for details.