Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matsmaker/scratcher-game
Example use redux with pixijs
https://github.com/matsmaker/scratcher-game
game game-development game-engine ismobilejs pixi pixi-js pixijs pixijs-v5 redux reduxjs typescript webpack
Last synced: 1 day ago
JSON representation
Example use redux with pixijs
- Host: GitHub
- URL: https://github.com/matsmaker/scratcher-game
- Owner: MatsMaker
- License: gpl-3.0
- Created: 2019-09-27T14:44:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:01:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T23:48:05.375Z (about 2 months ago)
- Topics: game, game-development, game-engine, ismobilejs, pixi, pixi-js, pixijs, pixijs-v5, redux, reduxjs, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 4.69 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Description
Example use **redux** with **pixijs**
# How use
### Run dev mode
```
npm start
```
Then go to http://localhost:8080### Make build
```
npm run build
```# Description game
Card size 3*2 fields + filed for bonus
Classic scratcher game where User needs to find 3 symbols to win coins/cash.
Also User has a bonus filed which will contain some guaranteed prize
User scratches the field to check the symbols, in case 3 symbols are the same – User gets a payout.## Screenshots
![Alt text](screenshots/screen_1.png)
![Alt text](screenshots/screen_2.png)