An open API service indexing awesome lists of open source software.

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. 🌳

Awesome Lists containing this project

README

        

# PVZ Garden Game

![version](https://img.shields.io/github/package-json/v/tronghieu60s/garden-game)
![code-size](https://img.shields.io/github/languages/code-size/tronghieu60s/garden-game)
![license](https://img.shields.io/github/license/tronghieu60s/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.