Plan of attack

66666666666

Gitlab repo: https://gitlab.com/jttaufa/coolbananaspyweek

Awards


Beautiful Hexagon Gradients
Presented by LeopardShark

Give this entry an award

Scores

Ratings (show detail)

Overall: 2.4
Fun: 2
Production: 2
Innovation: 3.3

40% respondents marked the game as not working.
Respondents: 6

Files

File Uploader Date
66666666666-0.1.zipfinal
A dungeon crawler / turn-based strategy experiment based on hexgrids
scott 2019/03/31 12:53
pyweek27_plan.png
Plan of attack
scott 2019/03/28 06:08
pyweek27_hex_dungeon.png
overview screen
scott 2019/03/28 06:07

Diary Entries

A dungeon battle

A planned battle

Hi all,

We're attempting to create a game with a few parts:

  1. Your group of 6 units enters rooms in a hex grid dungeon
  2. When you enter a room, you have to defeat everyone in the room to progress. The room is also a hexgrid (see picture above).
The battles proceed in a turn-based style. Each turn goes like this:

  1. 6 dice are rolled
  2. Each number is the number of turns that a unit can take, and you can assign them as you like
  3. A plan is created for each unit, which consists of moving and attacking (up to the number of moves)
  4. The AI makes a similar plan
  5. The two plans are executed simultaneously, with units with the lowest number of moves going first

The turns continue until all the enemies, or all the players units are dead.

Unfortunately, a lot of pieces are still missing, most importantly any interface for doing the planning. I hope that we'll get something in, but it's more likely to be a demo than anything polished.

Hope everyone else's pyweeks are going well!

2 comments