Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A tower defence game made for My First Game Jam: Winter 2023.

License

NotificationsYou must be signed in to change notification settings

JROB774/grow-your-guarden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Development

The game was developed in C++ usingSDL2, with the web port being developed usingemscripten.

Building

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:

  • win32 which builds the Windows version of the game.
  • web which builds the Web version of the game.
  • tools which 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).

License

The project's code is available under theMIT License.


[8]ページ先頭

©2009-2025 Movatter.jp