Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411498 Posts in 69373 Topics- by 58428 Members - Latest Member: shelton786

April 25, 2024, 08:32:19 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsCannon Brawl :: Action RTS
Pages: 1 [2] 3
Print
Author Topic: Cannon Brawl :: Action RTS  (Read 14355 times)
Petey
Level 0
***


View Profile WWW
« Reply #20 on: January 18, 2013, 04:56:50 PM »

Here's a look at our second boss battle. You must build up your base and fight a giant flying airship armed with shields and lasers and cannons!

Logged

Made Cannon Brawl - Worked on ABZÛ - Now making Kingdoms And Castles
hidingspot
Level 1
*



View Profile WWW
« Reply #21 on: January 18, 2013, 10:51:07 PM »

This looks like a blast.  Could you share the general concept of how the destructible environment is implemented with regard to the physics?  I'm curious.
Logged

eigenbom
Level 10
*****


@eigenbom


View Profile WWW
« Reply #22 on: January 18, 2013, 11:33:13 PM »

sweet!
Logged

Petey
Level 0
***


View Profile WWW
« Reply #23 on: January 19, 2013, 10:06:42 AM »

This looks like a blast.  Could you share the general concept of how the destructible environment is implemented with regard to the physics?  I'm curious.

Thanks! As far as gameplay the destructible terrain means that if you blast the land out from under a building, the building will drop and take fall damage. Units that walk also can be stopped by digging holes too deep for them to walk up. We have a building that can create land, so you can 'build bridges' back over those holes.

On the tech side, I'm storing the environment as an image and I render holes into it when you shoot it. Everything raycasts against the image to determine if they are supported or about to hit the terrain. For anything that needs to bounce off I wrote a function that can return an averaged normal for a given location on the ground by casting a bunch of rays.

I want to write a big giant tutorial on how to do the destructible terrain once I get some time...
Logged

Made Cannon Brawl - Worked on ABZÛ - Now making Kingdoms And Castles
hidingspot
Level 1
*



View Profile WWW
« Reply #24 on: January 21, 2013, 08:38:50 AM »

Sounds interesting.  I'd definitely love to read your detailed writeup.  Keep up the good work!
Logged

Toby
Level 0
**



View Profile WWW
« Reply #25 on: January 21, 2013, 02:24:39 PM »

Looks great! How long do matches last? Looks fast-paced enough that it'd be great fun playing against a friend on a big TV.
Logged

cubertron
Level 0
***


View Profile
« Reply #26 on: January 21, 2013, 07:08:13 PM »

great graphics! I am always a fan of these worm like shooting games
Logged
Petey
Level 0
***


View Profile WWW
« Reply #27 on: January 22, 2013, 09:49:30 AM »

Looks great! How long do matches last? Looks fast-paced enough that it'd be great fun playing against a friend on a big TV.

Thanks! And yep, it's pretty fast paced - a typical match is about 5-10 minutes.
Logged

Made Cannon Brawl - Worked on ABZÛ - Now making Kingdoms And Castles
Petey
Level 0
***


View Profile WWW
« Reply #28 on: January 23, 2013, 09:21:03 PM »

I took a break from programming, and tried a new mockup of the king today. He's based on the first version What do you guys think?



All feedback appreciated, I'm still very new to the art side of things Smiley
Logged

Made Cannon Brawl - Worked on ABZÛ - Now making Kingdoms And Castles
Petey
Level 0
***


View Profile WWW
« Reply #29 on: March 06, 2013, 01:44:28 PM »

Here's a new screenshot to commemorate...



our recently released a playable alpha build. You can try it out here:

Download Alpha (0.9)

I'd love your guys' feedback, especially on our story/characters. Get them cannons brawlin!
« Last Edit: March 06, 2013, 03:54:24 PM by Petey » Logged

Made Cannon Brawl - Worked on ABZÛ - Now making Kingdoms And Castles
Seiseki
Level 5
*****


Starmancer


View Profile WWW
« Reply #30 on: March 06, 2013, 03:21:54 PM »

Cool, I'll be sure to check it out and give feedback!
(can't download it, says no mirrors are available :/)

Edit:

I tried it and it was awesome! Really addictive gameplay.

I was afraid that it was going to be a bit fast paced and too much multitasking.
But I think the pace is really good, it puts most of the focus on the strategy.
The controls were quick and effective.

The main issue I found was that the towers felt a bit too easy to use.
Mostly due to the long and precise trajectories shown. At the same time, it needs to be easy for the game to keep up the pace and not get overly confusing.
But I still feel like it could require a bit more aiming skill.

Another thing I thought was lacking is the character design.
The princess for example have great shading and detail, but the pose looks really awkward, stiff and uninteresting.
The rest have a completely different style, but the same poses so I assume they're old ones.

The graphics are quite juicy with lots of effects, but I think more focus on readability could improve the look.
Like thicker outlines and more contrast between foreground and background, using larger details over smaller ones to avoid it looking cluttered, oversize stuff!
« Last Edit: March 06, 2013, 06:32:41 PM by Seiseki » Logged

Petey
Level 0
***


View Profile WWW
« Reply #31 on: March 06, 2013, 07:40:28 PM »

Thanks! Glad you like it!

The main issue I found was that the towers felt a bit too easy to use.
Mostly due to the long and precise trajectories shown. At the same time, it needs to be easy for the game to keep up the pace and not get overly confusing.
Interesting, we do have some towers you unlock in the future that require more skill for optimal results. Overall I've been trying to make the towers easy to use, but require some extra skill to get the maximum damage output. For example with the cannon if you can aim just slightly in front of the target the shot will do damage AND drop the target causing fall damage, but perhaps this is too subtle an effect right now...

Another thing I thought was lacking is the character design.
The princess for example have great shading and detail, but the pose looks really awkward, stiff and uninteresting.
The rest have a completely different style, but the same poses so I assume they're old ones.
I agree, and actually all our characters are placeholder right now. We're going to take a new pass on them soon, we'll probably make them to look older as well.

The graphics are quite juicy with lots of effects, but I think more focus on readability could improve the look.
Like thicker outlines and more contrast between foreground and background, using larger details over smaller ones to avoid it looking cluttered, oversize stuff!
I'm glad you hit on this and I completely agree, the backgrounds and foregrounds tend to compete for your attention. Just today I set up some code that blurs the backgrounds and makes the foregrounds read much better (this'll be in a future build).

Thanks again for the feedback!
Logged

Made Cannon Brawl - Worked on ABZÛ - Now making Kingdoms And Castles
TGoCoGames
Level 0
**



View Profile WWW
« Reply #32 on: March 07, 2013, 11:44:03 AM »

Love the concept and the art style of this game.  Looks really well put together.

I'll be giving it a try ASAP.
Logged

Petey
Level 0
***


View Profile WWW
« Reply #33 on: March 11, 2013, 09:44:26 AM »

Love the concept and the art style of this game.  Looks really well put together.

I'll be giving it a try ASAP.
Awesome, let me know what you think!
Logged

Made Cannon Brawl - Worked on ABZÛ - Now making Kingdoms And Castles
Connor
Level 8
***


Smooth talker, musician. Loves all things 70s.


View Profile WWW
« Reply #34 on: March 11, 2013, 11:12:49 AM »

looks like worms. I WANT THIS SO BAD :OOOOOOO
Logged

Firearrow games
www.firearrowgames.net

blitzkampfer:
https://forums.tigsource.com/index.php?topic=52009.msg1280646#msg1280646

too bad eggybooms ents are actually men in paper mache suits and they NEED to be agile
yadurajiv
Level 0
**


~.^ wut you say?


View Profile WWW
« Reply #35 on: March 15, 2013, 06:02:42 AM »

You guys are news on Gamasutra today Smiley - http://www.gamasutra.com/view/news/188531/How_trial_and_error_helps_and_hinders_in_video_game_design.php
Logged

^___________^

Working on SpellDown!

Catch me on Twitter, Itch or come read my blogs
Petey
Level 0
***


View Profile WWW
« Reply #36 on: March 21, 2013, 08:40:08 AM »

Haha, I saw that. I feel like a real game developer now!
Logged

Made Cannon Brawl - Worked on ABZÛ - Now making Kingdoms And Castles
Petey
Level 0
***


View Profile WWW
« Reply #37 on: April 01, 2013, 04:42:24 PM »


I'm excited to announce a completely new direction for Cannon Brawl! And it all begins with a new name: Cannon Brawl Ville.

Cannon Brawl Ville will be the best free online social combat game on facebook. Immerse yourself in a vibrant 3D battlefield, meet a cast of silly characters with enormous heads relative to their bodies, and play with your friends on an epic grind to win!

For those of you who played the alpha, you might be wondering “how can Cannon Brawl work as a social game on facebook?” To answer that question, we’ve planned some giant improvements:
- Simplification of all previous skill based elements down to single clicks!
- Invite your friends to send you ammunition, buildings, and decorations for the battle!
- Populate the battlefield with your friends, shoot them out of cannons!
- Free to play, but pay to win!

We want to put the ‘social’ back in action strategy!

Let us know your thoughts and get 1,500 free Cannon Brawl Ville Coins when Cannon Brawl Ville launches (virtual currency for use in our upcoming Cannon Brawl Battlefield Decorations in-game store).
Logged

Made Cannon Brawl - Worked on ABZÛ - Now making Kingdoms And Castles
Whiteclaws
Level 10
*****


#include <funny.h>


View Profile
« Reply #38 on: April 01, 2013, 04:49:33 PM »

I don't like that Facebook decision , maybe finish the game first and then make the Facebook version ?
Logged
Landshark RAWR
Level 10
*****



View Profile
« Reply #39 on: April 01, 2013, 05:05:52 PM »

oh make i hope you implement an energy system
Logged

Pages: 1 [2] 3
Print
Jump to:  

Theme orange-lt created by panic