https://github.com/mafromist/horse-racing-game
Horse Racing Game
https://github.com/mafromist/horse-racing-game
babel scss vue-cli vue-sfc vue3 vuejs vuex
Last synced: about 2 months ago
JSON representation
Horse Racing Game
- Host: GitHub
- URL: https://github.com/mafromist/horse-racing-game
- Owner: mafromist
- Created: 2024-12-03T00:31:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T12:43:27.000Z (5 months ago)
- Last Synced: 2025-02-04T17:49:53.168Z (3 months ago)
- Topics: babel, scss, vue-cli, vue-sfc, vue3, vuejs, vuex
- Language: Vue
- Homepage: https://horse-racing-game.netlify.app/
- Size: 353 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# horse-racing-game
The game will generate 20 horses at first. Then you can watch the race within 6 rounds and each round will have a winner.
Here is the first UI Design on Figma for this project, designed by me.
### What I achieved on the Project
### What I designed on Figma
Optional Interactivity for the game: Each rounds' first 3 winner horses will increase their Performance Point from 5 to 15 points and the rest of the racing horses will lose from 1 to 7 points.
## Project Features
- Vue 3
- Vuex Store
- Vue Router
- SCSS
## Project setup
```
npm install on the root
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).