A cross-platform application for exploring Conway's Game of Life and many other types of cellular automata.
Features
- Bounded or unbounded universes with up to 256 states.
- Fast generating algorithms.
- Reads a variety of common CA and graphical formats.
- Unlimited undo/redo for difficult pattern editing tasks.
- User-configurable keyboard shortcuts for menu items and scripts.
- Scriptable via Lua or Python.
- User-definable rules.
- State-of-the-art pattern collection.
License
GNU General Public License version 2.0 (GPLv2)Follow Golly
You Might Also Like
Unified, cloud-based test automation platform, powered by AI Icon
Unified, cloud-based test automation platform, powered by AI
For Testers, QAs, and SMEs in cross-functional development teams
A unified test automation platform built for Agile and DevOps teams. Testsigma enables everyone on your team to automate testing for web, mobile web, android, iOS apps, and APIs easily. No coding skills required.
Learn More
Rate This Project
Login To Rate This Project
User Ratings
★★★★★
★★★★
★★★
★★
★
36
0
0
0
0
ease
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
features
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
design
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
support
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
User Reviews
-
alex_ander Posted 2023年02月04日A simple and intuitive Conway simulator game. Thanks.
-
horab Posted 2022年12月25日Perhaps it would be interesting to be able to import 2-bit bitmap graphics.Reply from GollyPosted 2024年07月06日
You can. -
barthdry Posted 2021年06月24日Useful Conway game of light compiler or simulator
-
oshanruiz Posted 2016年12月11日Very cool, Thanks for this project.
-
abramclark Edited 2016年01月13日Very impressed with quality, performance, and design. Only a couple natural editing features I found missing or difficult to accomplish (filling a region and moving a region), so only -1 on features.1 user found this review helpful.Reply from GollyPosted 2021年11月15日
To fill a region use Scripts/Lua/flood-fill.lua. To move a region use Scripts/Lua/move-object.lua or move-selection.lua. You can assign keyboard shortcuts to run these scripts via Preferences > Keyboard.