Skip to content

Add AI-versus-AI spectator mode and modern GCC fixes - #1

Open
dgdimick wants to merge 8 commits into
slacy:masterfrom
dgdimick:master
Open

Add AI-versus-AI spectator mode and modern GCC fixes#1
dgdimick wants to merge 8 commits into
slacy:masterfrom
dgdimick:master

Conversation

@dgdimick

@dgdimick dgdimick commented Aug 2, 2026

Copy link
Copy Markdown
  • Fixed build on modern GCC and map array bounds
  • Update README with Raspberry Pi build instructions
  • Update README to show to change line 126 in game.c from for (i = 0; i <= MAP_SIZE; i++.... to for (i = 0; i < MAP_SIZE; i++...
  • Add AI versus AI spectator mode with colored teams
  • Add AI spectator views and update build cleanup
  • Rename README for Markdown rendering

@dgdimick

dgdimick commented Aug 2, 2026

Copy link
Copy Markdown
Author

Thanks for the Repo, I've wasted years of my life with this game

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant