Monday, February 6, 2017

Discord: Gauging Interest


 As another option to communicating, I decided to open up a Discord Server for the Chaotic Community.
https://discord.gg/ZwYEpuX

 It's essentially the same as that chatbox on the right - except it can be accessed using the Discord app on phones (or in browser). That way conversations can go a lot faster than 1 message a day.

It also has Voice Comms if you eventually play matches on TradeCardsOnline (or the like) and want to chat with your opponent.

You don't need to register (Although it's advised to), and it's there to gauge interest.

That's it
Malcolm9

P.S A new Coding the Drome Post will be up in the next 1-2 days.

Wednesday, February 1, 2017

Coding the Dromes Part III


 Welcome to Coding the Dromes Part III,

 It isn't the most popular thing to be writing about granted, but I do like to keep tabs on my own progress.


 We begin as we ended yesterday -- The board setup with a Location, the Attack Card Hand, a shuffled deck and Creatures setup.


Time to add the simplest of combat systems - The Player who begins first can now select their Creature and then attack a Defending Creature. If the Dromes do end up getting upgraded to a 3v3 format, movement will be added to this "Action Phase". 

Once a battle is started, the Location's Initiatives are activated and it checks which player should go first (Which usually means Lord Van Bloot due to his stats).


Aand now for the most simple of Combat Systems. (And yes, I did "buff" Tangath's Energy so I could play-test the drome). But here, we return to the State of our First Coding the Dromes. 


The super simple AI picks his attacks at random which arguably does quite a bit of damage to Tangath (due to his poor stats). The Attack Cards damage are all automatically calculated and the drawing of cards is automatic. (Both Sides Energy does Drop).

There are of course - a few bugs ever present (and that I'm aware of)
  • Energy "Bars" not functioning as intended
  • While Challenge, Checks and Elemental Damage do work - External effects like Vine Snare's Earth: Reduce the Opposing Creature's Speed by 25 does not presently work
The Drome is still far away from opening, but it's definitely taking shape.


That's all for now!
malcolm9


Tuesday, January 31, 2017

What Changes do Chaotic would you make?


 Chaotic hasn't been generating any new cards for several years now (Are you surprised by that?), so playing with the same ruleset can be slightly boring.

 It is because of this that some have been playing with additional rules such as "Build Restrictions" such as only using Commons/Uncommons in their deck and so on and so forth.

 Here's my main discussion point though -

What changes would you make to the Game Rules itself to make things interesting?

 Obviously we cannot simply play it with an "Over-powered" rule like allowing 50 build points worth of attacks in a 20 card deck.

 Here are some ways I've been testing with...
  • The Current Location is determined by which space is being attacked.

    This is somewhat of a weird rule but let me explain. Chaotic's game-board is built with each player having their side of the battlefield (or board). Instead of flipping the Location Card for the Attacking player's turn, we flip the location card based on which side of the board the battle takes place in.
    Consequently, this makes it slightly more difficult for the Attacking Player to win a bout (assumedly) but it does make sense when you think about defending player having the home-field advantage from players. Locations aren't necessarily the "make-it or break-it" things in battles (usually) so I think it can be an interesting take. (And make you relook at your location deck)
  • Top-deck Mode

    This is more of a deck-testing tool than an actual change to the rules. Essentially, you remove the concept of Attack Hands and play solely using the top card of your attack deck. This essentially tests your attack deck overall as you can't strategize usage of your attacks (saving some attacks, using your Magma Mights on 5 energy creatures etc). It's a very random and can sometimes help you see flaws with the deck.
  • End of the Line Win (6v6 and up)

    This is an alternative win condition, suppose an enemy attacks and lands on the very end of your side of the board. Add a "Hold" Counter on that creature, if at the end of your turn, the creature with the "Hold" Counter is still there... you would lose the match.

    "WHAT?!?", I hear you exclaim.

    That's fine, allow me to explain... When you think about it, your side of the battlefield is your "territory". If somebody can infiltrate (or fight their way) into your territory and hold it. You essentially are surrounded and fighting between a rock and a hard place. Some Creatures will do this better than others (Xelfe combination, Ere, etc), but it'll promote different deck building strategy. It may make it so MAYBE your Muges shouldn't be too far back. MAYBE you'll need more Defenders... We'll definitely see.
 So have any of you played with any weird rules to the game? Curious to see if there are any. :)

Thursday, January 26, 2017

Coding the Dromes Part II


Hi there!

It's been awhile hasn't it? University (and other Games) has kept me swept away and totally busy. But now with a bit of spare time, I decided to proceed on with an older Project involving Coding the Battledromes.

So what are the progress? Well I decided to start over and use Unreal Engine this time... So there essentially hasn't been any much "progression" if you will since last time.

But of course! If you're still reading this, you'll probably want to see what's been done. I will just briefly go over each thing done.


So we begin with a relatively simple board - Two of my favorite "Dawn of Perim" units are the chosen fighters (rather than the random Velreth and Toxis).


Combat has not been inputted yet... However, the setup for an apprentice battle is more or less setup by the end of the day. With the following features being implemented during the Start-Up (I'll add more as I remember them)
  • The Starting Player is Randomized
  • Location Decks and Attack Decks are shuffled 
  • The Starting Player's Top Card of their Location Deck is flipped Up
  • 2 Attack Cards are drawn for both players.

I know it isn't much (especially compared to how much I did in a day for Unity), but I did try for a cleaner code and spent most of my time bug squashing (ensuring little to 0 problems). And it's also more "exciting" for me to look at - compared to the plain blue background and 2 pictures.




Finally (although not totally relevant and very ugly due to my lack of experience in "art"), A scroller based on the cartoon/anime. This was more of a side-track thing. If I did want to pursue it, I'd probably actually get a friend of mine to help make me a spinner :p

That's all for now. 
Peace
malcolm9