SFML community forums

General => SFML projects => Topic started by: SpectreNectar on November 27, 2015, 11:37:28 am

Title: A Goblin's Xmas Tale
Post by: SpectreNectar on November 27, 2015, 11:37:28 am
http://www.youtube.com/watch?v=nw_e3ZbAEoY

Out now!
Itch.io: http://giant-goblin-studio.itch.io/a-goblins-xmas-tale
GameJolt.com: http://gamejolt.com/games/a-goblin-s-xmas-tale/110149
IndieGameStand.com: https://indiegamestand.com/free-games/2318/a-goblins-xmas-tale/
64Digits.com: http://www.64digits.com/games/index.php?cmd=view_game&id=5884


A Giant Goblin's Xmax Tale
In this 4th-wall-breaking game you take control of the Giant Goblin who has just shot down Santa on Xmas night. Together, you and the Giant Goblin will go on a merry-old-fashioned-evil-ghost-candy-killing-holiday rampage, to maybe save Xmas from the jerk, Valdeze, who has stolen the naughty-and-nice-list and all the presents.


(http://games.64digits.com/5884/anim3.gif)

(http://games.64digits.com/5884/anim1.gif)

(http://games.64digits.com/5884/anim4.gif)

(http://games.64digits.com/5884/anim2.gif)


Website: http://giantgoblinstudio.com
Twitter: https://twitter.com/Giant_Goblin_S
Facebook: https://www.facebook.com/GiantGoblinStudio
Title: A Goblin's Xmas Tale
Post by: eXpl0it3r on November 27, 2015, 05:24:29 pm
This looks rather interesting. :)

I'm a bit confused though. Is this co-op/multiplayer only or does the list only mention that as feature in addition to a solo mode?
Title: Re: A Goblin's Xmas Tale
Post by: SpectreNectar on November 27, 2015, 05:55:43 pm
I'm very glad you think so. I can see how that is misleading, I'll update the description as this can indeed be played single player.
It should also be quite clear from the trailer. Is there a way to embed the Youtube trailer in this post?
Title: Re: A Goblin's Xmas Tale
Post by: eXpl0it3r on November 27, 2015, 07:40:25 pm


Is there a way to embed the Youtube trailer in this post?
Yes, just post the HTTP link and it will convert to an embedded video.

Title: Re: A Goblin's Xmas Tale
Post by: Hapax on November 27, 2015, 11:12:38 pm
This looks rather thorough. Nice work :)

It would be a good idea to post some information about how you used SFML in this project.
Title: Re: A Goblin's Xmas Tale
Post by: SpectreNectar on November 28, 2015, 01:07:06 pm
Thank you very much. And I'm glad you mention it.
This game relies entirely on SFML as it uses sf::RenderWindow to open the display, sf::Sprite for all graphics (except debug rendering of hit boxes) (and text but that uses sf::Text instead), all events and input go through sf:Event and sf::SoundBuffer handles the sound and many others like sf::Vector2f and sf::Clock are used all the time. So all in all this game is pure SFML. Maybe wrapped inside some helper classes but nevertheless.
I should really use this opportunity to thank the SFML developers and this community as without them this would not have been =) So thanks!