GOL VS game-of-life-book

Compare GOL vs game-of-life-book and see what are their differences.

GOL

Game Of Life (by JoshuaMichaelHanson)

game-of-life-book

A textbook for Conway's Game of Life. (by nathanieljohnston)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
GOL game-of-life-book
1 10
0 30
- -
- 0.0
about 3 years ago about 2 years ago
JavaScript TeX
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

GOL

Posts with mentions or reviews of GOL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-23.
  • AMA: I'm Dave Greene, an Accidental Expert on Conway's Game of Life
    3 projects | news.ycombinator.com | 23 Apr 2024
    Thank you for the link to the book. I have always been interested in how to make the starting shapes. I am going to study the book more but started to realize that there are re-usable shapes that can be used to make more complex shapes (early, still, oscillators, gliders, etc..). This seems to be what I was looking for with the starting x/y and then the rule combo and pattern.

    I was also thinking there must be a better way than knowing exactly how big the board is vs an infinite board. Also making the edges either always dead or alive VS letting the shapes pass through like pac-man.

    Here is my horrible implementation using HTML canvas, JS/JQuery.

    https://github.com/JoshuaMichaelHanson/GOL/blob/master/js/go...

    Yes, I also made a new green account so as to not dox myself with my other accounts.

game-of-life-book

Posts with mentions or reviews of game-of-life-book. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-23.
  • AMA: I'm Dave Greene, an Accidental Expert on Conway's Game of Life
    3 projects | news.ycombinator.com | 23 Apr 2024
    I drifted into the Conway's Life research community in 2001 when I won a small cash prize for a lucky discovery of something called a "boojum reflector". My involvement has gradually snowballed since then. Off and on I've helped maintain various Life-related mailing lists and blogs, the Life Lexicon, and more recently the conwaylife.com forums and LifeWiki.

    Another thing I stumbled into was helping Nathaniel Johnson complete an improbably thorough 480-page Conway's Life textbook, with end-of-chapter exercises and everything. The book could be used to teach a college-level class on the subject. https://conwaylife.com/book/ has a free PDF download for the book.

    So... I'm not the cleverest Lifenthusiast by a long shot, but for a random question about the Game of Life, I'm more likely to know something about it than at least 99.9999% of the world's population. Ask me anything!

  • Conway's Game of Life: Mathematics and Construction
    1 project | /r/CKsTechNews | 15 Feb 2023
    1 project | news.ycombinator.com | 15 Feb 2023
    1 project | /r/GOOOOODINTERNET | 22 Mar 2022
  • the math behind cellular automata
    1 project | /r/math | 21 Dec 2022
    maybe first several chapters of CGoL book (pdf is free) can be of help, as they concentrate a bit more on theorems and not just pattern engineering
  • In Game of Life any buildable pattern can be constructed by colliding 15 gliders
    3 projects | news.ycombinator.com | 30 Nov 2022
    * Download Golly https://golly.sourceforge.net/ and play around drawing random patterns. Have a look at the example patterns.

    * Have a look around on the LifeWiki https://conwaylife.com/wiki/Main_Page. Click anything that looks interesting.

    * Read the free online book https://conwaylife.com/book/

    * Make an account on the forums https://conwaylife.com/forums/, or just lurk and see what people are talking about.

    * Hang out on the Discord https://discord.gg/uA6uaGv3

  • Where to start
    1 project | /r/gameoflife | 28 Mar 2022
    You should definitely check out the official CGoL textbook - on the same site you'll also find the LifeWiki and links to download the Golly program
  • I'm Nathaniel Johnston, a math professor who co-wrote the first-ever introductory textbook about Conway's Game of Life. Ask me anything!
    1 project | /r/IAmA | 21 Mar 2022
    The book actually already has a CC license posted on its git repo, but we admittedly haven't made that clear on the main book website yet. We'll fix that up.