gaozih/pvzge

By gaozih

Updated 18 days ago

PvZ2 Gardendless, a rewritten "Plants vs Zombies 2" entirely using only Web technologies

Image
Networking
Web servers
23

50K+

gaozih/pvzge repository overview

PvZ2 Gardendless

Official Website: PvZ2 Gardendless

Overview

PvZ2 Gardendless is a fan-made reimagining of the popular game "Plants vs. Zombies 2", built entirely using web technologies. This Docker image allows you to easily deploy and run PvZ2 Gardendless in all desktop platforms.

How to Run

Quick Start (Docker Run)

To run the game, use the following command:

docker run --name pvzge -d -p 8080:80 gaozih/pvzge:latest

The game will be accessible on port 8080 of your host machine, using Chrome/Edge/Firefox to visit http://localhost:8080 to play the game. You can change this by modifying the -p flag (e.g., -p 80:80 to use port 80).

Upgrade

!!! Important !!!: Please export your game save file first, the following step will remove all the data of the game!

First, stop and remove the container:

docker stop pvzge
docker rm pvzge

Then, fetch the newest version of the image from the Docker registry:

docker pull gaozih/pvzge:latest

Finally, recreate the container:

docker run --name pvzge -d -p 8080:80 gaozih/pvzge:latest

Tag summary

Content type

Image

Digest

sha256:aa42d902a

Size

1 GB

Last updated

18 days ago

docker pull gaozih/pvzge