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

Rethink inline seq solution size cost #241

Open
alexheretic opened this issue Oct 24, 2020 · 1 comment
Open

Rethink inline seq solution size cost #241

alexheretic opened this issue Oct 24, 2020 · 1 comment

Comments

@alexheretic
Copy link
Member

I wonder if the game should count solution sizes for inline seq differently. Right now they don't have any solution size cost, I did this so as to not "punish" players for declaring var constants / not encourage magic numbers. But that can be abused by encoding lots of a solution into a inline sequence.

Maybe it would be better to have each inline seq item +1 to solution size? So seq foo[] = 1, 2, 3 would count +3 to solution size. On the other hand, maybe it's more fun as an exploit?

@alexheretic
Copy link
Member Author

Also review the cost of foo[123]

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

No branches or pull requests

1 participant