Page 1 of 1

[FTEQW][REL] Shoot Your Goo

Posted: Sun Aug 04, 2019 8:38 pm
by Shpuld
Image


Me and my friend took part in the Game Maker's Toolkit Game Jam 2019 this weekend. The entire game was made in 48 hours.
We made a nice little 3d puzzle platformer in FTEQW where you have to reach the goal in a golf-like game where you shoot your little slime blob around and collect diamonds and powerups.

I did all the code and most 3d models and textures, while my friend made most of the maps and all the sounds and music.

Tools used:
- FTEQW & FTEQCCGui
- Blender
- GIMP
- NetRadiant Custom (https://github.com/Garux/netradiant-custom)
- SunVox
- Audacity

Check out the game itself and more screenshots at the itch.io page!

https://shp.itch.io/shoot-your-goo

Re: [FTEQW][REL] Shoot Your Goo

Posted: Fri Aug 09, 2019 5:07 pm
by Julius
Video is much nicer: https://youtu.be/NQg11_lrdro

This is the source-code for it?
https://github.com/shpuld/gmtk19

Pretty awesome game :)

Re: [FTEQW][REL] Shoot Your Goo

Posted: Sat Aug 10, 2019 8:21 am
by Shpuld
Yep, that's the source there, we used the git to sync our work while developing but also made the source public nicely. It should be MIT if I didn't remember to put a license file in, can't remember if I did.

Re: [FTEQW][REL] Shoot Your Goo

Posted: Sat Aug 10, 2019 10:29 am
by Julius

Re: [FTEQW][REL] Shoot Your Goo

Posted: Sat Aug 10, 2019 3:40 pm
by Shpuld
Thanks a lot Julius!

Re: [FTEQW][REL] Shoot Your Goo

Posted: Sat Aug 10, 2019 4:56 pm
by toneddu2000
Sooo cute! I loved how the ball squishes and streches during shoot, very fun game!
Thanks a lot as always to have shared the code, and compliments to leonovsky too!

Re: [FTEQW][REL] Shoot Your Goo

Posted: Sun Aug 11, 2019 4:35 am
by frag.machine
Nice little game, shpuld.
Also, these small projects have additional value as tutorials, I have been studying them and learning a lot on CSQC and FTEQW in general.
Keep the good work!

Re: [FTEQW][REL] Shoot Your Goo

Posted: Wed Aug 14, 2019 5:15 am
by Shpuld
Thanks toneddu2000 and frag.machine! I'm glad the code is useful for you!