Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schwabnicolas/excel-gameoflife
A game of life made on Microsoft Office Excel.
https://github.com/schwabnicolas/excel-gameoflife
cellular-automaton excel gameoflife vba
Last synced: 11 days ago
JSON representation
A game of life made on Microsoft Office Excel.
- Host: GitHub
- URL: https://github.com/schwabnicolas/excel-gameoflife
- Owner: SchwabNicolas
- Created: 2019-11-19T08:57:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T09:55:40.000Z (about 5 years ago)
- Last Synced: 2024-11-23T18:34:13.189Z (2 months ago)
- Topics: cellular-automaton, excel, gameoflife, vba
- Language: Visual Basic
- Size: 1.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Excel-GameOfLife
A game of life made on Microsoft Office Excel.## Commands
### Generate the map
You can randomly generate the map with the button "Generate".### Reset the map
You can reset the map with the button "Reset".### Load a map
*(optional)*
*You can use the ![ImageToExcelGameOfLifeProgram](https://github.com/SchwabNicolas/ImageToExcelGameOfLife) to convert an image into a pastable text. In this case paste it in the import tab and skip to step 2.*1. Create the shape you want in "Import" tab.
2. Press the "Load" button in the "Game" tab.### Step to the next generation
You can step to the next generation with the button "Step".