Now have enough state to show what's going on in the fight, next is to use graphics and stuff to make it better.

This commit is contained in:
Zed A. Shaw 2025-12-23 00:11:31 -05:00
parent a8863cf687
commit f50e713179
9 changed files with 55 additions and 16 deletions

View file

@ -25,6 +25,7 @@ if build_machine.system() == 'windows'
'-static-libgcc',
'-static-libstdc++',
'-static',
'-flto',
language: 'cpp',
)