Skip to content

mycmessia/SDLGameTD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDLGameTD

This is a tower defense game based on SDL and a good way to know the basic principles of 2D game engine.

In this project, I implemented command pattern to handle the inputs making it easy to change the commands of different buttons.

State pattern is used to build the player and enemy AI systems.

The project is created by XCode so it is better to see it by that.

There are also some XCode groups in the project which classify these files.

Also I put the four SDL frameworks used in this project in a separate folder so you do not need to find them anywhere else.

If you are using a mac, just make sure you copy all the frameworks into the /Library/Frameworks folder.

Another thing is I use relative directory to link the resources like images and fonts, so if your project reports an error said they can not find resources, you need to change the working directory as shown by the followed image.

You can find this window by Product->Scheme->Edit Scheme


Here is a screen shot of this game and hope you are interested in it.

About

This is a 2D tower defense game based on SDL and a simple game engine which I wrote myself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published