lazyduck037 / ZombieGardenTD

A Plants vs Zombies clone written in C using Raylib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zombie Garden Tower Defense Game

A clone of the popular tower defense game 'Plants vs Zombies' written in C using Raylib.

gameplay

Building

Raylib's Github wiki has information on building and running programs for most platforms. If you're using linux, just build and install Raylib from source (or however you want,) and run:

make

In the root of this project.

Credits

  • Code, sound effects, music, art: James Czekaj
  • *Placeholder sprites: PopCap Games
  • Fonts:

*Placeholder sprites are used only in older commits.

Contributing

This is a personal project I made for learning purposes, so I won't merge any pull requests, but you're free to fork it as long as you include and follow the license.

Libraries

About

A Plants vs Zombies clone written in C using Raylib

License:MIT License


Languages

Language:C 99.5%Language:Makefile 0.5%