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