Dev-Laurin / DefendMarsai

A fireemblem like strategy game.
GNU General Public License v3.0
0 stars 0 forks source link

Defend Marsai

A fireemblem like strategy game.

Design

Enemy Design

Easy

Start with 'Easy' AI where it chooses a unit randomly within range.

Medium

AI picks the weakest unit to attack, priorizing finishing a unit off.

Hard

AI uses a deep search to 'lookahead' at the possible moves and chooses the best path for its advantage.

Impossible

AI model is trained over generations by other AIs.