Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielmark0116/sudoku
A sudoku Game made with React and Gsap
https://github.com/danielmark0116/sudoku
gsap react sudoku
Last synced: 6 days ago
JSON representation
A sudoku Game made with React and Gsap
- Host: GitHub
- URL: https://github.com/danielmark0116/sudoku
- Owner: danielmark0116
- Created: 2019-09-11T07:37:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T06:34:33.000Z (over 1 year ago)
- Last Synced: 2023-03-05T16:17:33.420Z (over 1 year ago)
- Topics: gsap, react, sudoku
- Language: JavaScript
- Homepage: https://danielmark0116.github.io/sudoku/
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SUDOKU
A Sudoku game made with React and Sudoku-UMD package!
## PLAY IT
You can play the game here: [CLICK](https://danielmark0116.github.io/sudoku/)
Recommended playing in desktops, RWD not yet implemented
## HOW TO PLAY
Simply select the desired difficulty level and input the numbers in empty fields (from 1 to 9). You can do it by first selecting the empty field and then either pressing the number on your keyboard or using the popup window
---
If you want to fork the repo and work on it yourself a little, just clone in to your disk, open and run
`npm install`
and then
`npm run dev` for development web-server (initially on port 3000, you can change it in webpack.config)
or
`npm run build` in order to build the production version to the './docs' folder
#### Packages used
- React
- react-hot-loader
- prop-types
- sudoku-umd
- babel/core babel/cli webpack-dev-server webpack/cli with different plugins, presets and loaders
- gsap---
## FEATURES TO BE ADDED
- logging with google and facebook for saving the game and keeping track of each signed user's score
- top players chart
- some fancy animation trigerred upon solving the sudoku board
- making it RWD---