mdiluz / ttrts

The Tiny Terminal RTS with programmable AI

Home Page:http://mdiluz.github.io/ttrts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game does not store version info

mdiluz opened this issue · comments

The game should store version information.

Version should be represented as MAJOR.MINOR.PATCH.

This will allow the AI and the game to have compatibility checks.

Game now outputs the gamestate and it is stored in the CMakelists and defined in the code

NOTE: This modifies the gamestate file format
fec9c8d