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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T09:55:40.000Z (over 5 years ago)
- Last Synced: 2025-01-23T23:46:52.508Z (3 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  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".