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

Added generation stats, graphic visual. #258

Closed
wants to merge 3 commits into from

Conversation

An0nym0us92
Copy link
Contributor

Provides users with additional insights into the dynamics of the game.

Description

Game Logic: Modify the existing logic to include counters for births and deaths.
Frontend: Design and implement UI elements for displaying the statistics.
Data Handling: Ensure efficient data storage and retrieval for performance optimization.

This is a feature to our Conway's Game of Life that displays the number of live births and deaths occurring in each generation.

Related Issue

Closes #200 , #223

Motivation and Context

Enhances the educational value by highlighting the patterns and rules governing cell changes.
Supports analysis and debugging of the game's behavior.

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Screenshots (if necessary):

image

An0nym0us092 and others added 3 commits June 7, 2024 20:46
Provides users with additional insights into the dynamics of the game.
1. Added the feature of generation stats which displays in a separate counter.
2. Added the feature of graphic visuals which is displayed as an overlay over the grid.
Copy link

netlify bot commented Jun 10, 2024

Deploy Preview for eternalgameoflife ready!

Name Link
🔨 Latest commit aaead23
🔍 Latest deploy log https://app.netlify.com/sites/eternalgameoflife/deploys/666757d7390cae0008326212
😎 Deploy Preview https://deploy-preview-258--eternalgameoflife.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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.

Feat: Display Number of Live Births and Deaths
2 participants