battle-snake / battle_snake

AI Programing Competition Game Server
GNU Affero General Public License v3.0
12 stars 11 forks source link

Feature/health lost per turn #2

Closed nbw closed 6 years ago

nbw commented 6 years ago

Summary

Added a dec_health_points field to specify how much health is lost each turn.

Migrations

Two migrations to add dec_health_points to Game and GameForm tables

Screenshots

screenshot 2018-01-18 21 52 34
Dkendal commented 6 years ago

Looks great, thanks again!