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 space for 100 frogs #342

Open
Poobslag opened this issue Nov 1, 2024 · 1 comment
Open

Add space for 100 frogs #342

Poobslag opened this issue Nov 1, 2024 · 1 comment

Comments

@Poobslag
Copy link
Owner

Poobslag commented Nov 1, 2024

Currently I think we have 16 frogs in the game.

I think a player should find about 30 frogs easily in the first hour of playing, which should dwindle down to about one frog every 2-3 minutes. I think the game should take about 3-5 hours to complete. This puts our target somewhere around 100 frogs.

Currently, our frogs are stored in an 8x8 tilemap. This either needs to be a 24x24 tilemap, or we need a few smaller tilemaps, or something else. Let's experiment and see what makes sense.

@Poobslag Poobslag added this to the Improve player experience milestone Nov 1, 2024
@Poobslag
Copy link
Owner Author

Poobslag commented Nov 1, 2024

Each frog will have 8 frames: 2 frames for the 'normal pose', 2 frames for the 'you found me' pose, and then backgroundless versions of each.

If we have bigger 16 x 16 tilemaps, we can fit 32 frogs per tilemap. Four of these tilemaps would accommodate all frogs.

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