/Game

A set of games powered constructed by Javascript

Primary LanguageJavaScriptMIT LicenseMIT

Game

A set of games powered by Javascript

24Game

Description: The 24 Game is an arithmetical card game in which the objective is to find a way to manipulate four integers so that the end result is 24. And the specific introduction of the algorithm and the implementation is in its own folder.

Soduku

This is a Sokudu Game constructed by React.

Usage

git clone https://github.com/GXwar/Game
cd Game && cd Sudoku
npm install 
npm run build 
npm run start