Bowmaster Winter Storm Status Update

I still working on balancing units but I’ve finished implementing the unit rank system for all of the current units in the game. The rank system (unit level system) allows me to set unit stats and abilities based on a single rank number. So for example I have a function that sets all sorts of stats and AI code based on the rank number for that unit. This makes it easier for me because I can call a single function (e.g. trebuchet.setRank(4)) and all the stats that are relevant for that unit are updated (e.g. hit points, movement speed). The unit AI code also may use this rank number to determine how the unit will think. A low level dragon may fly low and not move around as much as a higher level dragon. A high level shield grunt will block more often than a lower one. A ninja may use more advanced melee attacks at higher ranks.

Continue reading

Bowmaster Winter Storm Beta Status Update

I’ve decided to focus on preparing the current build of Winter Storm for beta release. I still have quite a few homework assignments to complete before the beta is ready to play but stay tuned for updates. I will continue to support the current alpha release with critical bug fixes, but I’ve officially created a branch in development. The next major content revision will be Winter Storm Beta (version 0.1.0.0).

Continue reading

Bowmaster Winter Storm Alpha Status Update

Development on game balancing is underway. Currently I’m working on making unit strengths and abilities scalable as the levels increase. This means that the same type of unit will have increased stats and more challenging AI as the game level increases. For example, a low level shielded grunt will not block as often as a high level one, and a low level archer will not move around as often or as a fast higher level one.

Continue reading

Hello, My name is Jason and I am a Projectile

Hey people. I hope everyone’s new year is going well and that you all got everything you wanted (or deserved >:| ) this holiday season. I’ve mostly been enjoying some time off by visiting with family, playing video games, and snowboarding but I did manage to put some time into game development. I took a little bit of a break from Winter Storm to work on a few updates to Bowmaster Prelude. Yeah, I still go back and tweak my old games from time to time. The latest update to prelude features some much needed user interface changes for sound controls along with a new in-game stats display which shows such things as your accuracy and greatest damage dealt for the current round. I also replaced the intro narration with my friend Kris Kowal’s voice as well as bumped up the quality of all the sounds. Go check it out if you haven’t yet.

Continue reading