https://github.com/tronghieu60s/pvz-garden
A tree planting game project based on the famous game PVZ. 🌳
https://github.com/tronghieu60s/pvz-garden
game reactjs webpack
Last synced: 4 months ago
JSON representation
A tree planting game project based on the famous game PVZ. 🌳
- Host: GitHub
- URL: https://github.com/tronghieu60s/pvz-garden
- Owner: tronghieu60s
- License: mit
- Created: 2021-08-27T12:13:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T13:05:22.000Z (over 3 years ago)
- Last Synced: 2025-01-04T13:07:27.731Z (6 months ago)
- Topics: game, reactjs, webpack
- Language: JavaScript
- Homepage: https://tronghieu60s.github.io/pvz-garden/
- Size: 9.66 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PVZ Garden Game


## Sources
Images: https://plantsvszombies.fandom.com/wiki/Peashooter
Soundtrack: https://www.nhaccuatui.com/playlist/plants-vs-zombies-1-soundtrack-laura-shigihara.8GPJbMyb5axu.html?st=14
## Installation
**We recommend using `yarn` on this project.**
Run command line below:
```bash
$ cd garden-game
$ yarn install
```## Usage
Run development:
```bash
$ yarn serve
```Run production:
```bash
$ yarn build
```## Contributing
Pull requests and stars are highly welcome.For bugs and feature requests, please create an issue.