https://github.com/dailystudio/your1024plus
https://github.com/dailystudio/your1024plus
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dailystudio/your1024plus
- Owner: dailystudio
- Created: 2024-11-30T15:58:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T15:09:37.000Z (11 months ago)
- Last Synced: 2024-12-30T21:15:51.597Z (10 months ago)
- Language: Vue
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1024 Game
This is a simple number puzzle game built with Vue 3 and Vite.
## How to Play
1. **The Goal:** Reach the target value of 1024 using the four given numbers.
2. **The Numbers:** You are presented with four numbers, all powers of 2 (e.g., 2, 4, 8, 16).
3. **The Operations:** Use the basic arithmetic operations (+, -, *, /) to combine the numbers.
4. **Input:** Enter your expression in the input field (e.g., (8 + 2) * 4 / 16).
5. **Submit:** Click the "Submit" button to check your answer.
6. **New Numbers:** If you're stuck, click the "New Numbers" button to get a fresh set of numbers.## Getting Started
1. Clone the repository: `git clone https://github.com/your-username/1024-game.git`
2. Install dependencies: `npm install`
3. Start the development server: `npm run dev`## Technologies Used
* Vue 3
* Vite