Skip to content
Electr0 edited this page Apr 24, 2026 · 3 revisions

Welcome to the Gardener's Decomp wiki!

This page serves as the documentation for developing your PvZ Mod.

IMPORTANT: The documentation is meant to help you understand the structure of the game, and how you can implement different features. This isn't a tutorial.

You can start by learning the basics of the decompilation: LawnApp

LawnProject is the internal name of the decompilation. This name will be used to refer to the decompilation onwards.

Notice

While inside the codebase you might notice several comments like:

// "some message" - Author

These are explanations for some 'weirder' pieces of code

Clone this wiki locally