gameoflife
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
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
Metadata Files
README.md
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:
Visit the link https://www.onlinegdb.com/
Select the programming language on the top right corner(Ruby,Pearl,Go).
Copy the respective programming languge code for the game of life present in the code folder.
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
- Repositories: 1
- Profile: https://github.com/ushvarma
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
- Homepage: https://github.com/ushvarma/gameoflife
- Documentation: https://pkg.go.dev/github.com/ushvarma/gameoflife#section-documentation
- License: MIT
-
Latest release: v1.0.0
published almost 6 years ago