Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'lights on' mode #81

Open
strakam opened this issue Oct 7, 2024 · 0 comments
Open

Add 'lights on' mode #81

strakam opened this issue Oct 7, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@strakam
Copy link
Owner

strakam commented Oct 7, 2024

Original implementation of generals.io and this simulator is such that all games are partially observable (there is a fog-of-war).

It would be cool if there was a 'lights on' mode, where all the information is available to all agents (no fog-of-war).
This would bring nice things:

  • New game mode, where agents can use tree search algorithms like minimax or dijkstra
  • Make easier version of the game, where it should be easier to debug stuff.

Note: the 'lights on' mode is just one mode of many possible. Other modes like "see only owned squares and nothing else" would be a straightforward addition.

@strakam strakam added enhancement New feature or request help wanted Extra attention is needed labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant