An open API service indexing awesome lists of open source software.

https://github.com/dailystudio/your1024plus


https://github.com/dailystudio/your1024plus

Last synced: 5 months ago
JSON representation

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