Coder Social home page Coder Social logo

conway-game-of-life's Introduction

conway-game-of-life

Deployed Website

https://pats-conway-game-of-life.vercel.app/

Objectives

  • Student should be able to create a unique, high-quality project that can be added to a professional portfolio
  • Student should be able to describe the rules of Conway’s “Game of Life”
  • Student should be able to explain what cellular automata are and describe how they are useful in real life
  • Student should be able to correctly analyze the ‘Turing Completeness’ of Conway’s “Game of Life”
  • Student should be able to implement a visualization of Conway’s “Game of Life” using technologies related to their specific track.
  • Student should be able to utilize "double buffering" to implement the game

Features

  • Create a few sample cell configurations that users can load and run
  • Add an option that creates a random cell configuration that users can run
  • Provide functionality to manually step through the simulation one generation at a time, as opposed to animating automatically
  • Allow users to change the dimension of the grid being displayed
  • Grid to display cells.
  • Cell objects or components that, at a minimum, should have:
  • Properties current state: (alive, dead), (black, white)
  • Clickable/Tappable: can be clicked to allow user to setup initial cell configuration should NOT be clickable while simulation is running
  • Behaviors Toggle state functionality: switch between alive & dead either because user manually toggled cell before starting simulation or simulation is running and rules of life caused cell to change state
  • An appropriate data structure to hold a grid of cells that is at least 25x25. Go as big as you want. Text to display current generation # being displayed
  • Utilize a timeout function to build the next generation of cells & update the display at the chosen time interval
  • Button(s) that start & stop the animation
  • Button to clear the grid

conway-game-of-life's People

Contributors

dalgobbopat avatar

Stargazers

Michael Perez avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.