Monthly Archives: August 2016

Hex Map Pathfinding

Adding pathfinding over the hex map was a lot easier than I thought it was going to be. I use the same A* function as in ArmCom 1, just modified a little for hexes. Right now it’s used for road … Continue reading

Posted in Uncategorized | Leave a comment

Armoured Commander II

Armoured Commander II is a tank commander roguelike gameset in the Second World War.Download Free Version 3.0.2 for Windows

Posted in Uncategorized | Leave a comment

Bare-bones Basic Gameplay

Added in a simple concealment/spotting system and added functions to handle removing destroyed units and platoons that have lost all their members. It’s now possible to discover and destroy enemies on the game map. The very brief window that flashes … Continue reading

Posted in Uncategorized | Leave a comment

Expanding the Map

View post on imgur.com After working on map movement and re-organizing some internal systems so that units are grouped into platoon-sized units, I tried expanding the visible map area and it worked well. I had to lose the message window … Continue reading

Posted in Uncategorized | Leave a comment

Target Animation

View post on imgur.com Added ability to target units and a very simple firing animation. There’s also a basic to-hit calculation running in the background.

Posted in Uncategorized | Leave a comment

The Road to Moscow

Some steady progress recently: added in road generation and display, and improved the way that the map viewport is drawn so that it will be much more efficient.

Posted in Uncategorized | Leave a comment