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

Fixed Map Generation #45

Open
kchevali opened this issue Jan 20, 2024 · 1 comment
Open

Fixed Map Generation #45

kchevali opened this issue Jan 20, 2024 · 1 comment
Labels
unit test Create unit test for a feature

Comments

@kchevali
Copy link
Collaborator

Allow fixed maps to be created that will always be generated the same for repeatability of testing. This is a tool to help build unit tests.

@kchevali kchevali added the unit test Create unit test for a feature label Jan 20, 2024
@wodrichw
Copy link
Owner

Also good for performance testing. Will want to make fixed map generation a separate executable as to not interfere with the existing game code.

Make infrastructure in the map which can easily generate a prebuilt layout. Maybe just a function which takes an array of characters which describes walls, ants, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unit test Create unit test for a feature
Projects
None yet
Development

No branches or pull requests

2 participants