Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ushvarma
  • License: mit
  • Language: Perl
  • Default Branch: master
  • Size: 280 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created almost 6 years ago · Last pushed almost 6 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

Build Status DOI

GameOfLife

The Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves.

Each generation, a cell C is alive 1 or dead 0.\ In the next generation each cell C is alive or dead \ depending on a count of its neighbours N

| Now | Neighbors | Next | | ------------- | ------------- | ------------ | | 1 | 0,1 | 0 # Lonely | | 1 | 4,5,6,7,8 | 0 # Overcrowded| | 1 | 2,3 | 1 # Lives | | 1 | 3 | 1 # It takes three to give birth! | | 1 | 0,1,2,4,5,6,7,8 | 0 # Barren |

Example of one Instance of Game of Life:

Steps for executing the code:

  1. Visit the link https://www.onlinegdb.com/

  2. Select the programming language on the top right corner(Ruby,Pearl,Go).

  3. Copy the respective programming languge code for the game of life present in the code folder.

  4. Click on run at the top and check the output screen as the game of life is displayed.

Evaluation of Work

Visit the link https://docs.google.com/spreadsheets/d/1cYCGiiqwOXcH7xveMVOphOmT0MoK0BAt6QrtL8388rQ/edit#gid=0 and:

1.Pick one key from the table in the spreadsheet. Click the checkbox after saving key. (Only pick the key for which the checkbox is clear)

2.Once the debugging is done come back to this sheet and fill the data in the row assigned for your key

Owner

  • Name: Sri Harsha Varma
  • Login: ushvarma
  • Kind: user
  • Location: Raleigh
  • Company: CS Grad Student NCSU

GitHub Events

Total
Last Year

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
proxy.golang.org: github.com/ushvarma/gameoflife
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 7.3%
Average: 7.6%
Dependent repos count: 7.8%
Last synced: 11 months ago