SFML community forums

General => SFML projects => Topic started by: Mortal on May 11, 2017, 08:59:27 pm

Title: Tower Defence
Post by: Mortal on May 11, 2017, 08:59:27 pm
i was planning to begin with 3D game as my first 3D project, but i have found an old game called Starports when i was looking for assets to make simple tower defence. but unfortunately it doesn't support SFML.

i wrote SFML extension to that engine. since it does exactly what i want to achieve for now.

here game-play video:
http://www.youtube.com/watch?v=hEpNgAeqLuQ

EXE file (https://www.dropbox.com/sh/74am77oa1xypoo8/AAAI9AoR5yUxWINrZb_7724Ya?dl=0)
Title: Re: Tower Defence
Post by: Mortal on May 13, 2017, 08:07:00 am
update
fixed minor bug within sfml input. event mouse position gives sometime wrong values.

i've included exe file.here link (https://www.dropbox.com/sh/74am77oa1xypoo8/AAAI9AoR5yUxWINrZb_7724Ya?dl=0) if someone wants to try it.
Title: Re: Tower Defence
Post by: roccio on May 13, 2017, 09:06:51 am
Very good work
Title: Re: Tower Defence
Post by: Mortal on May 13, 2017, 11:05:09 am
thanks roccio  :)
Title: Re: Tower Defence
Post by: EGYPTIAN CODER on May 14, 2017, 10:25:50 pm
how long does it takes to reach to your level
Title: Re: Tower Defence
Post by: Mortal on May 15, 2017, 05:43:12 am
thanks for compliment. but i'm still a beginner in both C++/OpenGL. all i have done is adding sfml extend (window creation and input handling) to that engine.

i would recommend SFML Game Development book (http://www.bromeon.ch/book/index.html). if you were interesting to learn how to make 2D/3D game engine from scratch.