
Hexboard
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Hexboard
Source code: https://github.com/foepje12/BoardGame
Tools used
- Unity3D
- Visual Studio Code
- Gimp
How to play
Clicking on a pawn from your team (blue-ish) will highlight the hexes it can move to.
Mountains (gray) are non-passable.
Every unit has life and attack
- Cavalry: 3 2 ( Attack, Life)
- Knight: 2 3
- Archer: 1 1
UNFINISHED
Unfortunately I didn't have enough time to code the actual theme in. The goal was to remove the last rows on both ends every ~2 turns.
Also the pawns do not display their life or attack, which can look a bit weird ingame.
NOTE
This was the first time I've ever made some kind of AI, so the AI in this game is pretty dumb.
However, I've had a lot of fun making it and am pretty pleased with the results.
Source code: https://github.com/foepje12/BoardGame
Tools used
- Unity3D
- Visual Studio Code
- Gimp
How to play
Clicking on a pawn from your team (blue-ish) will highlight the hexes it can move to.
Mountains (gray) are non-passable.
Every unit has life and attack
- Cavalry: 3 2 ( Attack, Life)
- Knight: 2 3
- Archer: 1 1
UNFINISHED
Unfortunately I didn't have enough time to code the actual theme in. The goal was to remove the last rows on both ends every ~2 turns.
Also the pawns do not display their life or attack, which can look a bit weird ingame.
NOTE
This was the first time I've ever made some kind of AI, so the AI in this game is pretty dumb.
However, I've had a lot of fun making it and am pretty pleased with the results.