- Notifications
You must be signed in to change notification settings - Fork4
A tower defence game made for My First Game Jam: Winter 2023.
License
JROB774/grow-your-guarden
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A survival tower defence game made forMy First Game Jam: Winter 2023 Edition,where the goal of the jam was to create a game around the theme ofGrowth. As a result the game features the concept of growingplants as defences to defend a tree from waves of incoming enemies. A download for the game can found over onitch.io where there is also a browser version available to be played.
The game was developed in C++ usingSDL2, with the web port being developed usingemscripten.
After cloning the repository you will need to rungit submodule update --init --recursive to setup submodules.
The game can then be built by running thebuild\win32\build.bat script with a build profile as the first argument. The following buildprofiles are available:
win32which builds the Windows version of the game.webwhich builds the Web version of the game.toolswhich builds auxiliary tools used for development.
Builds also accept an extra argumentrelease which can be used to build the optimized release version of the game.
There are also scripts available for building a version of the game on MacOS, this version has not been properly tested or released butis available for anyone who wants to build the game locally for their Mac. Due to the code using SDL2 it should be relatively easy toalso build and port the game to a variety of other platforms (e.g. Linux).
The project's code is available under theMIT License.
About
A tower defence game made for My First Game Jam: Winter 2023.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.