So as you can see, all pretty straightforward stuff. I have basically worked out all the hard parts in what, half an hour? Tapping out all the...
Class Game { public function __construct($tableSize, $players); { // if we change it to $players, it would then be possible to harmonise the...
Class Game { public function __construct($tableSize, $armies); { // This way we can factor in the size of table vs the movement statistics...
So An army is made up of regiments. Regiments are made up of miniatures. Miniatures are made up of statistics. But an army can also have...
We model the spells in the same way we model the miniatures. Spells have a range, we apply a points cost to each inch of the range. We then add...
So this is all wrong at the moment obviously, but we can start to see how we can brake down the problem into small parts. We need to brake all...
Yes, anyone who wants to jump in, and help out! The thing is to start, and then you can see where the problems start to appear. Nothing is as...
Thanks man
So $attirbutes = [name = 'star drake shield', special = 'unmodified', value="-2"] Class Miniature ($coreStats, $attackStats, $name, $attirbutes)...
We are then going to price up the weapon stats. Range 1, attacks 1, to hit 4+, to wound 3 +, rend 0, damage 1. This will be linked to the core...
So first step is to chop up the Saurus Warscroll. Move 5, save 5, bravery 10, wounds 1 We will say Celestite clubs to start with. Range 1,...
Thanks!
Well we see.
Yes, sure. My idea is to first start on a very small scale. I am going to try to balance the units of the Seraphon start collecting, I own and...
Obviously time is an issue. I will try to do something basic. It will not work at first, it will be crap to start with. But it might be able to...
The whole point is to design a system that can take into account over powered buffs. In software its very easy to, system test. The army...
No, for USA maybe, but I don't think for Iraq army they have the luxury of taking equal counter measures.
Yes, a sensible and well thought out point. Nothing in life comes without costs. There is obviously going to be downsides to anything you do....
Context can be factored in very easily. You can take into account all the buffs, the table size everything.
Great! so your starting to see the potential of the system!