The database itself can be found at https://raw.githubusercontent.com/jedli ... ers.db.txt and can be accessed via https://gliderdb-reader.vercel.app/ or Caterer on the Discord server.
Other than just showing which rules have ships and which don't, it would be interesting to try and look at what speeds of ships are allowed in each rule. When I was searching for ships, it does seem like in many rules, there are just some speeds which are impossible (i.e. the search terminates almost immediately even at large widths). For example, it seems like in Frogs, orthongonal speeds faster than c/5 are impossible.
I've managed to prove that in rules with no survival conditions, speeds of the form c/p are only possible if p = 1 or p > C where C is the number of states. It would be interesting to see more such proofs.
Another goal would be to try and prove the existence / non-existence of ships in all rules with B2. We are actually already quite close to this goal, thanks to the following rather versatile ships.
Code: Select all
#C (0, 1)c/1
#C Min Rule: /2/3
#C Max Rule: 02345678/2345678/3
x = 1, y = 1, rule = 0/2/3
2B$2A!Code: Select all
#C (0, 2)c/3
#C Discovered by: Lemon41625, 2020
#C Min Rule: 1/2/3
#C Max Rule: 145678/245678/3
x = 2, y = 1, rule = 1/2/3
BAB$.A!Code: Select all
#C (4, 0)c/4
#C Discovered by: LaundryPizza03, 2024
#C Min Rule: 12/26/3
#C Max Rule: 12678/2678/3
x = 24, y = 20, rule = 12/26/3
3.B3.B6.B9.$2.A5.A15.$2A3.A2.B9.B5.$2A2.3A3.2A7.A4.$.A3.B.7A2.B2.B4.$.2A
2B.2A4.2A10.$2.B2.2A.B5.2A8.$A2B.2A8.2BA2.A4.$A2B.A8.3B2.A.A2.B$.A.2A6.
A2B2.2B2.A3.$.A.2A6.A2B2.2B2.A3.$A2B.A8.3B2.A.A2.B$A2B.2A8.2BA2.A4.$2.
B2.2A.B5.2A8.$.2A2B.2A4.2A10.$.A3.B.7A2.B2.B4.$2A2.3A3.2A7.A4.$2A3.A2.
B9.B5.$2.A5.A15.$3.B3.B6.B!Code: Select all
#C (4, 0)c/4
#C Discovered by: LaundryPizza03, 2024
#C Min Rule: 12/2/3
#C Max Rule: 1278/278/3
x = 37, y = 20, rule = 12/2/3
2.A.B25.A.B.A2.$2.4B2.B21.5B2.$A2B2.5B18.A2B3.2BA$A2B.A.B2.2BA12.B3.A.B
3.2B.$.A.A3.A.2B12.A7.B2.2B.$8.3B.B.A6.2A7.A2B.2B.$9.6B6.2A2.A3.A2.A.2B
.$7.A2.B3.2B.A4.2A.2B2.2A3.2B.$7.BA.A2.2B.3A3.A.2B2.3A3.2BA$5.A2B.A.2B
.2A2.2A2.A2B9.B2.$5.A2B.A.2B.2A2.2A2.A2B9.B2.$7.BA.A2.2B.3A3.A.2B2.3A3.
2BA$7.A2.B3.2B.A4.2A.2B2.2A3.2B.$9.6B6.2A2.A3.A2.A.2B.$8.3B.B.A6.2A7.A
2B.2B.$.A.A3.A.2B12.A7.B2.2B.$A2B.A.B2.2BA12.B3.A.B3.2B.$A2B2.5B18.A2B
3.2BA$2.4B2.B21.5B2.$2.A.B25.A.B.A!