Skip to content

pusakamanggala/24-game-web-app

Repository files navigation

24 Games

Page Screenshot

A math card game where you use four or six cards in your deck. Find the value of 24 in your card combination. The rules of the game is simple, you have to use matematical calculations based on the value of the cards in your deck. The goal is to get the value to 24. You can use simple mathematical operations ( x - + ÷ ), but remember to use them according to the rules of mathematical operations.

Technologies

This App is built with the following technologies:

For detailed information on these technologies, please refer to their respective documentation.

24 Solver API

Checking and searching for calculation solutions sourced from 24-Game-API

Card Deck API

The combination of card decks as well as its information is provided by Deck of Cards API. For detailed information on how to use this API, please refer to their documentation.

Installation

To use this application, you will need Node.js installed on your computer.

  1. Clone the repository:
git clone https://github.com/pusakamanggala/24-game-web-app.git
cd 24-game-web-app
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev

This will start the development server and open the application in your default browser.

Demo