Adventure Game Studio

AGS Games => Completed Game Announcements => Topic started by: eri0o on Mon 28/01/2019 12:17:16

Title: Hell's Puppy - GGJ19 - Win, Linux, Android
Post by: eri0o on Mon 28/01/2019 12:17:16
Hell's Puppy

Windows Download (https://github.com/VacaRoxa/dogfromhell/releases/download/1.2.0/hellspuppy_windows.zip) | Linux Download (https://github.com/VacaRoxa/dogfromhell/releases/download/1.2.0/hellspuppy_linux_sdl2.tar.gz) | Android on Google Play (https://play.google.com/store/apps/details?id=com.vacaroxa.hellspuppy) | Source Code (https://github.com/VacaRoxa/dogfromhell/blob/master/README.md#hells-puppy) |  Android Studio Project (https://github.com/ericoporto/vacaroxa_hellspuppy) | Global Game Jam Webpage (https://globalgamejam.org/2019/games/hells-puppy)

Hey everyone, this weekend was Global Game Jam and we made an AGS Game in under 48h, in a bar! It's not a common point and click but can be played with mouse input. It plays better with left and right arrows!

art:: Gabriel Fernandes - bakudas - Ricardo Juchem
code:: Erico Porto
gamedesign:: Marcel - bakudas - team
audio:: Maurício Munky

Expect bugs! Here are some game screenshots

(https://ggj.s3.amazonaws.com/styles/media_responsive_widest/games/screenshots/dogfromhell_2019-01-27_16-03-21.png?itok=2UwOfTocimestamp=1548612452)

(https://ggj.s3.amazonaws.com/styles/media_responsive_widest/games/screenshots/dogfromhell_2019-01-27_16-04-23.png?itok=RswGkPh2imestamp=1548612452)


Title: Re: Hell's Puppy - GGJ19 - Win, Linux, Android
Post by: Click'd on Mon 28/01/2019 12:45:30
Looks really good. From the screenshots alone I have absolutely no clue what the gameplay could be like, though.
Title: Re: Hell's Puppy - GGJ19 - Win, Linux, Android
Post by: Danvzare on Mon 28/01/2019 12:46:41
The art has piqued my interest.
I'll probably download and play this game later today.  :-D
Title: Re: Hell's Puppy - GGJ19 - Win, Linux, Android
Post by: Crimson Wizard on Mon 28/01/2019 13:45:59
I got stuck at the level with "reddish" enviroment (shown at the second screenshot).

After I killed last postman the bone glitched through the floor and dissapeared, and game could not progress.
Title: Re: Hell's Puppy - GGJ19 - Win, Linux, Android
Post by: eri0o on Mon 28/01/2019 14:57:22
Right, this is a race condition I need to solve, ideally I need to move all collisions checks to either repeatedly execute or repeatedly execute always, right now is mixed because some blocking event on the enemy or bone I think.

Game is saved everytime the level loads and you can load the save using the go back button on top left - today we can't reset the current room, so this is my fake reset.

You can also ctrl+x and just go to whatever room you want.

I used Khris alternative Keyboard, Crimson Wizard Timer Module, FakeScreen (I don't remember the author), Agsblend (maybe Calin Leafshade? I forgot the author), and the amazing Tween module from Edmundito (the cards are done with Tween).

Everything is a character and things receive a changeroom to a TRASH room, when destroyed. When I need to spawn something, I pick things back from the trash room if possible. If you guys are curious about something, ask me and I will try to explain.
Title: Re: Hell's Puppy - GGJ19 - Win, Linux, Android
Post by: Matti on Tue 29/01/2019 10:26:10
Fun little game :-D Not bad for two days of work!

I needed a minute or two to figure out that I had to get the bones back to the basement  ;) I didn't encounter any bugs though.
Title: Re: Hell's Puppy - GGJ19 - Win, Linux, Android
Post by: Cassiebsg on Tue 29/01/2019 12:37:43
Looks cool eri0o!  (nod)
no wonder you vanished.  (laugh)
Think I'll try the android version later today.

BTW, a little extra detail and you could have joined MAGS as well (2 or the 3 requirements are already done... made with AGS and in january... all you need is for it to fit the topic ;).
Title: Re: Hell's Puppy - GGJ19 - Win, Linux, Android
Post by: selmiak on Tue 29/01/2019 13:19:29
I had fun!

https://www.youtube.com/watch?v=nCoi0PT_Bk0


And I managed to avoid the bugs by playing good and skilled ;) 8-)
Title: Re: Hell's Puppy - GGJ19 - Win, Linux, Android
Post by: eri0o on Thu 31/01/2019 00:11:27
@Selmiak thanks for recording it! I added  your video to the game README (https://github.com/VacaRoxa/dogfromhell).

@Cassiebsg I just noticed that I think I never participated in a MAGS... Gotta do it this year!

@Matti Yeah, I didn't noticed that we didn't tell the player in any way how to play, but somehow people eventually seem to figure out, which is kinda crazy. It's like old NES games that made no sense but then made some xD

Title: Re: Hell's Puppy - GGJ19 - Win, Linux, Android
Post by: Shadow1000 on Thu 31/01/2019 01:04:15
Fun little game! I also got stuck in the same room as Crimson Wizard and had to reset a few times. Good concept!