├── .gitignore
├── GameOfLife.xcodeproj
├── project.pbxproj
└── project.xcworkspace
│ ├── contents.xcworkspacedata
│ └── xcshareddata
│ ├── IDEWorkspaceChecks.plist
│ ├── WorkspaceSettings.xcsettings
│ └── swiftpm
│ └── Package.resolved
├── GameOfLife
├── Board.swift
├── GameOfLife.h
├── Info.plist
├── Pattern.swift
├── Screens
│ ├── Common
│ │ └── Favorite.swift
│ ├── PatternSelect
│ │ ├── PatternSelect.swift
│ │ └── PatternSelectView.swift
│ └── Root
│ │ ├── Game.swift
│ │ ├── GameView.swift
│ │ ├── Root.swift
│ │ └── RootView.swift
└── Utilities
│ ├── ActivityIndicatorView.swift
│ ├── BundleLocator.swift
│ ├── Helpers.swift
│ └── TapView.swift
├── GameOfLifeApp
├── AppDelegate.swift
├── AppView.swift
├── Assets.xcassets
│ ├── AppIcon.appiconset
│ │ └── Contents.json
│ └── Contents.json
├── Base.lproj
│ └── LaunchScreen.storyboard
├── GameOfLifeApp.entitlements
├── Info.plist
├── Preview Content
│ └── Preview Assets.xcassets
│ │ └── Contents.json
└── SceneDelegate.swift
├── LICENSE
├── README.md
└── Resources
└── GameOfLife-Patterns
├── Guns
├── 3enginecordershipgun.rle
├── 6enginecordershipgun.rle
├── ak94.rle
├── b52bomber.rle
├── bigun.rle
├── fx119inserter.rle
├── gosperglidergun.rle
├── gunstar.rle
├── gunstar2.rle
├── maximumvolatilitygun.rle
├── newgun1.rle
├── newgun2.rle
├── p160dartgun.rle
├── p41660p5h2v0gun.rle
├── p448dartgun.rle
├── p69060p5h2v0gun.rle
├── p94s.rle
├── period14glidergun.rle
├── period20glidergun.rle
├── period36glidergun.rle
├── period40glidergun.rle
├── period45glidergun.rle
├── period50glidergun.rle
├── period59gun.rle
├── period60glidergun.rle
├── period61glidergun.rle
├── sidecargun.rle
├── simkinglidergun.rle
├── tetheredrake.rle
├── trueperiod22gun.rle
├── trueperiod24gun.rle
├── vacuumgun.rle
└── vgun.rle
├── Methuselahs
├── 23334m.rle
├── 35201m.rle
├── 7468m.rle
├── acorn.rle
├── bheptomino.rle
├── blockandglider.rle
├── blom.rle
├── bunnies.rle
├── bunnies10.rle
├── bunnies11.rle
├── bunnies9.rle
├── century.rle
├── cheptomino.rle
├── diehard.rle
├── ed.rle
├── edna.rle
├── eheptomino.rle
├── eve.rle
├── fred.rle
├── glidersbythedozen.rle
├── herschel.rle
├── herschelgrandparent.rle
├── herschelgreatgrandparent.rle
├── herschelparent.rle
├── iwona.rle
├── jaydot.rle
├── justyna.rle
├── lidka.rle
├── multuminparvo.rle
├── piheptomino.rle
├── queenbee.rle
├── rabbits.rle
├── rpentomino.rle
├── switchengine.rle
├── thunderbird.rle
└── twoglidermess.rle
├── Oscillators
├── 101.rle
├── 104p177.rle
├── 106p135.rle
├── 110p62.rle
├── 112p15.rle
├── 112p51.rle
├── 114p84.rle
├── 117p18.rle
├── 122p801.rle
├── 123.rle
├── 1234.rle
├── 123p271.rle
├── 124p21.rle
├── 124p37.rle
├── 126p781.rle
├── 128p102.rle
├── 132p37.rle
├── 134p25.rle
├── 134p39.1.rle
├── 144p24.rle
├── 145p20.rle
├── 168p22.1.rle
├── 186p24.rle
├── 18p2.471.rle
├── 1beacon.rle
├── 20p2.rle
├── 21p2.rle
├── 22p2.rle
├── 22p36.rle
├── 23p2.rle
├── 24p10.rle
├── 24p2.rle
├── 258p3.rle
├── 258p3onachimsp11.rle
├── 26p2.rle
├── 26p40.rle
├── 28p7.2.rle
├── 28p71.rle
├── 29p9.rle
├── 34p13.rle
├── 35p52.rle
├── 36p22.rle
├── 37p10.1.rle
├── 37p7.1.rle
├── 38p111.rle
├── 38p7.2.rle
├── 400p49.rle
├── 41p7.2.rle
├── 43p18.rle
├── 44p7.2.rle
├── 47p72.rle
├── 48p221.rle
├── 48p31.rle
├── 49p88.rle
├── 4boats.rle
├── 50p35.rle
├── 54p171.rle
├── 56p27.rle
├── 5blink.rle
├── 65p131.rle
├── 65p48.rle
├── 68p321.rle
├── 69p48.rle
├── 6bits.rle
├── 77p77.rle
├── 78p70.rle
├── 84p87.rle
├── 87p26.rle
├── 88p28.rle
├── 92p156.rle
├── 92p331.rle
├── 92p51.rle
├── 94p271.rle
├── 98p25.rle
├── achimsotherp16.rle
├── achimsp11.rle
├── achimsp144.rle
├── achimsp16.rle
├── achimsp4.rle
├── achimsp8.rle
├── aforall.rle
├── airforce.rle
├── almosymmetric.rle
├── average.rle
├── babblingbrook1.rle
├── bakersdozen.rle
├── beacon.rle
├── beaconandtwotails.rle
├── beaconon38p11.1.rle
├── beaconontabletieeater.rle
├── beehiveandlonghookeatingtub.rle
├── beehivetesttubebaby.rle
├── bentkeys.rle
├── bipole.rle
├── bipolebridgepseudobarberpole.rle
├── bipoleonboat.rle
├── bitingoffmorethantheycanchew.rle
├── blinker.rle
├── blinkersbitpole.rle
├── blockedp41.rle
├── blockedp42.rle
├── blockedp43.rle
├── blockedp44.rle
├── blockedp45.rle
├── blockedp4tnose.rle
├── blockedp4tnosehybrid.rle
├── blocker.rle
├── blonker.rle
├── boatonquadpole.rle
├── boatonsparkcoil.rle
├── boattesttubebaby.rle
├── boringp24.rle
├── boss.rle
├── bottle.rle
├── buckaroo.rle
├── bumper.rle
├── burloaferimeter.rle
├── byflops.rle
├── candelabra.rle
├── candlefrobra.rle
├── carnivalshuttle.rle
├── caterer.rle
├── catereron34p13.rle
├── catereron36p22.rle
├── catereron42p7.1.rle
├── catereron44p7.2.rle
├── catereron48p31.rle
├── catereron68p32.rle
├── catereronfigureeight.rle
├── catereronrattlesnake.rle
├── cauldron.rle
├── centinal.rle
├── chacha.rle
├── champagneglass.rle
├── chemist.rle
├── circleoffire.rle
├── cisbeaconandanvil.rle
├── cisbeaconandcap.rle
├── cisbeaconanddock.rle
├── cisbeaconandtable.rle
├── cisbeaconupandlonghook.rle
├── cisboatandlonghookeatingtub.rle
├── clawtesttubebaby.rle
├── clock.rle
├── clock2.rle
├── coesp8.rle
├── confusedeaters.rle
├── cousins.rle
├── cross.rle
├── cross2.rle
├── crowd.rle
├── crown.rle
├── cuphook.rle
├── cyclic.rle
├── decapole.rle
├── diamondring.rle
├── dinnertable.rle
├── diuresis.rle
├── doublecaterer.rle
├── doubleewe.rle
├── doublex.rle
├── duodecapole.rle
├── eaterblockfrob.rle
├── eaterplug.rle
├── electricfence.rle
├── elkiesp5.rle
├── ellisonp4hwemulator.rle
├── ellisonp4hwemulatorhybrid.rle
├── enretard.rle
├── eureka.rle
├── extremelyimpressive.rle
├── figure8on22p36.rle
├── figureeight.rle
├── figureeighton34p13.rle
├── figureeighton36p22.rle
├── figureeightonpentadecathlon.rle
├── figureeightonrattlesnake.rle
├── firespitting.rle
├── foreandback.rle
├── fountain.rle
├── foureatershasslingfourbookends.rle
├── fox.rle
├── frenchkiss.rle
├── frogii.rle
├── fumarole.rle
├── fumaroleon34p13.rle
├── fumaroleon43p18.rle
├── fumaroleonachimsp11.rle
├── gabrielsp138.rle
├── germ.rle
├── glasses.rle
├── gourmet.rle
├── graycounter.rle
├── greatonoff.rle
├── griddleandbeehive.rle
├── griddleandblock.rle
├── griddleandblocks.rle
├── griddleandboat.rle
├── griddleanddock.rle
├── griddleandtable.rle
├── harbor.rle
├── heart.rle
├── heavyweightemulator.rle
├── heavyweightvolcano.rle
├── hebdarole.rle
├── hectic.rle
├── heptapole.rle
├── hertzoscillator.rle
├── hexapole.rle
├── hivetesttubebaby.rle
├── honeythieves.rle
├── honeythieveswithtesttubebaby.rle
├── hooks.rle
├── hooktesttubebaby.rle
├── hustler.rle
├── hustlerii.rle
├── interchange.rle
├── jack.rle
├── jam.rle
├── jasonsp11.rle
├── jasonsp6.rle
├── jolson.rle
├── jsp36.rle
├── karelsp15.rle
├── killercandlefrobras.rle
├── killertoads.rle
├── koksgalaxy.rle
├── laputa.rle
├── lightbulb.rle
├── lightspeedoscillator1.rle
├── lightspeedoscillator2.rle
├── lightspeedoscillator3.rle
├── lightweightemulator.rle
├── loadingdock.rle
├── loaflipflop.rle
├── loaftesttubebaby.rle
├── mangled1beacon.rle
├── mangotesttubebaby.rle
├── mathematician.rle
├── mazing.rle
├── merzenichp18.rle
├── merzenichsp64.rle
├── middleweightemulator.rle
├── middleweightvolcano.rle
├── minipressurecooker.rle
├── mmp11.rle
├── mold.rle
├── moldandlonghookeatingtub.rle
├── moldon36p22.rle
├── moldon41p7.2.rle
├── moldon48p31.rle
├── moldonfumarole.rle
├── moldonpentadecathlon.rle
├── moldonrattlesnake.rle
├── monoclawtesttubebaby.rle
├── monogram.rle
├── montana.rle
├── mutteringmoat1.rle
├── negentropy.rle
├── newfive.rle
├── newshuttle.rle
├── nonapole.rle
├── octagon2.rle
├── octagon4.rle
├── octapole.rle
├── oddkeys.rle
├── oddtesttubebaby.rle
├── overweightemulator.rle
├── p110trafficjam.rle
├── p11doublelengthsignalinjector.rle
├── p11pinwheel.rle
├── p124lumpsofmuckhassler.rle
├── p156hansleohassler.rle
├── p18honeyfarmhassler.rle
├── p200trafficjam.rle
├── p22lumpsofmuckhassler.rle
├── p24shuttle.rle
├── p26glidershuttle.rle
├── p32blinkerhassler.rle
├── p32blinkerhassler2.rle
├── p35beehivehassler.rle
├── p35honeyfarmhassler.rle
├── p36toadhassler.rle
├── p40bheptominoshuttle.rle
├── p42glidershuttle.rle
├── p43gliderloop.rle
├── p44piheptominohassler.rle
├── p44trafficlighthassler.rle
├── p48toadhassler.rle
├── p50glidershuttle.rle
├── p50trafficjam.rle
├── p54shuttle.rle
├── p56bheptominoshuttle.rle
├── p57herschelloop1.rle
├── p58toadsucker.rle
├── p59herschelloop1.rle
├── p59herschelloop2.rle
├── p5reflector.rle
├── p60hassler.rle
├── p61herschelloop1.rle
├── p61herschelloop2.rle
├── pedestle.rle
├── pennylane.rle
├── pentadecathlon.rle
├── pentadecathlonon37p7.1.rle
├── pentadecathlononsnacker.rle
├── pentadecathlononthumb1.rle
├── pentant.rle
├── pentapole.rle
├── pentoad.rle
├── pentoad1h2.rle
├── pentoad2.rle
├── period48pihassler.rle
├── phoenix1.rle
├── pinwheel.rle
├── piorbital.rle
├── piportraitor.rle
├── pipsquirter1.rle
├── pipsquirter2.rle
├── piston.rle
├── popover.rle
├── prepulsarhassler55.rle
├── prepulsarshuttle26.rle
├── prepulsarshuttle28.rle
├── prepulsarshuttle29.rle
├── prepulsarshuttle47.rle
├── prepulsarshuttle58.rle
├── pressurecooker.rle
├── protein.rle
├── pseudobarberpole.rle
├── pseudobarberpoleon36p22.rle
├── pseudobarberpoleonrattlesnake.rle
├── pulsar.rle
├── pulsarquadrant.rle
├── quad.rle
├── quadpole.rle
├── quasar.rle
├── quattuordecapole.rle
├── queenbeeshuttle.rle
├── quindecapole.rle
├── r2d2.rle
├── racetrackandorthobeacon.rle
├── rats.rle
├── rattlesnake.rle
├── revolver.rle
├── richsp16.rle
├── ringoffire.rle
├── roteightor.rle
├── rumblingriver1.rle
├── sailboat.rle
├── scotsp5.rle
├── scrubber.rle
├── shipinabottle.rle
├── shiponbipole.rle
├── shiponquadpole.rle
├── shortkeys.rle
├── siesta.rle
├── silversp5.rle
├── sixls.rle
├── sixtynine.rle
├── skewedquad.rle
├── skewedtrafficlight.rle
├── smiley.rle
├── snacker.rle
├── snackeron38p7.2.rle
├── snakedance.rle
├── snakepit.rle
├── snakepit2.rle
├── sombreros.rle
├── sparkcoil.rle
├── star.rle
├── stargate.rle
├── statorlessp5.rle
├── stillater.rle
├── superfountain.rle
├── surprise.rle
├── swine.rle
├── tannersp46.rle
├── technician.rle
├── testtubebaby.rle
├── thumb1.rle
├── tnosedp4.rle
├── tnosedp4on48p31.rle
├── tnosedp4on56p27.rle
├── tnosedp5.rle
├── tnosedp6.rle
├── toad.rle
├── toaster.rle
├── trafficcircle.rle
├── trafficlight.rle
├── transbeaconandcap.rle
├── transbeaconanddock.rle
├── transbeaconandtable.rle
├── transblockandlonghookeatingtub.rle
├── tredecapole.rle
├── tricetongs.rle
├── triplecaterer.rle
├── tripole.rle
├── tritoad.rle
├── tubber.rle
├── tubtesttubebaby.rle
├── tumbler.rle
├── tumblingttetson.rle
├── twinbeesshuttle.rle
├── twinbeesshuttleshasslingblinker.rle
├── twirlingttetsons2.rle
├── twocisgriddleswtwotubs.rle
├── twoeaters.rle
├── twoprelhasslers.rle
├── twopulsarquadrants.rle
├── twotransgriddleswtwotubs.rle
├── undecapole.rle
├── unicycle.rle
├── uninterestingp24.rle
├── unix.rle
├── unixon41p7.2.rle
├── verylongclock.rle
├── voldiag.rle
├── washingmachine.rle
├── wavefront.rle
├── whynot.rle
├── windmill.rle
├── workerbee.rle
└── zweiback.rle
├── Puffers
├── 3enginecordershiprake.rle
├── backrake1.rle
├── backrake2.rle
├── backrake3.rle
├── birthdaypuffer.rle
├── blinkerpuffer1.rle
├── blinkerpuffer2.rle
├── blocklayingswitchengine.rle
├── coeship.rle
├── frothingpuffer.rle
├── gliderproducingswitchengine.rle
├── hivenudger2.rle
├── noahsark.rle
├── ponyexpress.rle
├── puffer1.rle
├── puffer2.rle
├── pufferfish.rle
├── slowpuffer1.rle
├── slowpuffer2.rle
├── spacerake.rle
└── weekenderdistaff.rle
├── Spaceships
├── 10enginecordership.rle
├── 114p6h1v0.rle
├── 117p9h3v0.rle
├── 119p4h1v0.rle
├── 13enginecordership.rle
├── 160p10h2v0.rle
├── 233p3h1v0.rle
├── 25p3h1v0.1.rle
├── 274p6h1v0.rle
├── 295p5h1v1.rle
├── 2enginecordership.rle
├── 30p4h2v04.rle
├── 30p5h2v0.rle
├── 31p8h4v0.rle
├── 339p7h1v0.rle
├── 37p4h1v0.rle
├── 3enginecordership.rle
├── 44p5h2v0.rle
├── 46p4h1v0.rle
├── 4enginecordership.rle
├── 54p3h1v0.rle
├── 56p6h1v0.rle
├── 58p5h1v1.rle
├── 5enginecordership.rle
├── 600p6h1v0.rle
├── 60p3h1v0.3.rle
├── 60p5h2v0.rle
├── 64p2h1v0.rle
├── 67p5h1v1.rle
├── 6enginecordership.rle
├── 6inarowcordership.rle
├── 70p2h1v01.rle
├── 70p5h2v0.rle
├── 72p6h2v0.rle
├── 74p8h2v0.rle
├── 77p4h1v01.rle
├── 77p6h1v1.rle
├── 7enginecordership.rle
├── 7inarowcordership.rle
├── 83p7h1v1.rle
├── 86p5h1v1.rle
├── 8enginecordership.rle
├── b29.rle
├── barge2spaceship.rle
├── bargespaceship.rle
├── bigglider.rle
├── brain.rle
├── canadagoose.rle
├── coeship.rle
├── copperhead.rle
├── crab.rle
├── crane.rle
├── dart.rle
├── dragon.rle
├── ecologist.rle
├── edgerepairspaceship1.rle
├── edgerepairspaceship2.rle
├── enterprise.rle
├── fireship.rle
├── fly.rle
├── glider.rle
├── glideremulator.rle
├── hammerhead.rle
├── hivenudger.rle
├── hwss.rle
├── loafer.rle
├── lwss.rle
├── lwssonhwss.rle
├── lwssonmwss.rle
├── mwss.rle
├── nonmonotonicspaceship1.rle
├── orion.rle
├── orion2.rle
├── owss.rle
├── p15prepulsarspaceship.rle
├── prepulsarspaceship.rle
├── pufferfish.rle
├── pushalong1.rle
├── schickengine.rle
├── seal.rle
├── sidecar.rle
├── sirrobin.rle
├── snail.rle
├── spaghettimonster.rle
├── sparky.rle
├── spider.rle
├── swan.rle
├── turtle.rle
├── wasp.rle
├── weekender.rle
├── wingspaceship.rle
└── x66.rle
├── Still-Lifes
├── 29bitstilllifeno1.rle
├── 7by9eater.rle
├── BTS.rle
├── aircraftcarrier.rle
├── amphisbaena.rle
├── ariesbetwixttwoblocks.rle
├── bakery.rle
├── barge.rle
├── bargewithlongtail.rle
├── beehat.rle
├── beehive.rle
├── beehiveandcap.rle
├── beehiveanddock.rle
├── beehiveandtable.rle
├── beehiveatbeehive.rle
├── beehiveatloaf.rle
├── beehivebendtail.rle
├── beehivewithnine.rle
├── beehivewithtail.rle
├── biblock.rle
├── biboat.rle
├── bicap.rle
├── bigs.rle
├── biloaf1.rle
├── biloaf2.rle
├── biloaf4.rle
├── bipond.rle
├── block.rle
├── blockade.rle
├── blockandcap.rle
├── blockanddock.rle
├── blockandtwotails.rle
├── blockonboat.rle
├── blockontable.rle
├── boat.rle
├── boatonaircraft.rle
├── boatonsnake.rle
├── boatshiptie.rle
├── boattie.rle
├── boatwithhookedtail.rle
├── boatwithlongtail.rle
├── boatwithverylongtail.rle
├── bookends.rle
├── bookendssiamesetables.rle
├── canoe.rle
├── capanddock.rle
├── carriersiamesecarrier.rle
├── carriersiamesesnake.rle
├── carrierwithfeather.rle
├── cisbargewithtail.rle
├── cisblockandlonghook.rle
├── cisboatanddock.rle
├── cisboatandtable.rle
├── cisboatwithnine.rle
├── cisboatwithtail.rle
├── cisfusewithtwotails.rle
├── cishookandrbee.rle
├── cishookwithtail.rle
├── cisloafwithtail.rle
├── cislongboatwithtail.rle
├── cismirroredprofessor.rle
├── cismirroredrbee.rle
├── cismirroredworm.rle
├── cismirroredwormsiamesecismirroredworm.rle
├── cisrbeeandrloaf.rle
├── cisrotatedhook.rle
├── cisrotatedrbee.rle
├── cisshillelagh.rle
├── clawwithtail.rle
├── clawwithtubwithtail.rle
├── clips.rle
├── cloverleafinterchange.rle
├── cthulhu.rle
├── deadsparkcoil.rle
├── docksiamesecarrier.rle
├── eater1.rle
├── eater2.rle
├── eater3.rle
├── eater4.rle
├── eater5.rle
├── eaterheadsiamesecarrier.rle
├── eaterheadsiamesesnake.rle
├── eateronboat.rle
├── eatersiameseeater.rle
├── eatertailsiamesecarrier.rle
├── eatertailsiamesesnake.rle
├── eaterwithcape.rle
├── elevener.rle
├── elevenloop.rle
├── extraextralongsnake.rle
├── extralonghookwithtail.rle
├── extralongshillelagh.rle
├── extralongsnake.rle
├── fleet.rle
├── fourteener.rle
├── fusewithtailandlongtail.rle
├── hat.rle
├── honeycomb.rle
├── honeyfarm.rle
├── hookwithtail.rle
├── houseonhousesiamesetableontableweldhatsiamesehat.rle
├── hungryhat.rle
├── inflected30greatsym.rle
├── integralsign.rle
├── integralwithhook.rle
├── integralwithlonghook.rle
├── integralwithtub.rle
├── integralwithtubandhook.rle
├── integralwithtwotubs.rle
├── killertoads.rle
├── lake2.rle
├── loaf.rle
├── loafsiamesebarge.rle
├── loafsiameseloaf.rle
├── loaftieeaterwithtail.rle
├── longbarge.rle
├── longboat.rle
├── longcanoe.rle
├── longcishookwithtail.rle
├── longcisshillelagh.rle
├── longclawwithtail.rle
├── longfusewithtwotails.rle
├── longhookanddock.rle
├── longhookwithtail.rle
├── longhorn.rle
├── longintegral.rle
├── longlongbarge.rle
├── longlongboat.rle
├── longlongcanoe.rle
├── longlonghookwithtail.rle
├── longlongshillelagh.rle
├── longlongship.rle
├── longlongsnake.rle
├── longprodigal.rle
├── longshillelagh.rle
├── longship.rle
├── longsnake.rle
├── loop.rle
├── mango.rle
├── mickeymouse.rle
├── mirroreddock.rle
├── mooseantlers.rle
├── omnibus.rle
├── omnibuswithtubs.rle
├── ortholoafandtable.rle
├── paperclip.rle
├── pond.rle
├── pondanddock.rle
├── pondonpond.rle
├── pythonsiamesecarrier.rle
├── pythonsiamesesnake.rle
├── quadpseudostilllife.rle
├── rbeeandsnake.rle
├── rmangoandhouse.rle
├── rotatedc.rle
├── scorpion.rle
├── sesquihat.rle
├── shillelagh.rle
├── ship.rle
├── shiponlongboat.rle
├── shiptie.rle
├── shuriken.rle
├── sidesnagger.rle
├── sidewalk.rle
├── skewrbees.rle
├── smalllake.rle
├── snake.rle
├── snakebridgesnake.rle
├── snakesiamesesnake.rle
├── snakewithfeather.rle
├── snorkelloop.rle
├── spiral.rle
├── superloaf.rle
├── supermango.rle
├── symmetricscorpion.rle
├── tableanddock.rle
├── tableontable.rle
├── tetraloaf1.rle
├── transbargewithtail.rle
├── transblockandlonghook.rle
├── transboatanddock.rle
├── transboatandtable.rle
├── transboatwithnine.rle
├── transboatwithtail.rle
├── transfusewithtwotails.rle
├── transhookandrbee.rle
├── transloafwithtail.rle
├── translongboatwithtail.rle
├── transmirroredrbee.rle
├── transrbeeandrloaf.rle
├── transrotatedrbee.rle
├── triplepseudostilllife.rle
├── tub.rle
├── tubwithcistail.rle
├── tubwithextralongtail.rle
├── tubwithlonglongtail.rle
├── tubwithlongtail.rle
├── tubwithtail.rle
├── twinhat.rle
├── updoveondove.rle
├── upwingonwing.rle
├── vasesiamesehat.rle
├── verylongintegral.rle
├── veryverylongbarge.rle
├── veryverylongboat.rle
├── veryverylongcanoe.rle
├── veryverylongship.rle
├── veryveryverylongboat.rle
├── veryveryverylongship.rle
├── veryveryveryverylongboat.rle
├── veryveryveryverylongsnake.rle
├── veryveryveryveryverylongboat.rle
├── veryveryveryveryveryverylongboat.rle
├── veryveryveryveryveryveryverylongboat.rle
├── veryveryveryveryveryveryveryverylongboat.rle
└── veryveryveryveryveryveryveryveryverylongboat.rle
└── Wicks
├── ants.rle
├── baker.rle
├── beaconmaker.rle
├── beehivefuse.rle
├── blinkerfuse.rle
├── boatmaker.rle
├── cow.rle
├── harvester.rle
├── hivemaker.rle
├── shipmaker.rle
├── turningtoads.rle
├── washerwoman.rle
└── waveguide1.rle
/GameOfLife.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/GameOfLife.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | IDEDidComputeMac32BitWarning
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/GameOfLife.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | PreviewsEnabled
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/GameOfLife/Utilities/BundleLocator.swift:
--------------------------------------------------------------------------------
1 | /// Empty class identity for finding bundle.
2 | final class BundleLocator {}
3 |
--------------------------------------------------------------------------------
/GameOfLifeApp/Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/GameOfLifeApp/Preview Content/Preview Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Guns/bigun.rle:
--------------------------------------------------------------------------------
1 | #N Bi-gun
2 | #O Bill Gosper
3 | #C A true period 46 double-barreled glider gun.
4 | #C www.conwaylife.com/wiki/index.php?title=Bi-gun
5 | x = 50, y = 15, rule = b3/s23
6 | 11bo38b$10b2o38b$9b2o39b$10b2o2b2o34b$38bo11b$38b2o8b2o$39b2o7b2o$10b
7 | 2o2b2o18b2o2b2o10b$2o7b2o39b$2o8b2o38b$11bo38b$34b2o2b2o10b$39b2o9b$
8 | 38b2o10b$38bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Guns/simkinglidergun.rle:
--------------------------------------------------------------------------------
1 | #N Simkin glider gun
2 | #O Michael Simkin
3 | #C A true period 120 glider gun, found on April 28, 2015.
4 | #C www.conwaylife.com/wiki/Simkin_glider_gun
5 | x = 33, y = 21, rule = B3/S23
6 | 2o5b2o$2o5b2o2$4b2o$4b2o5$22b2ob2o$21bo5bo$21bo6bo2b2o$21b3o3bo3b2o$
7 | 26bo4$20b2o$20bo$21b3o$23bo!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/23334m.rle:
--------------------------------------------------------------------------------
1 | #N 23334M
2 | #O Tomas Rokicki
3 | #C A methuselah with lifespan 23334 found on February 20, 2005.
4 | #C www.conwaylife.com/wiki/index.php?title=23334M
5 | x = 5, y = 8, rule = B3/S23
6 | 2bo2b$2o3b$bo3b$o2bob$4bo$bo2bo$2bobo$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/7468m.rle:
--------------------------------------------------------------------------------
1 | #N 7468M
2 | #O Tomas Rokicki
3 | #C A methuselah with lifespan 7468 found on February 20, 2005.
4 | #C www.conwaylife.com/wiki/index.php?title=7468M
5 | x = 6, y = 4, rule = B3/S23
6 | 4bob$4b2o$2ob2ob$o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/acorn.rle:
--------------------------------------------------------------------------------
1 | #N Acorn
2 | #O Charles Corderman
3 | #C A methuselah with lifespan 5206.
4 | #C www.conwaylife.com/wiki/index.php?title=Acorn
5 | x = 7, y = 3, rule = B3/S23
6 | bo5b$3bo3b$2o2b3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/bheptomino.rle:
--------------------------------------------------------------------------------
1 | #N B-heptomino
2 | #C A very common methuselah with lifespan 148 that often arises with the cell at top left shifted one space to the left, which does not affect the subsequent evolution.
3 | #C www.conwaylife.com/wiki/index.php?title=B-heptomino
4 | x = 4, y = 3, rule = B3/S23
5 | ob2o$3ob$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/blockandglider.rle:
--------------------------------------------------------------------------------
1 | #N Block and glider
2 | #C A methuselah with lifespan 106.
3 | #C www.conwaylife.com/wiki/index.php?title=Block_and_glider
4 | x = 4, y = 3, rule = B3/S23
5 | 2o2b$obob$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/blom.rle:
--------------------------------------------------------------------------------
1 | #N Blom
2 | #O Dean Hickerson
3 | #C A methuselah with lifespan 23314 found in July 2002.
4 | #C www.conwaylife.com/wiki/index.php?title=Blom
5 | x = 12, y = 5, rule = B3/S23
6 | o10bo$b4o6bo$2b2o7bo$10bob$8bobo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/bunnies.rle:
--------------------------------------------------------------------------------
1 | #N Bunnies
2 | #O Robert Wainwright and Andrew Trevorrow
3 | #C A methuselah and parent of rabbits with lifespan 17332.
4 | #C www.conwaylife.com/wiki/index.php?title=Bunnies
5 | x = 8, y = 4, rule = B3/S23
6 | o5bob$2bo3bob$2bo2bobo$bobo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/bunnies10.rle:
--------------------------------------------------------------------------------
1 | #N Bunnies 10
2 | #O Tomas Rokicki
3 | #C A methuselah with lifespan 17423 that evolves similarly to bunnies
4 | #C after generation 104.
5 | #C www.conwaylife.com/wiki/index.php?title=Bunnies_10
6 | x = 6, y = 6, rule = B3/S23
7 | bo4b$2obo2b$4b2o$o2bo2b$o5b$o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/bunnies11.rle:
--------------------------------------------------------------------------------
1 | #N Bunnies 11
2 | #O Tomas Rokicki
3 | #C A methuselah with lifespan 17465 that evolves similarly to bunnies
4 | #C after generation 146.
5 | #C www.conwaylife.com/wiki/index.php?title=Bunnies_11
6 | x = 6, y = 4, rule = B3/S23
7 | ob3ob$o4bo$obobob$bo2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/bunnies9.rle:
--------------------------------------------------------------------------------
1 | #N Bunnies 9
2 | #O Paul Callahan
3 | #C A methuselah with lifespan 17410 that evolves similarly to bunnies
4 | #C after generation 91.
5 | #C www.conwaylife.com/wiki/index.php?title=Bunnies_9
6 | x = 8, y = 7, rule = B3/S23
7 | bo6b$2o5bo$6bob$6bob$5bo2b$4bo3b$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/century.rle:
--------------------------------------------------------------------------------
1 | #N Century
2 | #C A methuselah with lifespan 103.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Century
4 | x = 4, y = 3, rule = B3/S23
5 | 2b2o$3ob$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/cheptomino.rle:
--------------------------------------------------------------------------------
1 | #N C-heptomino
2 | #C A methuselah with lifespan 148 that evolves in the same way as the B-heptomino after its second generation.
3 | #C http://www.conwaylife.com/wiki/index.php?title=C-heptomino
4 | x = 4, y = 3, rule = B3/S23
5 | b3o$3ob$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/diehard.rle:
--------------------------------------------------------------------------------
1 | #N Die hard
2 | #C A methuselah that dies completely. It has lifespan 130.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Die_hard
4 | x = 8, y = 3, rule = B3/S23
5 | 6bob$2o6b$bo3b3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/eheptomino.rle:
--------------------------------------------------------------------------------
1 | #N E-heptomino
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/E-heptomino
4 | #C http://conwaylife.com/patterns/eheptomino.rle
5 | x = 4, y = 3, rule = B3/S23
6 | b3o$2o$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/eve.rle:
--------------------------------------------------------------------------------
1 | #N Eve
2 | #O Andrzej Megier
3 | #C A 20-cell methusaleh lasting for 30046 generations, found by Andrzej Megier on June 29, 2008.
4 | #C http://conwaylife.com/wiki/Eve
5 | x = 16, y = 10, rule = B3/S23
6 | 14bo$14bo$15bo$9bo3b2o$7bo4b3o$7bo3bo$9b2o$bo$3o$obo!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/glidersbythedozen.rle:
--------------------------------------------------------------------------------
1 | #N Gliders by the dozen
2 | #C A methuselah with lifespan 184 that emits exactly 12 gliders over the course of its evolution.
3 | #C www.conwaylife.com/wiki/index.php?title=Gliders_by_the_dozen
4 | x = 5, y = 3, rule = 23/3
5 | 2o2bo$o3bo$o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/herschel.rle:
--------------------------------------------------------------------------------
1 | #N Herschel
2 | #C A heptomino shaped like the lowercase letter h, which occurs at generation 20 of the B-heptomino.
3 | #C www.conwaylife.com/wiki/index.php?title=Herschel
4 | x = 3, y = 4, rule = B3/S23
5 | o2b$3o$obo$2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/herschelgrandparent.rle:
--------------------------------------------------------------------------------
1 | #N Herschel grandparent
2 | #C A grandparent of the herschel.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Herschel_grandparent
4 | x = 5, y = 4, rule = B3/S23
5 | obo2b$o4b$obo2b$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/herschelgreatgrandparent.rle:
--------------------------------------------------------------------------------
1 | #N Herschel great-grandparent
2 | #C A specific 3-tick Herschel predecessor occasionally useful for displaying dependent conduits.
3 | #C http://conwaylife.com/wiki/Herschel_great-grandparent
4 | x = 7, y = 5, rule = B3/S23
5 | b2o$3ob2o$b2ob3o$3ob2o$2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/herschelparent.rle:
--------------------------------------------------------------------------------
1 | #N Herschel parent
2 | #C A parent of the herschel.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Herschel_parent
4 | x = 5, y = 4, rule = B3/S23
5 | 2bo2b$2o3b$2bobo$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/iwona.rle:
--------------------------------------------------------------------------------
1 | #N Iwona
2 | #O Andrew Okrasinski
3 | #C A methuselah with lifespan 28786. Found on August 20, 2004.
4 | #C www.conwaylife.com/wiki/index.php?title=Iwona
5 | x = 20, y = 21, rule = B3/S23
6 | 14b3o3b6$2bo17b$3b2o15b$3bo14bob$18bob$18bob$19bo$18b2o$7b2o11b$8bo11b
7 | 5$2o18b$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/jaydot.rle:
--------------------------------------------------------------------------------
1 | #N Jaydot
2 | #O Kazyan
3 | #C http://conwaylife.com/wiki/Jaydot
4 | #C http://conwaylife.com/patterns/jaydot.rle
5 | x = 3, y = 6, rule = B3/S23
6 | b2o$3o2$bo$b2o$o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/justyna.rle:
--------------------------------------------------------------------------------
1 | #N Justyna
2 | #O Andrzej Okrasinski
3 | #C A methuselah with lifespan 26458 that was found in May 2004.
4 | #C www.conwaylife.com/wiki/index.php?title=Justyna
5 | x = 22, y = 17, rule = 23/3
6 | 17bo4b$16bo2bo2b$17b3o2b$17bo2bob2$2o16bo3b$bo16bo3b$18bo3b8$19b3o$11b
7 | 3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/lidka.rle:
--------------------------------------------------------------------------------
1 | #N Lidka
2 | #O Andrzej Okrasinski and David Bell
3 | #C A methuselah with lifespan 29055.
4 | #C www.conwaylife.com/wiki/index.php?title=Lidka
5 | x = 9, y = 15, rule = B3/S23
6 | bo7b$obo6b$bo7b8$8bo$6bobo$5b2obo2$4b3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/multuminparvo.rle:
--------------------------------------------------------------------------------
1 | #N Multum in parvo
2 | #O Charles Corderman
3 | #C A methuselah with lifespan 3933.
4 | #C www.conwaylife.com/wiki/index.php?title=Multum_in_parvo
5 | x = 6, y = 4, rule = B3/S23
6 | 3b3o$2bo2bo$bo4b$o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/piheptomino.rle:
--------------------------------------------------------------------------------
1 | #N Pi-heptomino
2 | #C One of 108 heptominoes.
3 | #C www.conwaylife.com/wiki/index.php?title=Pi-heptomino
4 | x = 3, y = 3, rule = B3/S23
5 | 3o$obo$obo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/queenbee.rle:
--------------------------------------------------------------------------------
1 | #N Queen bee
2 | #C A pattern that lays a beehive on either side of itself before exploding.
3 | #C www.conwaylife.com/wiki/index.php?title=Queen_bee
4 | x = 7, y = 5, rule = b3/s23
5 | 3bo3b$2bobo2b$bo3bob$2b3o2b$2o3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/rabbits.rle:
--------------------------------------------------------------------------------
1 | #N Rabbits
2 | #O Andrew Trevorrow
3 | #C A methuselah with lifespan 17331.
4 | #C http://www.conwaylife.com/wiki/index.php?title=Rabbits
5 | x = 7, y = 3, rule = B3/S23
6 | o3b3o$3o2bob$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/rpentomino.rle:
--------------------------------------------------------------------------------
1 | #N R-pentomino
2 | #C A methuselah with lifespan 1103.
3 | #C www.conwaylife.com/wiki/index.php?title=R-pentomino
4 | x = 3, y = 3, rule = B3/S23
5 | b2o$2ob$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/switchengine.rle:
--------------------------------------------------------------------------------
1 | #N Switch engine
2 | #O Charles Corderman
3 | #C A methuselah with lifespan 3911 that can be used to make c/12 diagonal puffers and spaceships.
4 | #C www.conwaylife.com/wiki/index.php?title=Switch_engine
5 | x = 6, y = 4, rule = B3/S23
6 | bobo2b$o5b$bo2bob$3b3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/thunderbird.rle:
--------------------------------------------------------------------------------
1 | #N Thunderbird
2 | #C A methuselah with lifespan 243.
3 | #C www.conwaylife.com/wiki/index.php?title=Thunderbird
4 | x = 3, y = 5, rule = B3/S23
5 | 3o2$bob$bob$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Methuselahs/twoglidermess.rle:
--------------------------------------------------------------------------------
1 | #N Two-glider mess
2 | #C The longest-lived two-glider collision and a methuselah with lifespan 530.
3 | #C www.conwaylife.com/wiki/index.php?title=Two-glider_mess
4 | x = 6, y = 6, rule = 23/3
5 | 3bobo$4b2o$4bob$3o3b$2bo3b$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/123.rle:
--------------------------------------------------------------------------------
1 | #N 1-2-3
2 | #O Dave Buckingham
3 | #C A period 3 oscillator that was found in August 1972.
4 | x = 10, y = 9, rule = B3/S23
5 | 2b2o6b$o2bo6b$2obob2o3b$bobo2bo3b$bo4bob2o$2b3obob2o$5bo4b$4bo5b$4b2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/1234.rle:
--------------------------------------------------------------------------------
1 | #N 1-2-3-4
2 | #C A period 4 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=1-2-3-4
4 | x = 11, y = 11, rule = B3/S23
5 | 5bo5b$4bobo4b$3bobobo3b$3bo3bo3b$2obobobob2o$obo5bobo$3b5o3b2$5bo5b$4b
6 | obo4b$5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/18p2.471.rle:
--------------------------------------------------------------------------------
1 | #N 18P2.471
2 | #C A period 2 oscillator with the same rotor as the beacon.
3 | #C www.conwaylife.com/wiki/index.php?title=18P2.471
4 | x = 7, y = 7, rule = b3/s23
5 | 3bo3b$b5ob$o5bo$5obo$5bob$2bo4b$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/1beacon.rle:
--------------------------------------------------------------------------------
1 | #N 1 beacon
2 | #C Approximately the 32nd-most common oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=1_beacon
4 | x = 7, y = 7, rule = b3/s23
5 | 2b2o3b$bobo3b$o2bob2o$2obo2bo$bobo3b$bo2bo2b$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/20p2.rle:
--------------------------------------------------------------------------------
1 | #N 20P2
2 | #C The 34th most common oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=20P2
4 | x = 8, y = 11, rule = b3/s23
5 | b2o5b$bo6b$4bo3b$3b2o3b2$b4o3b$o4bo2b$2o2bobob$4bo2bo$5bobo$6bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/21p2.rle:
--------------------------------------------------------------------------------
1 | #N 21P2
2 | #C The 38th most common oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=21P2
4 | x = 7, y = 7, rule = b3/s23
5 | 3bo3b$b3o3b$o5bo$ob5o$bo5b$4bo2b$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/22p2.rle:
--------------------------------------------------------------------------------
1 | #N 22P2
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=22P2
4 | x = 7, y = 8, rule = b3/s23
5 | 2b2o3b$bo2bo2b$bobo3b$2obo2bo$3bob2o$2obo3b$o2bo3b$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/22p36.rle:
--------------------------------------------------------------------------------
1 | #N 22P36
2 | #O Noam Elkies
3 | #C A period 36 oscillator, discovered on January 29, 1995.
4 | #C www.conwaylife.com/wiki/index.php?title=22P36
5 | x = 14, y = 18, rule = b3/s23
6 | 2o12b$bo12b$bobo10b$2b2o10b$8bo5b$7b2o5b$8bo5b5$5bo8b$5b2o7b$5bo8b$10b
7 | 2o2b$10bobob$12bob$12b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/23p2.rle:
--------------------------------------------------------------------------------
1 | #N 23P2
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=23P2
4 | x = 7, y = 8, rule = b3/s23
5 | 5b2o$o2bo2bo$6ob2$2b2o3b$3bo3b$o6b$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/24p10.rle:
--------------------------------------------------------------------------------
1 | #N 24P10
2 | #O Matthias Merzenich
3 | #C the smallest known period-10 oscillator
4 | #C http://www.conwaylife.com/wiki/index.php?title=24P10
5 | x = 13, y = 9, rule = b3/s23
6 | 7b2o4b$7bo2bo2b$3bo4bo3bo$4b2o3bob2o2$2obo3b2o4b$o3bo4bo3b$2bo2bo7b$4b
7 | 2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/24p2.rle:
--------------------------------------------------------------------------------
1 | #N 24P2
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=24P2
4 | x = 8, y = 7, rule = b3/s23
5 | 4bo3b$2o2b3ob$o6bo$b5obo$6bob$3bo4b$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/26p2.rle:
--------------------------------------------------------------------------------
1 | #N 26P2
2 | #C The 55th most common oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=26P2
4 | x = 8, y = 7, rule = b3/s23
5 | b2ob2o2b$obobobob$o6bo$b5obo$6bob$3bo4b$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/26p40.rle:
--------------------------------------------------------------------------------
1 | #N 26P40
2 | #O Nicolay Beluchenko
3 | #C A period 40 oscillator, discovered in March or April, 2009.
4 | #C www.conwaylife.com/wiki/index.php?title=26P40
5 | x = 17, y = 14, rule = b3/s23
6 | 2o8b2o5b$2o7bo7b$12bo4b$8b2obo5b$8b2o7b5$7b2o8b$5bob2o8b$4bo12b$7bo7b
7 | 2o$5b2o8b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/28p7.2.rle:
--------------------------------------------------------------------------------
1 | #N 28P7.2
2 | #O Dean Hickerson
3 | #C A period 7 oscillator that is tied with burloaferimeter and 28P7.1
4 | #C as the smallest.
5 | #C www.conwaylife.com/wiki/index.php?title=28P7.2
6 | x = 12, y = 11, rule = b3/s23
7 | b2o9b$2bo9b$bo10b$b2o7b2o$3bo4bo2bo$b2o2b2o2b2ob$o2bo4bo3b$2o7b2ob$10b
8 | ob$9bo2b$9b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/28p71.rle:
--------------------------------------------------------------------------------
1 | #N 28P7.1
2 | #C An unnamed period 7 oscillator that is tied as the smallest known.
3 | #C www.conwaylife.com/wiki/index.php?title=28P7.1
4 | x = 13, y = 9, rule = B3/S23
5 | 2b2o9b$2bo10b$7bo5b$6obo5b$o12b$b2ob2o3b2o2b$2bobo4bobob$2bobo6bob$3bo
6 | 7b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/29p9.rle:
--------------------------------------------------------------------------------
1 | #N 29P9
2 | #O Dean Hickerson
3 | #C The smallest known period 9 oscillator
4 | #C www.conwaylife.com/wiki/index.php?title=29P9
5 | x = 10, y = 10, rule = b3/s23
6 | b2o7b$2bo7b$2bob2o4b$b2obobo3b$7bo2b$5b3o2b$2o6b2o$o2bob2obob$2b2obo2b
7 | ob$6b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/34p13.rle:
--------------------------------------------------------------------------------
1 | #N 34P13
2 | #C The smallest known period 13 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=34P13
4 | x = 16, y = 16, rule = 23/3
5 | 4b3o9b2$6bo9b$6b2o8b$5bo10b$8bo7b$4bo3bo7b$9b2o5b$2o2b3o5bo3b$2o5bo4b
6 | 2obo$7bo3bo3bo$7bobo5bo3$6b2o8b$6b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/35p52.rle:
--------------------------------------------------------------------------------
1 | #N 35P52
2 | #C With a minimum population of 35 cells it is the smallest period 52
3 | #C oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=35P52
5 | x = 17, y = 17, rule = 23/3
6 | 2bo14b$2b3o12b$5bo9b2o$4b2o9bob$13bobob$8b2o3b2o2b$7bo9b$6bo10b$7bobo
7 | 7b$7bo9b2$2b2o13b$bobo13b$bo9b2o4b$2o9bo5b$12b3o2b$14bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/36p22.rle:
--------------------------------------------------------------------------------
1 | #N 36P22
2 | #C The smallest known period 22 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=36P22
4 | x = 27, y = 10, rule = b3/s23
5 | 2o25b$bo25b$bobo13b3o7b$2b2o3bo8bo3bo6b$6bob2o6bo4bo5b$5bo4bo6b2obo6b$
6 | 6bo3bo8bo3b2o2b$7b3o13bobob$25bob$25b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/37p10.1.rle:
--------------------------------------------------------------------------------
1 | #N 37P10.1
2 | #O Dean Hickerson
3 | #C The smallest known non-trivial period-10 oscillator in terms of
4 | #C bounding box
5 | #C http://www.conwaylife.com/wiki/index.php?title=37P10.1
6 | x = 13, y = 10, rule = b3/s23
7 | 2b2o5b2o2b$2bobo3bobo2b$3bo5bo3b$o5bo5bo$5o3b5o$5bobo5b$2b2o5b2o2b$2bo
8 | 7bo2b$3bo5bo3b$2b2o5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/37p7.1.rle:
--------------------------------------------------------------------------------
1 | #N 37P7.1
2 | #O Scot Ellison
3 | #C A small period 7 sparker discovered in October, 2005
4 | #C www.conwaylife.com/wiki/index.php?title=37P7.1
5 | x = 12, y = 10, rule = b3/s23
6 | 4b2o6b$2o3bo6b$bo3bobo4b$bob2obobob2o$2bobobob2obo$4bo7b$2bo5b3ob$o9bo
7 | b$o3b4obo2b$bo5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/38p7.2.rle:
--------------------------------------------------------------------------------
1 | #N 38P7.2
2 | #O Nicolay Beluchenko
3 | #C A period 7 oscillator discovered on February 17, 2009
4 | #C http://www.conwaylife.com/wiki/index.php?title=38P7.2
5 | x = 13, y = 11, rule = b3/s23
6 | 4bo3bo4b$o2bobobobo2bo$obo2bobo2bobo$bo2b2ob2o2bob$5bobo5b$2b2o5b2o2b$
7 | 2bo7bo2b$4bo3bo4b2$bo2bo3bo2bob$2b2o5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/41p7.2.rle:
--------------------------------------------------------------------------------
1 | #N 41P7.2
2 | #C A period 7 oscillator with an isolated two-bit spark
3 | #C www.conwaylife.com/wiki/index.php?title=41P7.2
4 | x = 13, y = 14, rule = b3/s23
5 | 9b2o2b$9bo3b$10bo2b$9b2o2b$8bo4b$9b2o2b$8bo2bob$3bob5o2bo$b3obo4b2ob$o
6 | 4bobobo3b$b4o4bo3b$5b4o4b$3bo2bo6b$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/43p18.rle:
--------------------------------------------------------------------------------
1 | #N 43P18
2 | #C The smallest known period 18 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=43P18
4 | x = 20, y = 15, rule = b3/s23
5 | b2o17b$b2o17b$b2o17b$bo13bo2bob$obo12bo4b$bobob3o6bo4bo$2bob4o5bobo2b
6 | 2o$3bo7b2obo5b2$7bo12b$6bo4bo2bo5b$7bo5b2o5b2$7b2o11b$7b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/48p221.rle:
--------------------------------------------------------------------------------
1 | #N 48P22.1
2 | #O Nicolay Beluchenko, 4 March 2009
3 | #C http://conwaylife.com/wiki/48P22.1
4 | #C http://conwaylife.com/patterns/48p221.rle
5 | x = 16, y = 16, rule = B3/S23
6 | 3b2o$3bobo$2bo4bo5bo$3bobob2o2b2ob2o$3bo3bo7bo$12bobo2$3bo7b3o$2b3o7bo
7 | 2$bobo$o7bo3bo$2ob2o2b2obobo$2bo5bo4bo$10bobo$11b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/48p31.rle:
--------------------------------------------------------------------------------
1 | #N 48P31
2 | #O Matthias Merzenich
3 | #C The first known period-31 oscillator
4 | #C http://www.conwaylife.com/wiki/index.php?title=48P31
5 | x = 24, y = 13, rule = b3/s23
6 | 7b2obo2bob2o7b$2o4bo2bo4bo2bo4b2o$2o5bobo4bobo5b2o$8bo6bo8b6$8bo6bo8b$
7 | 2o5bobo4bobo5b2o$2o4bo2bo4bo2bo4b2o$7b2obo2bob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/4boats.rle:
--------------------------------------------------------------------------------
1 | #N 4 boats
2 | #C A period 2 oscillator made up of 4 boats.
3 | x = 8, y = 8, rule = B3/S23
4 | 3bo4b$2bobo3b$bob2o3b$obo2b2ob$b2o2bobo$3b2obob$3bobo2b$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/50p35.rle:
--------------------------------------------------------------------------------
1 | #N 50P35
2 | #C A period 35 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=50P35
4 | x = 33, y = 21, rule = b3/s23
5 | 31b2o$31bob$29bobob$29b2o2b$26bo6b$26bo6b$17bobo6bo6b$16bo3b2o7b2o2b$
6 | 16bo3bo8bobob$16bo14bob$2o29b2o$bo14bo16b$bobo8bo3bo16b$2b2o7b2o3bo16b
7 | $6bo6bobo17b$6bo26b$6bo26b$2b2o29b$bobo29b$bo31b$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/5blink.rle:
--------------------------------------------------------------------------------
1 | #N 5blink
2 | #O Scot Ellison
3 | #C http://conwaylife.com/wiki/5blink
4 | #C http://conwaylife.com/patterns/5blink.rle
5 | x = 13, y = 9, rule = B3/S23
6 | 5bo$4bob2o$o3bo3b2o$o8bo$o3bo$3b3obo3bo$bobo2b2o2bobo$obo8bo$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/68p321.rle:
--------------------------------------------------------------------------------
1 | x = 19, y = 19, rule = B3/S23
2 | 2b2o11b2o$2b2o11b2o$bo2bo9bo2bo$2bobo9bobo2$b3o11b3o$bo2bo9bo2bo$o2bo
3 | 11bo2bo$b2o13b2o2$b2o13b2o$o2bo11bo2bo$bo2bo9bo2bo$b3o11b3o2$2bobo9bob
4 | o$bo2bo9bo2bo$2b2o11b2o$2b2o11b2o!
5 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/6bits.rle:
--------------------------------------------------------------------------------
1 | #N 6 bits
2 | #O Robert Wainwright
3 | #C http://conwaylife.com/wiki/6_bits
4 | #C http://conwaylife.com/patterns/6bits.rle
5 | x = 40, y = 23, rule = B3/S23
6 | 21bo$21bo$20bobo$21bo$21bo$21bo$21bo$20bobo$21bo$21bo5$2bo2bo4bo2bo$3o
7 | 2b6o2b3o$2bo2bo4bo2bo$22b2o$21b2o$23bo$32bo4bo$30b2ob4ob2o$32bo4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/77p77.rle:
--------------------------------------------------------------------------------
1 | #N 77p77
2 | #C The smallest known period 77 oscillator.
3 | #C http://conwaylife.com/wiki/77P77
4 | x = 16, y = 21, rule = B3/S23
5 | 8b2o$6bo2bo$4b4o$3bo4b4o$3bobobo4bo$b2o4bob3o2bo$o2b5obo2b3o$bo2bo6bo$
6 | 2b2o8bo$4bo6b2o$2b2o$2bo$4bo$3b2o3bo$8b2o$6bobob3o$4b3obobobo$3bo5bo2b
7 | 3o$3b2o5b2o3bo$12b3o$12bo!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/87p26.rle:
--------------------------------------------------------------------------------
1 | #N 87p26
2 | #C The smallest known period 26 oscillator.
3 | #C http://conwaylife.com/wiki/87P26
4 | x = 17, y = 16, rule = B3/S23
5 | 11b2o$6b2o4bo$4b3o3bobob2o$bobo4bob2obobo$b2ob4obo3bo$4bo4bo3bo$4bob2o
6 | bobob3o$3b2o2bobob2o3bo$5bo2b2o4b2o$b3o2b3o2b3o$obo3bobo2b2o$o3b2o2bo
7 | 5b2o$b3o4bob4o2bo$3bo5bo5b2o$11bo$10b2o!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/achimsp144.rle:
--------------------------------------------------------------------------------
1 | #N Achim's p144
2 | #O Achim Flammenkamp
3 | #C Period 144 oscillator found in 1994.
4 | x = 28, y = 19, rule = B3/S23
5 | 2o24b2o$2o24b2o$18b2o8b$17bo2bo7b$18b2o8b$14bo13b$13bobo12b$12bo3bo11b
6 | $12bo2bo12b2$12bo2bo12b$11bo3bo12b$12bobo13b$13bo14b$8b2o18b$7bo2bo17b
7 | $8b2o18b$2o24b2o$2o24b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/achimsp16.rle:
--------------------------------------------------------------------------------
1 | #N Achim's p16
2 | #O Achim Flammenkamp
3 | #C A period 16 oscillator that was found in July 1994.
4 | x = 13, y = 13, rule = B3/S23
5 | 7b2o4b$7bobo3b$2bo4bob2o2b$b2o5bo4b$o2bo9b$3o10b2$10b3o$9bo2bo$4bo5b2o
6 | b$2b2obo4bo2b$3bobo7b$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/achimsp4.rle:
--------------------------------------------------------------------------------
1 | #N Achim's p4
2 | #O Achim Flammenkamp
3 | #C Period 4 oscillator found in 1988.
4 | x = 11, y = 9, rule = B3/S23
5 | 2b2o3b2o2b$bo2bobo2bob$bob2ob2obob$2o7b2o$2bobobobo2b$2o7b2o$bob2ob2ob
6 | ob$bo2bobo2bob$2b2o3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/achimsp8.rle:
--------------------------------------------------------------------------------
1 | #N Achim's p8
2 | #O Achim Flammenkamp
3 | #C Period 8 oscillator found in July 1994.
4 | x = 9, y = 9, rule = B3/S23
5 | b2o6b$o8b$bo3bo3b$bo3b2o2b$3bobo3b$2b2o3bob$3bo3bob$8bo$6b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/aforall.rle:
--------------------------------------------------------------------------------
1 | #N A for all
2 | #O Dean Hickerson
3 | #C A period 6 oscillator found in March 1993.
4 | #C www.conwaylife.com/wiki/index.php?title=A_for_all
5 | x = 10, y = 10, rule = B3/S23
6 | 4b2o4b$3bo2bo3b$3b4o3b$bobo2bobob$o8bo$o8bo$bobo2bobob$3b4o3b$3bo2bo3b
7 | $4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/almosymmetric.rle:
--------------------------------------------------------------------------------
1 | #N Almosymmetric
2 | #C A period 2 oscillator found in 1971.
3 | #C www.conwaylife.com/wiki/index.php?title=Almosymmetric
4 | x = 9, y = 8, rule = B3/S23
5 | 4bo4b$2o2bobo2b$obo6b$7b2o$bo7b$o6bob$2obobo3b$5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/beacon.rle:
--------------------------------------------------------------------------------
1 | #N Beacon
2 | #O John Conway
3 | #C A common period 2 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Beacon
5 | x = 4, y = 4, rule = B3/S23
6 | 2o2b$o3b$3bo$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/beaconandtwotails.rle:
--------------------------------------------------------------------------------
1 | #N Beacon and two tails
2 | #C A period 2 oscillator.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Beacon_and_two_tails
4 | x = 7, y = 7, rule = B3/S23
5 | 2o5b$o6b$3bob2o$2b2obob$5bob$2b3o2b$2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/beaconontabletieeater.rle:
--------------------------------------------------------------------------------
1 | #N Beacon on table tie eater
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Beacon_on_table_tie_eater
4 | #C http://conwaylife.com/patterns/beaconontabletieeater.rle
5 | x = 8, y = 8, rule = B3/S23
6 | b2ob2o$2bobo$2bo4bo$b2o3b2o$o$3o$3bo$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/beehiveandlonghookeatingtub.rle:
--------------------------------------------------------------------------------
1 | #N Beehive and long hook eating tub
2 | #O Robert Wainwright
3 | #C A period 3 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Beehive_and_long_hook_eatin
5 | #C g_tub
6 | x = 11, y = 5, rule = b3/s23
7 | 5bo3bob$bob2obobobo$obo3bobobo$bo4bo2bob$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/beehivetesttubebaby.rle:
--------------------------------------------------------------------------------
1 | #N Beehive test tube baby
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Beehive_test_tube_baby
4 | #C http://conwaylife.com/patterns/beehivetesttubebaby.rle
5 | x = 10, y = 6, rule = B3/S23
6 | b2o$o2bo4b2o$b2obo2bobo$4bo2bo$4bo2bo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/bentkeys.rle:
--------------------------------------------------------------------------------
1 | #N Bent keys
2 | #O Dean Hickerson
3 | #C A period 3 oscillator found in August 1989.
4 | #C www.conwaylife.com/wiki/index.php?title=Bent_keys
5 | x = 12, y = 5, rule = B3/S23
6 | bo8bob$obo6bobo$bob2o2b2obob$4bo2bo4b$4bo2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/bipole.rle:
--------------------------------------------------------------------------------
1 | #N Bipole
2 | #C The barberpole of length 2 and thus a period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Bipole
4 | x = 5, y = 5, rule = B3/S23
5 | 2o3b$obo2b2$2bobo$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/bipoleonboat.rle:
--------------------------------------------------------------------------------
1 | #N Bipole on boat
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Bipole_on_boat
4 | #C http://conwaylife.com/patterns/bipoleonboat.rle
5 | x = 8, y = 8, rule = B3/S23
6 | 2o$obo2$2bobo$3b2o$5b2o$5bobo$6bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/blinker.rle:
--------------------------------------------------------------------------------
1 | #N Blinker
2 | #O John Conway
3 | #C A period 2 oscillator that is the smallest and most common oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Blinker
5 | x = 3, y = 1, rule = B3/S23
6 | 3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/blinkersbitpole.rle:
--------------------------------------------------------------------------------
1 | #N Blinkers bit pole
2 | #O Robert Wainwright
3 | #C A period 2 oscillator found in June 1977.
4 | #C www.conwaylife.com/wiki/index.php?title=Blinkers_bit_pole
5 | x = 7, y = 6, rule = B3/S23
6 | 5b2o$3obobo2$bobo2bo$o4bob$2o3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/blockedp42.rle:
--------------------------------------------------------------------------------
1 | #N Blocked p4-2
2 | #O Adam P. Goucher
3 | #C A period 4 oscillator.
4 | #C www.conwaylife.com/wiki/Blocked_p4-2
5 | x = 22, y = 8, rule = b3/s23
6 | 4bo3bo4bo3bo4b$3bobo10bobo3b$3bobo10bobo3b$2obobob8obobob2o$2obo14bob
7 | 2o$3bo14bo3b$3bobo4b2o4bobo3b$4b2o4b2o4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/blockedp43.rle:
--------------------------------------------------------------------------------
1 | #N Blocked p4-3
2 | #O Adam P. Goucher
3 | #C A period 4 oscillator.
4 | #C www.conwaylife.com/wiki/Blocked_p4-3
5 | x = 21, y = 9, rule = b3/s23
6 | 4bo3bobobo3bo4b$3bobo9bobo3b$3bobo9bobo3b$2obobob7obobob2o$2obo13bob2o
7 | $3bo13bo3b$3bobo4bo4bobo3b$4b2o3bobo3b2o4b$10bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/blockedp44.rle:
--------------------------------------------------------------------------------
1 | #N Blocked p4-4
2 | #O Matthias Merzenich
3 | #C A sparking period 4 oscillator found by Matthias Merzenich in April 2010.
4 | #C http://conwaylife.com/wiki/Blocked_p4-4
5 | x = 19, y = 9, rule = B3/S23
6 | 11bo$4bo3bo4bob2o$3bobo10bo$3bobo8b2o$2obobob7o2b3o$2obo11bo2bo$3bo12b
7 | 2o$3bobo$4b2o3b3o!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/blocker.rle:
--------------------------------------------------------------------------------
1 | #N Blocker
2 | #O Robert Wainwright
3 | #C A period 8 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Blocker
5 | x = 10, y = 5, rule = B3/S23
6 | 6bobob$5bo4b$2o2bo4bo$2obo2bob2o$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/blonker.rle:
--------------------------------------------------------------------------------
1 | #N Blonker
2 | #O Nicolay Beluchenko
3 | #C http://conwaylife.com/wiki/Blonker
4 | #C http://conwaylife.com/patterns/blonker.rle
5 | x = 12, y = 8, rule = B3/S23
6 | o2b2o4bo$2o2bob2obo$4bobo$5b2o$7bo$7bo3bo$9bobo$10bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/boatonquadpole.rle:
--------------------------------------------------------------------------------
1 | #N Boat on quadpole
2 | #C A period 2 oscillator.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Boat_on_quadpole
4 | x = 10, y = 10, rule = B3/S23
5 | bo8b$obo7b$b2o7b$3b2o5b$3bobo4b2$5bobo2b2$7bobo$8b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/boatonsparkcoil.rle:
--------------------------------------------------------------------------------
1 | #N Boat on spark coil
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Boat_on_spark_coil
4 | x = 8, y = 11, rule = B3/S23
5 | 2ob2o3b$o3bo3b$b3o4b3$b3o4b$o3bo3b$2ob2o3b$5b2ob$5bobo$6bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/boattesttubebaby.rle:
--------------------------------------------------------------------------------
1 | #N Boat test tube baby
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Boat_test_tube_baby
4 | #C http://conwaylife.com/patterns/boattesttubebaby.rle
5 | x = 10, y = 6, rule = B3/S23
6 | 2o6bo$obo4bobo$bobo2bob2o$3bo2bo$3bo2bo$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/boss.rle:
--------------------------------------------------------------------------------
1 | #N Boss
2 | #O David Buckingham
3 | #C A period 4 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Boss
5 | x = 11, y = 14, rule = B3/S23
6 | 5bo5b$4bobo4b$4bobo4b$3b2ob2o3b$2bo5bo2b$bobobobobob$bobo3bobob$2obo3b
7 | ob2o$o2bobobo2bo$2bo5bo2b$3b2ob2o3b$4bobo4b$4bobo4b$5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/bumper.rle:
--------------------------------------------------------------------------------
1 | #N Bumper
2 | #O Tanner Jacobi
3 | #C A small, color-preserving 90° glider reflector with a repeat time of 34.
4 | #C http://conwaylife.com/wiki/Bumper
5 | x = 21, y = 9, rule = B3/S23
6 | 7b2o$6bo2bo4b2o$6bobo5b2o$7bo2$2b2o9b3o$3bo9b2obo2b2o$3o12b2o2b2o$o14b
7 | 2o!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/burloaferimeter.rle:
--------------------------------------------------------------------------------
1 | #N Burloaferimeter
2 | #O David Buckingham
3 | #C A period 7 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Burloaferimeter
5 | x = 10, y = 11, rule = B3/S23
6 | 4b2o4b$5bo4b$4bo5b$3bob3o2b$3bobo2bob$2obo3bobo$2obo4bob$4b4o2b2$4b2o
7 | 4b$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/byflops.rle:
--------------------------------------------------------------------------------
1 | #N By flops
2 | #O Robert Wainwright
3 | #C A period 2 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=By_flops
5 | x = 6, y = 7, rule = B3/S23
6 | 3bo2b$bobo2b$5bo$5ob$5bo$bobo2b$3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/candelabra.rle:
--------------------------------------------------------------------------------
1 | #N Candelabra
2 | #O Charles Trawick
3 | #C A period 3 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Candelabra
5 | x = 16, y = 6, rule = B3/S23
6 | 4b2o4b2o4b$bo2bo6bo2bob$obobo6bobobo$bo2bob4obo2bob$4bobo2bobo4b$5bo4b
7 | o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/candlefrobra.rle:
--------------------------------------------------------------------------------
1 | #N Candlefrobra
2 | #O Robert Wainwright
3 | #C A period 3 oscillator found in November 1984.
4 | #C www.conwaylife.com/wiki/index.php?title=Candlefrobra
5 | x = 10, y = 5, rule = B3/S23
6 | 5bo4b$bob2obob2o$obo3bob2o$bo4bo3b$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/carnivalshuttle.rle:
--------------------------------------------------------------------------------
1 | #N Carnival shuttle
2 | #O Robert Wainwright
3 | #C A period 12 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Carnival_shuttle
5 | x = 38, y = 7, rule = B3/S23
6 | 33bo3bo$2o3b2o26b5o$bobobo3bo2bo6b2o3bo2bo7bo2b$b2ob2o2b2o3b2o4b2o2b2o
7 | 3b2o4bobob$bobobo3bo2bo6b2o3bo2bo7bo2b$2o3b2o26b5o$33bo3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/caterer.rle:
--------------------------------------------------------------------------------
1 | #N Caterer
2 | #O Dean Hickerson
3 | #C A period 3 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Caterer
5 | x = 8, y = 6, rule = B3/S23
6 | 2bo5b$o3b4o$o3bo3b$o7b$3bo4b$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/catereronfigureeight.rle:
--------------------------------------------------------------------------------
1 | #N Caterer on figure eight
2 | #C The smallest known period 24 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Caterer_on_figure_eight
4 | x = 18, y = 6, rule = b3/s23
5 | 4b2o6bo5b$2bob2o4bo3b4o$bo8bo3bo3b$4bo5bo7b$2obo9bo4b$2o9b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/catereronrattlesnake.rle:
--------------------------------------------------------------------------------
1 | #N Caterer on rattlesnake
2 | #C The smallest known period-33 oscillator.
3 | #C http://conwaylife.com/wiki/Caterer_on_rattlesnake
4 | x = 13, y = 20, rule = B3/S23
5 | 5bo$5bo$5bo$4b2o$2bo$bo4bo3b2o$bo7bobo$3b3o3bo$8b2o4$5bo$5b2o$2obobob
6 | 3o$ob2obobobo$6bo2b3o$7b2o3bo$9b3o$9bo!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/cauldron.rle:
--------------------------------------------------------------------------------
1 | #N Cauldron
2 | #O Robert Wainwright and Don Woods
3 | #C A period 8 oscillator found in 1971.
4 | #C http://www.conwaylife.com/wiki/index.php?title=Cauldron
5 | x = 11, y = 13, rule = B3/S23
6 | 5bo5b$4bobo4b$5bo5b2$3b5o3b$obo5bobo$2obo3bob2o$3bo3bo3b$3bo3bo3b$4b3o
7 | 4b2$4b2obo3b$4bob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/chacha.rle:
--------------------------------------------------------------------------------
1 | #N Cha cha
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Cha_cha
4 | #C http://conwaylife.com/patterns/chacha.rle
5 | x = 8, y = 6, rule = B3/S23
6 | 4bo$2bobobo$obobobo$bobobobo$bobobo$3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/champagneglass.rle:
--------------------------------------------------------------------------------
1 | #N Champagne glass
2 | #O Dean Hickerson
3 | #C A period 22 oscillator found in the mid-1990s.
4 | #C www.conwaylife.com/wiki/index.php?title=Champagne_glass
5 | x = 15, y = 12, rule = b3/s23
6 | 3b2o5b2o3b$3bo7bo3b$2obo7bob2o$o2b2o5b2o2bo$b2o6bo2b2ob$3b3o4b2o3b$3bo
7 | 4bo2bo3b$4b7o4b2$6b3o6b$6bo2bo5b$8b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/chemist.rle:
--------------------------------------------------------------------------------
1 | #N Chemist
2 | #C A period 5 oscillator.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Chemist
4 | x = 15, y = 13, rule = B3/S23
5 | 7bo7b$7b3o5b$10bo4b$5b3o2bo2b2o$4bobobobobobo$4bo3bobobo2b$b2obo5bob2o
6 | b$2bobobo3bo4b$obobobobobo4b$2o2bo2b3o5b$4bo10b$5b3o7b$7bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/circleoffire.rle:
--------------------------------------------------------------------------------
1 | #N Circle of fire
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Circle_of_fire
4 | #C http://conwaylife.com/patterns/circleoffire.rle
5 | x = 11, y = 11, rule = B3/S23
6 | 4bobo$2bo2bo2bo$3bobobo$b3obob3o$5bo$5ob5o$5bo$b3obob3o$3bobobo$2bo2bo
7 | 2bo$4bobo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/cisbeaconandanvil.rle:
--------------------------------------------------------------------------------
1 | #N Cis-beacon and anvil
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Cis-beacon_and_anvil
4 | x = 7, y = 9, rule = b3/s23
5 | 3b2o2b$4bo2b$bo5b$b2o4b2$b4o2b$o4bob$b3obob$3bob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/cisbeaconandcap.rle:
--------------------------------------------------------------------------------
1 | #N Cis-beacon and cap
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Cis-beacon_and_cap
4 | x = 4, y = 8, rule = b3/s23
5 | 2b2o$3bo$o3b$2o2b2$4o$o2bo$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/cisbeaconanddock.rle:
--------------------------------------------------------------------------------
1 | #N Cis-beacon and dock
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Cis-beacon_and_dock
4 | x = 6, y = 8, rule = B3/S23
5 | 3b2ob$4bob$bo4b$b2o3b2$b4ob$o4bo$2o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/cisbeaconandtable.rle:
--------------------------------------------------------------------------------
1 | #N Cis-beacon and table
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Cis-beacon_and_table
4 | x = 4, y = 7, rule = b3/s23
5 | 2b2o$3bo$o3b$2o2b2$4o$o2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/cisbeaconupandlonghook.rle:
--------------------------------------------------------------------------------
1 | #N Cis-beacon up and long hook
2 | #C A period 2 oscillator composed of a beacon and a long hook.
3 | #C www.conwaylife.com/wiki/index.php?title=Beacon_and_long_hook
4 | x = 5, y = 8, rule = B3/S23
5 | 2b2ob$3bob$o4b$2o3b2$4ob$o3bo$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/cisboatandlonghookeatingtub.rle:
--------------------------------------------------------------------------------
1 | #N Cis-boat and long hook eating tub
2 | #O Robert Wainwright
3 | #C A period 3 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Cis-boat_and_long_hook_eati
5 | #C ng_tub
6 | x = 11, y = 5, rule = b3/s23
7 | 5bo5b$bob2obob2ob$obo3bobobo$bo4bo2bob$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/clawtesttubebaby.rle:
--------------------------------------------------------------------------------
1 | #N Claw test tube baby
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Claw_test_tube_baby
4 | #C http://conwaylife.com/patterns/clawtesttubebaby.rle
5 | x = 12, y = 6, rule = B3/S23
6 | 2o8b2o$o2bo4bo2bo$b2obo2bob2o$4bo2bo$4bo2bo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/clock2.rle:
--------------------------------------------------------------------------------
1 | #N Clock 2
2 | #C A period 4 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Clock_2
4 | x = 12, y = 12, rule = B3/S23
5 | 6b2o4b$6b2o4b2$4b4o4b$2obo4bo3b$2obo2bobo3b$3bo2bobob2o$3bobo2bob2o$4b
6 | 4o4b2$4b2o6b$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/coesp8.rle:
--------------------------------------------------------------------------------
1 | #N Coe's p8
2 | #O Tim Coe
3 | #C A period 8 oscillator found in August 1997.
4 | #C http://www.conwaylife.com/wiki/index.php?title=Coe's_p8
5 | x = 12, y = 6, rule = B3/S23
6 | 2o10b$2o2b2o6b$5b2o5b$4bo2bo4b$7bo2b2o$5bobo2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/confusedeaters.rle:
--------------------------------------------------------------------------------
1 | #N Confused eaters
2 | #O David Buckingham
3 | #C A period 4 oscillator found no later than 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Confused_eaters
5 | x = 11, y = 11, rule = B3/S23
6 | o10b$3o8b$3bo7b$2bo8b$2bo2bo5b$5bo5b$3bobo5b$3b2o2b2o2b$7bobob$9bob$9b
7 | 2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/cousins.rle:
--------------------------------------------------------------------------------
1 | #N Cousins
2 | #C A period 3 oscillator that contains two copies of the stillater rotor.
3 | #C www.conwaylife.com/wiki/index.php?title=Cousins
4 | x = 13, y = 7, rule = B3/S23
5 | 5bob2o4b$3b3obobo3b$obo6bo3b$2ob2ob2obob2o$3bobo4bobo$3bobob3o3b$4b2ob
6 | o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/cross.rle:
--------------------------------------------------------------------------------
1 | #N Cross
2 | #O Robert Wainwright
3 | #C A period 3 oscillator found in October 1989.
4 | #C www.conwaylife.com/wiki/index.php?title=Cross
5 | x = 8, y = 8, rule = B3/S23
6 | 2b4o2b$2bo2bo2b$3o2b3o$o6bo$o6bo$3o2b3o$2bo2bo2b$2b4o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/crowd.rle:
--------------------------------------------------------------------------------
1 | #N Crowd
2 | #O David Buckingham
3 | #C A period 3 oscillator found in January 1973.
4 | #C www.conwaylife.com/wiki/index.php?title=Crowd
5 | x = 14, y = 14, rule = B3/S23
6 | 11bo2b$9b3o2b$5b2obo5b$5bo3bo4b$7b2obo3b$3b4o3bo3b$obo5bobob2o$2obobo
7 | 5bobo$3bo3b4o3b$3bob2o7b$4bo3bo5b$5bob2o5b$2b3o9b$2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/cuphook.rle:
--------------------------------------------------------------------------------
1 | #N Cuphook
2 | #O Rich Schroeppel
3 | #C A period 3 oscillator with 3 cells in its rotor. Found in October 1970.
4 | #C www.conwaylife.com/wiki/index.php?title=Cuphook
5 | x = 9, y = 8, rule = B3/S23
6 | 4b2o3b$2obobo3b$2obo5b$3bo5b$3bo2bo2b$4b2obob$7bob$7b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/cyclic.rle:
--------------------------------------------------------------------------------
1 | #N Cyclic
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Cyclic
4 | #C http://conwaylife.com/patterns/cyclic.rle
5 | x = 10, y = 10, rule = B3/S23
6 | 4b2o$3bo2bo$3bob2o$b2o2bob2o$o5b2obo$ob2o5bo$b2obo2b2o$3b2obo$3bo2bo$
7 | 4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/decapole.rle:
--------------------------------------------------------------------------------
1 | #N Decapole
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Decapole
4 | #C http://conwaylife.com/patterns/decapole.rle
5 | x = 13, y = 13, rule = B3/S23
6 | 11b2o$10bobo2$8bobo2$6bobo2$4bobo2$2bobo2$obo$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/diamondring.rle:
--------------------------------------------------------------------------------
1 | #N Diamond ring
2 | #O David Buckingham
3 | #C A period 3 oscillator found in 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Diamond_ring
5 | x = 13, y = 13, rule = b3/s23
6 | 6bo6b$5bobo5b$4bobobo4b$4bo3bo4b$2b2o2bo2b2o2b$bo4bo4bob$obob2ob2obobo
7 | $bo4bo4bob$2b2o2bo2b2o2b$4bo3bo4b$4bobobo4b$5bobo5b$6bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/dinnertable.rle:
--------------------------------------------------------------------------------
1 | #N Dinner table
2 | #O Robert Wainwright
3 | #C The first period 12 oscillator to be found. Discovered in 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Dinner_table
5 | x = 13, y = 13, rule = b3/s23
6 | bo11b$b3o7b2o$4bo6bob$3b2o4bobob$9b2o2b$6bo6b$4b2obo5b2$2bo3bo2bo3b$bo
7 | b2o4bo3b$bo6bo4b$2o7b3ob$11bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/duodecapole.rle:
--------------------------------------------------------------------------------
1 | #N Duodecapole
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Duodecapole
4 | #C http://conwaylife.com/patterns/duodecapole.rle
5 | x = 15, y = 15, rule = B3/S23
6 | 13b2o$12bobo2$10bobo2$8bobo2$6bobo2$4bobo2$2bobo2$obo$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/eaterblockfrob.rle:
--------------------------------------------------------------------------------
1 | #N Eater/block frob
2 | #O David Buckingham
3 | #C A period 4 oscillator found in 1976 or earlier.
4 | #C www.conwaylife.com/wiki/index.php?title=Eater/block_frob
5 | x = 10, y = 10, rule = B3/S23
6 | b2o7b$2bo7b$2bobo5b$3bobo4b$5b2ob2o$8b2o$2b2o6b$3bo6b$3o7b$o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/eaterplug.rle:
--------------------------------------------------------------------------------
1 | #N Eater plug
2 | #O Robert Wainwright
3 | #C A period 2 oscillator found in February 1973.
4 | #C http://www.conwaylife.com/wiki/index.php?title=Eater_plug
5 | x = 8, y = 8, rule = B3/S23
6 | 7bo$5b3o$4bo3b$5bo2b$2bo2bo2b$bob2o3b$bo6b$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/elkiesp5.rle:
--------------------------------------------------------------------------------
1 | #N Elkies' p5
2 | #O Noam Elkies
3 | #C A period 5 oscillator found in 1997.
4 | #C www.conwaylife.com/wiki/index.php?title=Elkies'_p5
5 | x = 9, y = 8, rule = B3/S23
6 | bo7b$o2b3o3b$2bo6b$3bobo2bo$2b2ob4o$4bo4b$4bobo2b$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/enretard.rle:
--------------------------------------------------------------------------------
1 | #N En retard
2 | #O David Buckingham
3 | #C A period 3 oscillator found in August 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=En_retard
5 | x = 11, y = 11, rule = B3/S23
6 | 5bo5b$4bobo4b$2obobobob2o$bobo3bobob$o2bobobo2bo$b2o5b2ob$3b2ob2o3b$3b
7 | obobo3b$4bobo4b$2bobobobo2b$2b2o3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/eureka.rle:
--------------------------------------------------------------------------------
1 | #N Eureka
2 | #O David Buckingham
3 | #C A period 30 pre-pulsar shuttle oscillator that was found in August 1980.
4 | #C www.conwaylife.com/wiki/index.php?title=Eureka
5 | x = 18, y = 11, rule = B3/S23
6 | bo14bob$obo4bo7bobo$bo3b2ob2o6bob$7bo10b4$7bo10b$bo3b2ob2o6bob$obo4bo
7 | 7bobo$bo14bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/extremelyimpressive.rle:
--------------------------------------------------------------------------------
1 | #N Extremely impressive
2 | #O David Buckingham
3 | #C A period 6 oscillator found in August 1976.
4 | #C www.conwaylife.com/wiki/index.php?title=Extremely_impressive
5 | x = 12, y = 10, rule = B3/S23
6 | 4b2o6b$3bob3o4b$3bo4bo3b$2obo3b2o3b$2obo5b2ob$4b5o2bo$10b2o$6bo5b$5bob
7 | o4b$6bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/figure8on22p36.rle:
--------------------------------------------------------------------------------
1 | x = 28, y = 26, rule = Life
2 | 3$22bo$21bobo$20bo3bo$19bo3bo$4b2o12bo3bo$5bo11bo3bo$5bobo10bobo$6b2o
3 | 11bo$12bo$11b2o$12bo5$9bo$9b2o$9bo$14b2o$14bobo$16bo$16b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/figureeight.rle:
--------------------------------------------------------------------------------
1 | #N Figure eight
2 | #O Simon Norton
3 | #C A period 8 oscillator found in 1970.
4 | #C www.conwaylife.com/wiki/index.php?title=Figure_eight
5 | x = 6, y = 6, rule = B3/S23
6 | 2o4b$2obo2b$4bob$bo4b$2bob2o$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/figureeighton34p13.rle:
--------------------------------------------------------------------------------
1 | #N Figure eight on 34P13
2 | #O
3 | #C A 46-cell non-trivial period 104 oscillator.
4 | #C http://conwaylife.com/wiki/Figure_eight_on_34P13
5 | x = 16, y = 22, rule = B3/S23
6 | 4b3o2$6bo$6b2o$5bo$8bo$4bo3bo$9b2o$2o2b3o5bo$2o5bo4b2obo$7bo3bo3bo$7bo
7 | bo5bo3$6b2o$6b2o$13b2o$11bob2o$10bo$13bo$9b2obo$9b2o!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/figureeightonpentadecathlon.rle:
--------------------------------------------------------------------------------
1 | #N Figure eight on pentadecathlon
2 | #C The smallest known period 120 oscillator.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Figure_eight_on_pent
4 | #C adecathlon
5 | x = 14, y = 10, rule = 23/3
6 | bo6b2o4b$bo6b2obo2b$obo9bob$bo7bo4b$bo8bob2o$bo10b2o$bo12b$obo11b$bo
7 | 12b$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/figureeightonrattlesnake.rle:
--------------------------------------------------------------------------------
1 | #N Figure eight on rattlesnake
2 | #C The smallest known period-88 oscillator.
3 | #C http://conwaylife.com/wiki/Figure_eight_on_rattlesnake
4 | x = 20, y = 15, rule = B3/S23
5 | 8b2o8b2o$8bo7bob2o$9bo5bo$8b2o8bo$14b2obo$14b2o2$5b2o$5bob2o$2obobobob
6 | o$ob2obobo$6bo2b3o$7b2o3bo$9b3o$9bo!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/firespitting.rle:
--------------------------------------------------------------------------------
1 | #N Fire-spitting
2 | #O Nicolay Beluchenko
3 | #C A small period-3 oscillator found by Nicolay Beluchenko in September 2003.
4 | #C http://conwaylife.com/wiki/Fire-spitting
5 | x = 8, y = 10, rule = B3/S23
6 | 5bo$3b2obo$b2o3bo$4bob2o$bo2bo$2bobo2$bobo$o$2o!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/foreandback.rle:
--------------------------------------------------------------------------------
1 | #N Fore and back
2 | #O Achim Flammenkamp
3 | #C A period 2 oscillator found in July 1994.
4 | #C www.conwaylife.com/wiki/index.php?title=Fore_and_back
5 | x = 7, y = 7, rule = B3/S23
6 | 2ob2o2b$2obobob$6bo$3ob3o$o6b$bobob2o$2b2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/fox.rle:
--------------------------------------------------------------------------------
1 | #N Fox
2 | #O David Buckingham
3 | #C The smallest asymmetric period 2 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Fox
5 | x = 7, y = 7, rule = B3/S23
6 | 4bo2b$4bo2b$2bo2bob$2o5b$4bobo$2bobobo$6bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/frenchkiss.rle:
--------------------------------------------------------------------------------
1 | #N French kiss
2 | #O Robert Wainwright
3 | #C A period 3 oscillator found in July 1971.
4 | #C www.conwaylife.com/wiki/index.php?title=French_kiss
5 | x = 10, y = 9, rule = B3/S23
6 | o9b$3o7b$3bo6b$2bo2b2o3b$2bo4bo2b$3b2o2bo2b$6bo3b$7b3o$9bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/frogii.rle:
--------------------------------------------------------------------------------
1 | #N Frog II
2 | #O David Buckingham
3 | #C A period 3 oscillator found in October 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Frog_II
5 | x = 11, y = 13, rule = B3/S23
6 | 2b2o3b2o2b$2bobobobo2b$4bobo4b$3bobobo3b$3b2ob2o3b$b2o5b2ob$o2bobobo2b
7 | o$bobo3bobob$2obo3bob2o$4b3o4b2$3bob2o4b$3b2obo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/fumarole.rle:
--------------------------------------------------------------------------------
1 | #N Fumarole
2 | #O Dean Hickerson
3 | #C A period 5 oscillator found in September 1989.
4 | #C www.conwaylife.com/wiki/index.php?title=Fumarole
5 | x = 8, y = 7, rule = B3/S23
6 | 3b2o3b$bo4bob$bo4bob$bo4bob$2bo2bo2b$obo2bobo$2o4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/fumaroleon43p18.rle:
--------------------------------------------------------------------------------
1 | #N Fumarole on 43P18
2 | #C The smallest known period-90 oscillator.
3 | #C http://conwaylife.com/wiki/Fumarole_on_43P18
4 | x = 23, y = 18, rule = B3/S23
5 | 4b2o$4b2o$4b2o$4bo13bo2bo$3bobo12bo$4bobob3o6bo4bo$5bob4o5bobo2b2o$6bo
6 | 7b2obo2$10bo$2o7bo4bo2bo$o2b2o5bo5b2o$b2obo$5bo4b2o$5bo4b2o$b2obo$o2b
7 | 2o$2o!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/germ.rle:
--------------------------------------------------------------------------------
1 | #N Germ
2 | #O David Buckingham
3 | #C A period 3 oscillator found in September 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Germ
5 | x = 10, y = 10, rule = B3/S23
6 | 4b2o4b$5bo4b$3bo6b$2bob4o2b$2bo4bo2b$b2obo5b$2bobob4o$obobo4bo$2o3b3o
7 | 2b$7b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/glasses.rle:
--------------------------------------------------------------------------------
1 | #N Glasses
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Glasses
4 | x = 18, y = 11, rule = B3/S23
5 | 4bo8bo4b$2b3o8b3o2b$bo14bob$bo2b3o4b3o2bob$2obo3bo2bo3bob2o$3bo3b4o3bo
6 | 3b$3bo3bo2bo3bo3b$4b3o4b3o4b2$4b2obo2bob2o4b$4bob2o2b2obo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/graycounter.rle:
--------------------------------------------------------------------------------
1 | #N Gray counter
2 | #C A period 4 oscillator.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Gray_counter
4 | x = 13, y = 9, rule = B3/S23
5 | 6bo6b$5bobo5b$4bobobo4b$bo2bo3bo2bob$obobo3bobobo$bo2bo3bo2bob$4bobobo
6 | 4b$5bobo5b$6bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/greatonoff.rle:
--------------------------------------------------------------------------------
1 | #N Great on-off
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Great_on-off
4 | x = 8, y = 8, rule = B3/S23
5 | 2b2o4b$bo2bo3b$bobo4b$2obo2bob$4b2obo$7bo$4b3ob$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/griddleandbeehive.rle:
--------------------------------------------------------------------------------
1 | #N Griddle and beehive
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Griddle_and_beehive
4 | x = 6, y = 8, rule = B3/S23
5 | 3bo2b$bobo2b$o4bo$6o2$2b2o2b$bo2bob$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/griddleandblock.rle:
--------------------------------------------------------------------------------
1 | #N Griddle and block
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Griddle_and_block
4 | x = 6, y = 7, rule = B3/S23
5 | 3bo2b$bobo2b$o4bo$6o2$2b2o2b$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/griddleandblocks.rle:
--------------------------------------------------------------------------------
1 | #N Griddle and blocks
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Griddle_and_blocks
4 | #C http://conwaylife.com/patterns/griddleandblocks.rle
5 | x = 6, y = 7, rule = B3/S23
6 | 3bo$bobo$o4bo$6o2$2o2b2o$2o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/griddleandboat.rle:
--------------------------------------------------------------------------------
1 | #N Griddle and boat
2 | #C A period 2 oscillator.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Griddle_and_boat
4 | x = 6, y = 8, rule = B3/S23
5 | 3bo2b$bobo2b$o4bo$6o2$2b2o2b$bobo2b$2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/griddleanddock.rle:
--------------------------------------------------------------------------------
1 | #N Griddle and dock
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Griddle_and_dock
4 | #C http://conwaylife.com/patterns/griddleanddock.rle
5 | x = 7, y = 8, rule = B3/S23
6 | 4bo$2bobo$bo4bo$b6o2$b4o$o4bo$2o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/griddleandtable.rle:
--------------------------------------------------------------------------------
1 | #N Griddle and table
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Griddle_and_table
4 | #C http://conwaylife.com/patterns/griddleandtable.rle
5 | x = 6, y = 7, rule = B3/S23
6 | 3bo$bobo$o4bo$6o2$4o$o2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/heart.rle:
--------------------------------------------------------------------------------
1 | #N Heart
2 | #C A period 5 oscillator.
3 | #C www.conwaylife.com/wiki/Heart
4 | x = 11, y = 11, rule = b3/s23
5 | 5bo5b$4bo2bo3b$bo2bo2bo3b$obobobob2ob$bo2bo2bo3b$4bo5bo$5b5ob2$7bo3b$
6 | 6bobo2b$7bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/heptapole.rle:
--------------------------------------------------------------------------------
1 | #N Heptapole
2 | #C The barberpole of length 7 and thus a period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Heptapole
4 | x = 10, y = 10, rule = B3/S23
5 | 2o8b$obo7b2$2bobo5b2$4bobo3b2$6bobob$9bo$8b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/hertzoscillator.rle:
--------------------------------------------------------------------------------
1 | #N Hertz oscillator
2 | #C A period 8 oscillator found by John Conway's group in 1970.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Hertz_oscillator
4 | x = 11, y = 12, rule = B3/S23
5 | 3b2obo4b$3bob2o4b2$4b3o4b$3bobobob2o$3bo3bob2o$2obo3bo3b$2obo3bo3b$4b
6 | 3o4b2$4b2obo3b$4bob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/hexapole.rle:
--------------------------------------------------------------------------------
1 | #N Hexapole
2 | #C The barberpole of length 6 and thus a period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Hexapole
4 | x = 9, y = 9, rule = B3/S23
5 | 2o7b$obo6b2$2bobo4b2$4bobo2b2$6bobo$7b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/hivetesttubebaby.rle:
--------------------------------------------------------------------------------
1 | #N Hive test tube baby
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Hive_test_tube_baby
4 | #C http://conwaylife.com/patterns/hivetesttubebaby.rle
5 | x = 12, y = 6, rule = B3/S23
6 | b2o6b2o$o2bo4bo2bo$b2obo2bob2o$4bo2bo$4bo2bo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/honeythieveswithtesttubebaby.rle:
--------------------------------------------------------------------------------
1 | #N Honey thieves with test tube baby
2 | #C A trivial period-34 oscillator
3 | #C All rotor cells oscillate at either period-2 or period-17
4 | x = 16, y = 19, rule = B3/S23
5 | 3b2o$4bo$b3o$o$o12bo$b3o7b3o$4bo5bo$3bo6b2o$4bo$7b2o$7b2o2$8b2o$8b2o$
6 | 12bo$5b2o6bo$6bo5bo$3b3o7b3o$3bo11bo!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/hooks.rle:
--------------------------------------------------------------------------------
1 | #N Hooks
2 | #C A period 5 oscillator.
3 | #C www.conwaylife.com/wiki/Hooks
4 | x = 11, y = 10, rule = b3/s23
5 | 6b2o3b$ob2obobo3b$2obobo5b$4b2o5b$5bo5b2$7b2o2b$7bo3b$8b3o$10bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/hooktesttubebaby.rle:
--------------------------------------------------------------------------------
1 | #N Hook test tube baby
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Hook_test_tube_baby
4 | #C http://conwaylife.com/patterns/hooktesttubebaby.rle
5 | x = 10, y = 5, rule = B3/S23
6 | obo4bobo$2obo2bob2o$3bo2bo$3bo2bo$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/hustler.rle:
--------------------------------------------------------------------------------
1 | #N Hustler
2 | #O Robert Wainwright
3 | #C A period 3 oscillator found in June 1971.
4 | #C www.conwaylife.com/wiki/index.php?title=Hustler
5 | x = 11, y = 12, rule = B3/S23
6 | 5b2o4b$5b2o4b2$3b4o4b$obo4bo3b$2obo3bo3b$3bo3bob2o$3bo4bobo$4b4o3b2$4b
7 | 2o5b$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/hustlerii.rle:
--------------------------------------------------------------------------------
1 | #N Hustler II
2 | #C A period 4 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Hustler_II
4 | x = 16, y = 13, rule = B3/S23
5 | 4bo11b$4b3o9b$7bo8b$6bo2b2o5b$ob2obob2o2bo4b$2obobo5bo4b$5bo4bo5b$4bo
6 | 5bobob2o$4bo2b2obob2obo$5b2o2bo6b$8bo7b$9b3o4b$11bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/interchange.rle:
--------------------------------------------------------------------------------
1 | #N Interchange
2 | #C A common period 2 oscillator made up of six blinkers.
3 | #C www.conwaylife.com/wiki/index.php?title=Interchange
4 | x = 14, y = 7, rule = B3/S23
5 | 2b3o4b3o2b2$o12bo$o12bo$o12bo2$2b3o4b3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/jack.rle:
--------------------------------------------------------------------------------
1 | #N Jack
2 | #O Robert Wainwright
3 | #C A period 4 oscillator found in April 1984.
4 | #C www.conwaylife.com/wiki/index.php?title=Jack
5 | x = 13, y = 9, rule = B3/S23
6 | 3bo5bo3b$3b2o3b2o3b$o2b2o3b2o2bo$3o2bobo2b3o$5bobo5b$3o2bobo2b3o$o2b2o
7 | 3b2o2bo$3b2o3b2o3b$3bo5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/jam.rle:
--------------------------------------------------------------------------------
1 | #N Jam
2 | #O Achim Flammenkamp
3 | #C A period 3 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Jam
5 | x = 6, y = 7, rule = B3/S23
6 | 3b2ob$2bo2bo$o2bobo$o3bob$o5b$3bo2b$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/jasonsp6.rle:
--------------------------------------------------------------------------------
1 | #N Jason's p6
2 | #O Jason Summers
3 | #C http://conwaylife.com/wiki/Jason%27s_p6
4 | #C http://conwaylife.com/patterns/jasonsp6.rle
5 | x = 10, y = 10, rule = B3/S23
6 | 2b2ob2o$5bo$o2b3o$obobo4bo$2b2o3b3o$3o3b2o$o4bobobo$4b3o2bo$4bo$3b2ob
7 | 2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/karelsp15.rle:
--------------------------------------------------------------------------------
1 | #N Karel's p15
2 | #O Karel Suhajda
3 | #C A period 15 oscillator discovered on December 11, 2002
4 | #C http://www.conwaylife.com/wiki/index.php?title=Karel's_p15
5 | x = 10, y = 11, rule = b3/s23
6 | 2bo4bo2b$2b6o2b$2bo4bo2b4$2b6o2b$bo6bob$o8bo$bo6bob$2b6o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/killertoads.rle:
--------------------------------------------------------------------------------
1 | #N Killer toads
2 | #C A period 2 oscillator made up of a pair of toads acting together so that they can eat things.
3 | #C www.conwaylife.com/wiki/index.php?title=Killer_toads
4 | x = 4, y = 7, rule = B3/S23
5 | b3o$3ob4$3ob$b3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/koksgalaxy.rle:
--------------------------------------------------------------------------------
1 | #N Kok's galaxy
2 | #O Jan Kok
3 | #C A period 8 oscillator that was found in 1971.
4 | #C www.conwaylife.com/wiki/index.php?title=Kok's_galaxy
5 | x = 9, y = 9, rule = 23/3
6 | 2bo2bobob$2obob3ob$bo6bo$2o5bob2$bo5b2o$o6bob$b3obob2o$bobo2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/laputa.rle:
--------------------------------------------------------------------------------
1 | #N Laputa
2 | #O Rich Schroeppel
3 | #C A period 2 oscillator found in September 1992.
4 | #C www.conwaylife.com/wiki/index.php?title=Laputa
5 | x = 12, y = 7, rule = B3/S23
6 | 3b2ob2o4b$3b2obo3b2o$8bo2bo$b6ob3ob$o2bobo6b$2o3bob2o3b$4b2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/lightbulb.rle:
--------------------------------------------------------------------------------
1 | #N Light bulb
2 | #C A period 2 oscillator that was found in 1971.
3 | #C www.conwaylife.com/wiki/index.php?title=Light_bulb
4 | x = 7, y = 9, rule = B3/S23
5 | b2obo2b$bob2o2b2$2b3o2b$bo3bob$bo3bob$2bobo2b$obobobo$2o3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/lightweightemulator.rle:
--------------------------------------------------------------------------------
1 | #N Lightweight emulator
2 | #O Robert Wainwright
3 | #C A period 4 oscillator that produces sparks similar to that of the lightweight spaceship.
4 | #C www.conwaylife.com/wiki/index.php?title=Lightweight_emulator
5 | x = 14, y = 6, rule = B3/S23
6 | 2b2obo2bob2o2b$2bo8bo2b$3b2o4b2o3b$3o2b4o2b3o$o2bo6bo2bo$b2o8b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/loadingdock.rle:
--------------------------------------------------------------------------------
1 | #N Loading dock
2 | #O David Buckingham
3 | #C A period 3 oscillator that was found in September 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Loading_dock
5 | x = 9, y = 8, rule = B3/S23
6 | 4bo4b$2b3o4b$bo3b2o2b$ob2o3bob$bo3b2obo$2b2o3bob$4b3o2b$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/loaftesttubebaby.rle:
--------------------------------------------------------------------------------
1 | #N Loaf test tube baby
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Loaf_test_tube_baby
4 | #C http://conwaylife.com/patterns/loaftesttubebaby.rle
5 | x = 12, y = 7, rule = B3/S23
6 | 10bo$b2o6bobo$o2bo4bo2bo$obobo2bob2o$bo2bo2bo$4bo2bo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/mangled1beacon.rle:
--------------------------------------------------------------------------------
1 | #N Mangled 1 beacon
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Mangled_1_beacon
4 | #C http://conwaylife.com/patterns/mangled1beacon.rle
5 | x = 7, y = 7, rule = B3/S23
6 | 3b2o$3bobo$o5bo$5obo$5bo$2bo$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/mangotesttubebaby.rle:
--------------------------------------------------------------------------------
1 | #N Mango test tube baby
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Mango_test_tube_baby
4 | #C http://conwaylife.com/patterns/mangotesttubebaby.rle
5 | x = 14, y = 7, rule = B3/S23
6 | 11b2o$2b2o6bo2bo$bo2bo4bo2bo$o2bobo2bob2o$b2o2bo2bo$5bo2bo$6b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/mathematician.rle:
--------------------------------------------------------------------------------
1 | #N Mathematician
2 | #O David Buckingham
3 | #C A period 5 oscillator found in 1972.
4 | #C http://www.conwaylife.com/wiki/index.php?title=Mathematician
5 | x = 9, y = 11, rule = B3/S23
6 | 4bo4b$3bobo3b$3bobo3b$2b2ob2o2b$o7bo$3o3b3o2$9o$o7bo$3b4o2b$3bo2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/mazing.rle:
--------------------------------------------------------------------------------
1 | #N Mazing
2 | #O David Buckingham
3 | #C A period 4 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Mazing
5 | x = 7, y = 7, rule = B3/S23
6 | 3b2o2b$bobo3b$o5bo$bo3b2o2$3bobob$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/merzenichsp64.rle:
--------------------------------------------------------------------------------
1 | #N Merzenich's p64
2 | #O Matthias Merzenich
3 | #C The smallest known period-64 oscillator.
4 | #C http://conwaylife.com/wiki/Merzenich%27s_p64
5 | x = 21, y = 21, rule = B3/S23
6 | 5b2o$5b2o3$8b2o$9b2o8b2o$19b2o2$10bobo$9bo3bo$8bo3bo$7bo3bo$8bobo2$2o$
7 | 2o8b2o$11b2o3$14b2o$14b2o!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/minipressurecooker.rle:
--------------------------------------------------------------------------------
1 | #N Mini pressure cooker
2 | #O Robert Wainwright
3 | #C A period 3 oscillator found no later than June 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Mini_pressure_cooker
5 | x = 11, y = 10, rule = B3/S23
6 | 5bo5b$4bobo4b$4bobo4b$3b2ob2o3b$obo5bobo$2obobobob2o$3bo3bo3b$3bobobo
7 | 3b$4bobo4b$5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/mold.rle:
--------------------------------------------------------------------------------
1 | #N Mold
2 | #O Achim Flammenkamp
3 | #C The smallest period 4 oscillator.
4 | #C http://www.conwaylife.com/wiki/index.php?title=Mold
5 | x = 6, y = 6, rule = B3/S23
6 | 3b2ob$2bo2bo$o2bobo$4bob$ob2o2b$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/moldon48p31.rle:
--------------------------------------------------------------------------------
1 | #N Mold on 48P31
2 | #C The smallest known period-124 oscillator.
3 | #C http://conwaylife.com/wiki/Mold_on_48P31
4 | x = 24, y = 24, rule = B3/S23
5 | 10b2o$9bo2bo$8bobobo$8bo2bo$7bo$8bobo6$7b2obo2bob2o$2o4bo2bo4bo2bo4b2o
6 | $2o5bobo4bobo5b2o$8bo6bo6$8bo6bo$2o5bobo4bobo5b2o$2o4bo2bo4bo2bo4b2o$
7 | 7b2obo2bob2o!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/moldonpentadecathlon.rle:
--------------------------------------------------------------------------------
1 | #N Mold on pentadecathlon
2 | #C A small non-trivial period 60 oscillator
3 | #C www.conwaylife.com/wiki/index.php?title=Mold_on_PD
4 | x = 10, y = 13, rule = b3/s23
5 | 2bo4bo2b$2ob4ob2o$2bo4bo2b5$6bobob$9bo$5bo2bob$4bobobob$4bo2bo2b$5b2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/moldonrattlesnake.rle:
--------------------------------------------------------------------------------
1 | #N Mold on rattlesnake
2 | #C The smallest known period-44 oscillator.
3 | #C http://conwaylife.com/wiki/Mold_on_rattlesnake
4 | x = 14, y = 15, rule = B3/S23
5 | 4bo4b2o$2b2obo3bo$bo8bo$obo2bo3b2o$o2bo$b2o2$6bo$6b2o$b2obobob3o$bob2o
6 | bobobo$7bo2b3o$8b2o3bo$10b3o$10bo!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/monoclawtesttubebaby.rle:
--------------------------------------------------------------------------------
1 | #N Monoclaw test tube baby
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Monoclaw_test_tube_baby
4 | #C http://conwaylife.com/patterns/monoclawtesttubebaby.rle
5 | x = 10, y = 6, rule = B3/S23
6 | 2o$o2bo4b2o$b2obo2bobo$4bo2bo$4bo2bo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/monogram.rle:
--------------------------------------------------------------------------------
1 | #N Monogram
2 | #O Dean Hickerson
3 | #C A period 4 oscillator found in August 1989.
4 | #C www.conwaylife.com/wiki/index.php?title=Monogram
5 | x = 7, y = 5, rule = B3/S23
6 | 2o3b2o$bobobob$b2ob2ob$bobobob$2o3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/montana.rle:
--------------------------------------------------------------------------------
1 | #N Montana
2 | #O Scot Ellison
3 | #C A period 5 oscillator found in June 2011.
4 | #C http://www.conwaylife.com/wiki/Montana
5 | x = 12, y = 10, rule = b3/s23
6 | 9b2ob$8bo2bo$bo7bobo$o3bob2ob2ob$bobobob2o3b$3bo2bo2b2ob$6bobo2bo$4bob
7 | obobob$3bobo3bo2b$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/mutteringmoat1.rle:
--------------------------------------------------------------------------------
1 | #N Muttering moat 1
2 | #O Dean Hickerson
3 | #C A period 2 oscillator and a muttering moat, found in May 1993.
4 | #C www.conwaylife.com/wiki/index.php?title=Muttering_moat_1
5 | x = 7, y = 7, rule = B3/S23
6 | 2o5b$o3b2ob$bobobob2$b2o2bob$3bo2bo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/negentropy.rle:
--------------------------------------------------------------------------------
1 | #N Negentropy
2 | #C A period 2 oscillator that is very similar to the Hertz oscillator.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Negentropy
4 | x = 11, y = 12, rule = B3/S23
5 | 3b2obo4b$3bob2o4b2$4b3o4b$3bobobob2o$3b2o2bob2o$2obo3bo3b$2obo3bo3b$4b
6 | 3o4b2$4b2obo3b$4bob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/newfive.rle:
--------------------------------------------------------------------------------
1 | #N New five
2 | #O Dean Hickerrson
3 | #C A period 3 oscillator found in January 1990.
4 | #C www.conwaylife.com/wiki/index.php?title=New_five
5 | x = 9, y = 9, rule = B3/S23
6 | 2b2o5b$bo2bo4b$bobo2bo2b$2obob2o2b$o8b$b3ob4o$5bo2bo$ob2o5b$2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/nonapole.rle:
--------------------------------------------------------------------------------
1 | #N Nonapole
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Nonapole
4 | #C http://conwaylife.com/patterns/nonapole.rle
5 | x = 12, y = 12, rule = B3/S23
6 | 10b2o$9bobo2$7bobo2$5bobo2$3bobo2$bobo$o$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/octagon2.rle:
--------------------------------------------------------------------------------
1 | #N Octagon 2
2 | #O Sol Goodman and Arthur Taber
3 | #C The first known period 5 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Octagon_2
5 | x = 8, y = 8, rule = B3/S23
6 | 3b2o3b$2bo2bo2b$bo4bob$o6bo$o6bo$bo4bob$2bo2bo2b$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/octagon4.rle:
--------------------------------------------------------------------------------
1 | #N Octagon 4
2 | #O Robert Wainwright
3 | #C http://conwaylife.com/wiki/Octagon_4
4 | #C http://conwaylife.com/patterns/octagon4.rle
5 | x = 16, y = 16, rule = B3/S23
6 | 7b2o$7b2o2$6b4o$5bo4bo$4bo6bo$3bo8bo$2obo8bob2o$2obo8bob2o$3bo8bo$4bo
7 | 6bo$5bo4bo$6b4o2$7b2o$7b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/octapole.rle:
--------------------------------------------------------------------------------
1 | #N Octapole
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Octapole
4 | #C http://conwaylife.com/patterns/octapole.rle
5 | x = 11, y = 11, rule = B3/S23
6 | 9b2o$8bobo2$6bobo2$4bobo2$2bobo2$obo$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/oddkeys.rle:
--------------------------------------------------------------------------------
1 | #N Odd keys
2 | #O Dean Hickerson
3 | #C A period 3 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Odd_keys
5 | x = 12, y = 5, rule = B3/S23
6 | 10bob$bo7bobo$ob3o2b2obob$bo2bo2bo4b$4bo2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/oddtesttubebaby.rle:
--------------------------------------------------------------------------------
1 | #N Odd test tube baby
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Odd_test_tube_baby
4 | x = 9, y = 6, rule = B3/S23
5 | 7bob$2o4bobo$obo2bobob$2bo2bo3b$2bo2bo3b$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/overweightemulator.rle:
--------------------------------------------------------------------------------
1 | #N Overweight emulator
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Overweight_emulator
4 | #C http://conwaylife.com/patterns/overweightemulator.rle
5 | x = 17, y = 9, rule = B3/S23
6 | 7b3o2$2b2obo5bob2o$2bo11bo$3b2o7b2o$3o2b7o2b3o$o2bo9bo2bo$b2o11b2o$7b
7 | 3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/p24shuttle.rle:
--------------------------------------------------------------------------------
1 | #N p24 shuttle
2 | #O Karel Suhajda
3 | #C A period 24 shuttle oscillator found by Karel Suhajda.
4 | #C http://conwaylife.com/wiki/P24_shuttle
5 | x = 20, y = 20, rule = B3/S23
6 | 7b2o$7b2o4$11bo$6bo4b2o$2o3bobo5bo$2o2b2obo5b2o$5b2o2$18b2o$11b2o5b2o$
7 | 10bo2bo$10b3o$11bo3$11b2o$11b2o!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/p56bheptominoshuttle.rle:
--------------------------------------------------------------------------------
1 | #N P56 B-heptomino shuttle
2 | #O David Buckingham
3 | #C The smallest known period 56 oscillator
4 | x = 26, y = 21, rule = b3/s23
5 | 23b2ob$23b2ob3$6b2o16b2o$6b2o14bob2o$22bo3b$22bo3b$22bo2bo$6bo16b2ob$
6 | 5bob2o17b$b2o2bo2bo17b$b2o5bo17b3$2b2o14b2o6b$ob2o14b2o6b$o25b$o25b$o
7 | 2bo22b$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/pedestle.rle:
--------------------------------------------------------------------------------
1 | #N Pedestle
2 | #C A period 5 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Pedestle
4 | x = 11, y = 17, rule = B3/S23
5 | 5bo5b$4bobo4b$bo2b2o5b$b3o7b$5b3o3b$3b2o3bo2b$2bo4bo2bo$bobobobob2o$bo
6 | bo3bobob$2obobobobob$o2bo4bo2b$2bo3b2o3b$3b3o5b$7b3ob$5b2o2bob$4bobo4b
7 | $5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/pennylane.rle:
--------------------------------------------------------------------------------
1 | #N Penny lane
2 | #O David Buckingham
3 | #C A period 4 oscillator that was found in 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Penny_lane
5 | x = 15, y = 10, rule = B3/S23
6 | 3b2o5b2o3b$3bo7bo3b$2obo2bobo2bob2o$2obobo3bobob2o$4bo2bo2bo4b$5b5o5b
7 | 2$7bo7b$6bobo6b$7bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/pentant.rle:
--------------------------------------------------------------------------------
1 | #N Pentant
2 | #O David Buckingham
3 | #C A period 5 oscillator found in July 1976.
4 | #C www.conwaylife.com/wiki/index.php?title=Pentant
5 | x = 10, y = 12, rule = B3/S23
6 | 2o8b$bo8b$bobo6b$2b2o4b2o$9bo$5b4ob$5bo4b$2bo3b3ob$2b4o2bob$5bo4b$4bo
7 | 5b$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/pentapole.rle:
--------------------------------------------------------------------------------
1 | #N Pentapole
2 | #C The barberpole of length 5 and thus a period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Pentapole
4 | x = 8, y = 8, rule = B3/S23
5 | 2o6b$obo5b2$2bobo3b2$4bobob$7bo$6b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/pentoad.rle:
--------------------------------------------------------------------------------
1 | #N Pentoad
2 | #O Bill Gosper
3 | #C A period 5 oscillator found in June 1977.
4 | #C www.conwaylife.com/wiki/index.php?title=Pentoad
5 | x = 13, y = 12, rule = B3/S23
6 | 11b2o$11bob$9bobob$9b2o2b$5b2o6b$6bo6b$6bo6b$6b2o5b$2b2o9b$bobo9b$bo
7 | 11b$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/pentoad1h2.rle:
--------------------------------------------------------------------------------
1 | #N Pentoad 1H2
2 | #C A period 5 oscillator.
3 | #C www.conwaylife.com/wiki/Pentoad_1H2
4 | x = 15, y = 12, rule = b3/s23
5 | 8b2o5b$8bobo2b2o$9b3ob2o2$5b2o8b$6bo8b$6bo8b$6b2o7b$2b2o11b$bobo11b$bo
6 | 13b$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/pentoad2.rle:
--------------------------------------------------------------------------------
1 | #N Pentoad 2
2 | #C A period 5 oscillator.
3 | #C www.conwaylife.com/wiki/Pentoad_2
4 | x = 12, y = 17, rule = b3/s23
5 | b2o9b$b2o9b3$b3o8b$o11b$o11b$bo4b2o4b$3bo4bo3b$4b2o4bob$11bo$11bo$8b3o
6 | b3$9b2ob$9b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/phoenix1.rle:
--------------------------------------------------------------------------------
1 | #N Phoenix 1
2 | #C A period 2 oscillator found in December 1971. It is the smallest known phoenix.
3 | #C www.conwaylife.com/wiki/index.php?title=Phoenix_1
4 | x = 8, y = 8, rule = B3/S23
5 | 3bo4b$3bobo2b$bo6b$6b2o$2o6b$6bob$2bobo3b$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/pinwheel.rle:
--------------------------------------------------------------------------------
1 | #N Pinwheel
2 | #O Simon Norton
3 | #C A period 4 oscillator.
4 | #C http://www.conwaylife.com/wiki/index.php?title=Pinwheel
5 | x = 12, y = 12, rule = B3/S23
6 | 6b2o4b$6b2o4b2$4b4o4b$2obo4bo3b$2obo2bobo3b$3bo3b2ob2o$3bobo2bob2o$4b
7 | 4o4b2$4b2o6b$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/pipsquirter1.rle:
--------------------------------------------------------------------------------
1 | #N Pipsquirter 1
2 | #O Noam Elkies
3 | #C A period 6 pipsquirter oscillator found in November 1997.
4 | #C www.conwaylife.com/wiki/index.php?title=Pipsquirter_1
5 | x = 15, y = 11, rule = B3/S23
6 | 3b2ob2o7b$b3obob3o5b$o4bo4bo4b$ob2o2b2obobo3b$bo2b2o3bobo3b$2b2o2b2obo
7 | bob2o$4bo4bobob2o$4b4ob2o4b$8bo6b$6bobo6b$6b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/piston.rle:
--------------------------------------------------------------------------------
1 | #N Piston
2 | #C A period 2 oscillator found in 1971.
3 | #C www.conwaylife.com/wiki/index.php?title=Piston
4 | x = 11, y = 5, rule = B3/S23
5 | 2o7b2o$obo2bo2bobo$2b4o2bo2b$obo2bo2bobo$2o7b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/pressurecooker.rle:
--------------------------------------------------------------------------------
1 | #N Pressure cooker
2 | #C A period 3 oscillator found by the MIT group in September 1971.
3 | #C www.conwaylife.com/wiki/index.php?title=Pressure_cooker
4 | x = 11, y = 12, rule = B3/S23
5 | 5bo5b$4bobo4b$4bobo4b$3b2ob2o3b$obo5bobo$2obobobob2o$3bo3bo3b$3bo3bo3b
6 | $4b3o4b2$3bob2o4b$3b2obo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/protein.rle:
--------------------------------------------------------------------------------
1 | #N Protein
2 | #O David Buckingham
3 | #C A period 3 oscillator found in November 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Protein
5 | x = 13, y = 13, rule = B3/S23
6 | 4b2o7b$4bo8b$6bo6b$2b4obob2o2b$bo5bobo2bo$bo2b2obobob2o$2obo5bo3b$3bo
7 | 2b2obo3b$3bo4bo4b$4b4o5b2$4b2o7b$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/pseudobarberpole.rle:
--------------------------------------------------------------------------------
1 | #N Pseudo-barberpole
2 | #O Achim Flammenkamp
3 | #C Found in August 1994. In terms of its minimum population of 15, this is the smallest known period 5 oscillator (as of January 2009).
4 | x = 12, y = 12, rule = B3/S23
5 | 10b2o$11bo$9bo2b$7bobo2b2$5bobo4b2$3bobo6b2$2b2o8b$o11b$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/pseudobarberpoleon36p22.rle:
--------------------------------------------------------------------------------
1 | #N Pseudo-barberpole on 36p22
2 | #C The smallest non-trivial period 110 oscillator
3 | x = 35, y = 14, rule = b3/s23
4 | 23b2o10b$23bo11b$25b2o8b2$2o24bobo6b$bo33b$bobo13b3o8bobo4b$2b2o3bo8bo
5 | 3bo14b$6bob2o6bo4bo8bobo2b$5bo4bo6b2obo11bo2b$6bo3bo8bo3b2o9bo$7b3o13b
6 | obo7b2o$25bo9b$25b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/pulsarquadrant.rle:
--------------------------------------------------------------------------------
1 | #N Pulsar quadrant
2 | #O David Buckingham
3 | #C A period 3 oscillator found in July 1973.
4 | #C www.conwaylife.com/wiki/index.php?title=Pulsar_quadrant
5 | x = 8, y = 8, rule = B3/S23
6 | 5bo2b$3b3o2b$2bo3b2o$o2bo2bob$o3bobob$o4bo2b2$2b3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/quad.rle:
--------------------------------------------------------------------------------
1 | #N Quad
2 | #O Robert Kraus
3 | #C A period 2 oscillator that was found in April 1971.
4 | #C www.conwaylife.com/wiki/index.php?title=Quad
5 | x = 6, y = 6, rule = 23/3
6 | 2o2b2o$o2bobo$bo4b$4bob$obo2bo$2o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/quadpole.rle:
--------------------------------------------------------------------------------
1 | #N Quadpole
2 | #C The barberpole of length 4 and thus a period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Quadpole
4 | x = 7, y = 7, rule = B3/S23
5 | 2o5b$obo4b2$2bobo2b2$4bobo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/quattuordecapole.rle:
--------------------------------------------------------------------------------
1 | #N Quattuordecapole
2 | #C The barberpole of length 14.
3 | #C http://conwaylife.com/wiki/Quattuordecapole
4 | x = 17, y = 17, rule = B3/S23
5 | 15b2o$14bobo2$12bobo2$10bobo2$8bobo2$6bobo2$4bobo2$2bobo2$obo$2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/queenbeeshuttle.rle:
--------------------------------------------------------------------------------
1 | #N Queen bee shuttle
2 | #O Bill Gosper
3 | #C A period 30 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Queen_bee_shuttle
5 | x = 22, y = 7, rule = b3/s23
6 | 9bo12b$7bobo12b$6bobo13b$2o3bo2bo11b2o$2o4bobo11b2o$7bobo12b$9bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/quindecapole.rle:
--------------------------------------------------------------------------------
1 | #N Quindecapole
2 | #C The barberpole of length 15.
3 | #C http://conwaylife.com/wiki/Quindecapole
4 | x = 18, y = 18, rule = B3/S23
5 | 16b2o$15bobo2$13bobo2$11bobo2$9bobo2$7bobo2$5bobo2$3bobo2$bobo$o$2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/r2d2.rle:
--------------------------------------------------------------------------------
1 | #N R2D2
2 | #O Peter Raynham
3 | #C A period 8 oscillator.
4 | #C http://www.conwaylife.com/wiki/index.php?title=R2D2
5 | x = 11, y = 10, rule = B3/S23
6 | 5bo5b$4bobo4b$3bobobo3b$3bobobo3b$2obo3bob2o$2obo3bob2o$3bo3bo3b$3bobo
7 | bo3b$4bobo4b$5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/racetrackandorthobeacon.rle:
--------------------------------------------------------------------------------
1 | #N Racetrack and ortho-beacon
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Racetrack_and_ortho-beacon
4 | #C http://conwaylife.com/patterns/racetrackandorthobeacon.rle
5 | x = 7, y = 9, rule = B3/S23
6 | 4b2o$2b3obo$bo4bo$2b4o2$2b2o$3bo$o$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/rats.rle:
--------------------------------------------------------------------------------
1 | #N $rats
2 | #O David Buckingham
3 | #C A period 6 oscillator found in 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=$rats
5 | x = 12, y = 11, rule = B3/S23
6 | 5b2o5b$6bo5b$4bo7b$2obob4o3b$2obo5bobo$3bo2b3ob2o$3bo4bo3b$4b3obo3b$7b
7 | o4b$6bo5b$6b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/rattlesnake.rle:
--------------------------------------------------------------------------------
1 | #N Rattlesnake
2 | #O Dean Hickerson
3 | #C http://conwaylife.com/wiki/Rattlesnake
4 | #C http://conwaylife.com/patterns/rattlesnake.rle
5 | x = 13, y = 15, rule = B3/S23
6 | 8b2o$8bo$9bo$8b2o4$5bo$5b2o$2obobob3o$ob2obobobo$6bo2b3o$7b2o3bo$9b3o$
7 | 9bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/revolver.rle:
--------------------------------------------------------------------------------
1 | #N Revolver
2 | #C A period 2 oscillator and flipper.
3 | #C www.conwaylife.com/wiki/index.php?title=Revolver
4 | x = 14, y = 8, rule = B3/S23
5 | o12bo$3o4bo3b3o$3bobobo2bo3b$2bo6bobo2b$2bobo6bo2b$3bo2bobobo3b$3o3bo
6 | 4b3o$o12bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/richsp16.rle:
--------------------------------------------------------------------------------
1 | #N Rich's p16
2 | #O Rich Holmes
3 | #C http://conwaylife.com/wiki/Rich%27s_p16
4 | #C http://conwaylife.com/patterns/richsp16.rle
5 | x = 13, y = 10, rule = B3/S23
6 | 4bo3bo$2b2obobob2o$bo3bobo3bo$o3b2ob2o3bo$obo7bobo$bo9bo2$4b2ob2o$3bob
7 | obobo$4bo3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/roteightor.rle:
--------------------------------------------------------------------------------
1 | #N Roteightor
2 | #O Robert Wainwright
3 | #C A period 8 oscillator that was found in 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Roteightor
5 | x = 14, y = 14, rule = 23/3
6 | bo12b$b3o8b2o$4bo7bob$3b2o5bobob$10b2o2b2$6b2o6b$5b2obo5b$6b3o5b$2b2o
7 | 3b3o4b$bobo5b2o3b$bo7bo4b$2o8b3ob$12bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/scotsp5.rle:
--------------------------------------------------------------------------------
1 | #N Scot's p5
2 | #O Scot Ellison
3 | #C A period 5 oscillator found in 2008.
4 | #C www.conwaylife.com/wiki/Scot%27s_p5
5 | x = 13, y = 7, rule = b3/s23
6 | 4bo3bo4b$3bobobobo3b$2bo7bo2b2$b3o5b3ob$4b2ob2o4b$3ob2ob2ob3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/scrubber.rle:
--------------------------------------------------------------------------------
1 | #N Scrubber
2 | #C A period 2 oscillator found in 1971.
3 | #C www.conwaylife.com/wiki/index.php?title=Scrubber
4 | x = 11, y = 11, rule = B3/S23
5 | 4bo6b$2b3o6b$bo9b$bo2b3o4b$2obo3bo3b$3bo3bo3b$3bo3bob2o$4b3o2bob$9bob$
6 | 6b3o2b$6bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/shiponbipole.rle:
--------------------------------------------------------------------------------
1 | #N Ship on bipole
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Ship_on_bipole
4 | #C http://conwaylife.com/patterns/shiponbipole.rle
5 | x = 8, y = 8, rule = B3/S23
6 | 2o$obo$b2o$3b2o$3bobo2$5bobo$6b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/shiponquadpole.rle:
--------------------------------------------------------------------------------
1 | #N Ship on quadpole
2 | #C A period 2 oscillator made up of a ship diagonally touching a quadpole.
3 | #C www.conwaylife.com/wiki/index.php?title=Ship_on_quadpole
4 | x = 10, y = 10, rule = B3/S23
5 | 2o8b$obo7b$b2o7b$3b2o5b$3bobo4b2$5bobo2b2$7bobo$8b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/shortkeys.rle:
--------------------------------------------------------------------------------
1 | #N Short keys
2 | #O Dean Hickerson
3 | #C A period 3 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Short_keys
5 | x = 12, y = 4, rule = B3/S23
6 | bo8bob$ob3o2b3obo$bo2bo2bo2bob$4bo2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/siesta.rle:
--------------------------------------------------------------------------------
1 | #N Siesta
2 | #O David Buckingham
3 | #C A period 5 oscillator found in 1973.
4 | #C www.conwaylife.com/wiki/index.php?title=Siesta
5 | x = 16, y = 12, rule = B3/S23
6 | 11b2o3b$3b2o5bobo3b$3bobo4bo5b$5bo3b2obo3b$3bob2o5b3ob$b3o5bobo3bo$o3b
7 | obo5b3ob$b3o5b2obo3b$3bob2o3bo5b$5bo4bobo3b$3bobo5b2o3b$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/silversp5.rle:
--------------------------------------------------------------------------------
1 | #N Silver's p5
2 | #O Stephen Silver
3 | #C A period 5 oscillator found in February 2000.
4 | #C www.conwaylife.com/wiki/index.php?title=Silver's_p5
5 | x = 11, y = 7, rule = B3/S23
6 | 2o9b$o10b$bo2bo6b$3b2o6b$3bo3bob2o$2bo4b2obo$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/sixls.rle:
--------------------------------------------------------------------------------
1 | #N Six Ls
2 | #C A period 3 oscillator that has the same rotor as loading dock.
3 | #C www.conwaylife.com/wiki/index.php?title=Six_Ls
4 | x = 7, y = 8, rule = B3/S23
5 | 3bo3b$b3o2bo$o3b3o$3o4b$4b3o$3o3bo$o2b3ob$3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/skewedquad.rle:
--------------------------------------------------------------------------------
1 | #N Skewed quad
2 | #C A period 2 oscillator and muttering moat.
3 | #C www.conwaylife.com/wiki/index.php?title=Skewed_quad
4 | x = 7, y = 7, rule = B3/S23
5 | b2o4b$bo3b2o$2bobobo2$obobo2b$2o3bob$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/smiley.rle:
--------------------------------------------------------------------------------
1 | #N Smiley
2 | #O Achim Flammenkamp
3 | #C A period 8 oscillator found in July 1994.
4 | #C www.conwaylife.com/wiki/index.php?title=Smiley
5 | x = 7, y = 7, rule = 23/3
6 | 3ob3o$bobobob2$bo3bob2$obobobo$2bobo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/snakedance.rle:
--------------------------------------------------------------------------------
1 | #N Snake dance
2 | #O Robert Wainwright
3 | #C A period 3 oscillator found in May 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Snake_dance
5 | x = 9, y = 9, rule = B3/S23
6 | 3b2obo2b$3bob2o2b$2obo5b$bo2bob3o$o2bobo2bo$3obo2bob$5bob2o$2b2obo3b$
7 | 2bob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/snakepit.rle:
--------------------------------------------------------------------------------
1 | #N Snake pit
2 | #C A period 2 oscillator with the same rotor as fore and back.
3 | #C www.conwaylife.com/wiki/index.php?title=Snake_pit
4 | x = 7, y = 7, rule = B3/S23
5 | ob2ob2o$2obobob$6bo$3ob3o$o6b$bobob2o$2ob2obo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/snakepit2.rle:
--------------------------------------------------------------------------------
1 | #N Snake pit 2
2 | #C A period 3 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Snake_pit_2
4 | x = 11, y = 11, rule = B3/S23
5 | 5b2o4b$4bo2bo3b$4bob2o3b$b2obo6b$obobob4ob$o9bo$b4obobobo$6bob2ob$3b2o
6 | bo4b$3bo2bo4b$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/sparkcoil.rle:
--------------------------------------------------------------------------------
1 | #N Spark coil
2 | #C A period 2 oscillator found in 1971.
3 | #C www.conwaylife.com/wiki/index.php?title=Spark_coil
4 | x = 8, y = 5, rule = B3/S23
5 | 2o4b2o$obo2bobo$2bo2bo2b$obo2bobo$2o4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/star.rle:
--------------------------------------------------------------------------------
1 | #N Star
2 | #O Hartmut Holzwart
3 | #C A period 3 oscillator found in February 1993.
4 | #C www.conwaylife.com/wiki/index.php?title=Star
5 | x = 11, y = 11, rule = B3/S23
6 | 4b3o4b2$2bobobobo2b2$obo5bobo$o9bo$obo5bobo2$2bobobobo2b2$4b3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/stillater.rle:
--------------------------------------------------------------------------------
1 | #N Stillater
2 | #O Robert Wainwright
3 | #C A period 3 oscillator found in September 1985.
4 | #C www.conwaylife.com/wiki/index.php?title=Stillater
5 | x = 8, y = 8, rule = B3/S23
6 | 3bo4b$2bobob2o$2bob2obo$2o6b$bobob2ob$bobo2bob$2bo2bo2b$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/surprise.rle:
--------------------------------------------------------------------------------
1 | #N Surprise
2 | #O David Buckingham
3 | #C A period 3 oscillator found in November 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Surprise
5 | x = 10, y = 9, rule = B3/S23
6 | 3bo4b2o$3b3o2bob$b2o3bobob$o2b2obob2o$bo6bob$2obob2o2bo$bobo3b2ob$bo2b
7 | 3o3b$2o4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/technician.rle:
--------------------------------------------------------------------------------
1 | #N Technician
2 | #O David Buckingham
3 | #C A period 5 oscillator found in January 1973.
4 | #C www.conwaylife.com/wiki/index.php?title=Technician
5 | x = 11, y = 12, rule = B3/S23
6 | 5bo5b$4bobo4b$4b2o5b$2b2o7b$bo3b3o3b$o2b2o3bobo$b2o4bob2o$3bobobo3b$3b
7 | o3bo3b$4b3o4b$6bobo2b$7b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/testtubebaby.rle:
--------------------------------------------------------------------------------
1 | #N Test tube baby
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Test_tube_baby
4 | x = 8, y = 5, rule = B3/S23
5 | 2o4b2o$obo2bobo$2bo2bo2b$2bo2bo2b$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/thumb1.rle:
--------------------------------------------------------------------------------
1 | #N Thumb 1
2 | #O Dean Hickerson
3 | #C A period 9 thumb oscillator found in October 1998.
4 | #C www.conwaylife.com/wiki/index.php?title=Thumb_1
5 | x = 13, y = 9, rule = 23/3
6 | 3b2o8b$3bobob2o2b2o$2obo3bobo2bo$2obo3bob3ob$3bo3bo5b$3bobob3o3b$4bobo
7 | 3bo2b$6bo2b2o2b$6b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/tnosedp4.rle:
--------------------------------------------------------------------------------
1 | #N T-nosed p4
2 | #O Robert Wainwright
3 | #C A period 4 oscillator found in October 1989.
4 | #C www.conwaylife.com/wiki/index.php?title=T-nosed_p4
5 | x = 11, y = 10, rule = B3/S23
6 | 4b3o4b$5bo5b2$4b3o4b$3bo3bo3b$2bo5bo2b$2bobobobo2b$b2obobob2ob$o2b2ob
7 | 2o2bo$2o7b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/tnosedp6.rle:
--------------------------------------------------------------------------------
1 | #N T-nosed p6
2 | #O Achim Flammenkamp
3 | #C A period 6 oscillator found in September 1994.
4 | #C www.conwaylife.com/wiki/index.php?title=T-nosed_p6
5 | x = 15, y = 11, rule = B3/S23
6 | 4b2o3b2o4b$4bobobobo4b$5bo3bo5b2$o3b2o3b2o3bo$obob2o3b2obobo$o3b2o3b2o
7 | 3bo2$5bo3bo5b$4bobobobo4b$4b2o3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/toad.rle:
--------------------------------------------------------------------------------
1 | #N Toad
2 | #O Simon Norton
3 | #C A period 2 oscillator. The second most common oscillator (after the blinker).
4 | #C www.conwaylife.com/wiki/index.php?title=Toad
5 | x = 4, y = 2, rule = B3/S23
6 | b3o$3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/trafficlight.rle:
--------------------------------------------------------------------------------
1 | #N Traffic light
2 | #C A common period 2 oscillator made up of four blinkers.
3 | #C www.conwaylife.com/wiki/index.php?title=Traffic_light
4 | x = 7, y = 7, rule = B3/S23
5 | 2b3o2b2$o5bo$o5bo$o5bo2$2b3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/transbeaconandcap.rle:
--------------------------------------------------------------------------------
1 | #N Trans-beacon and cap
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Trans-beacon_and_cap
4 | x = 6, y = 8, rule = B3/S23
5 | 4b2o$5bo$2bo3b$2b2o2b2$4o2b$o2bo2b$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/transbeaconanddock.rle:
--------------------------------------------------------------------------------
1 | #N Trans-beacon and dock
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Trans-beacon_and_dock
4 | x = 7, y = 8, rule = B3/S23
5 | 5b2o$6bo$3bo3b$3b2o2b2$b4o2b$o4bob$2o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/transbeaconandtable.rle:
--------------------------------------------------------------------------------
1 | #N Trans-beacon and table
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Trans-beacon_and_table
4 | x = 6, y = 7, rule = B3/S23
5 | 4b2o$5bo$2bo3b$2b2o2b2$4o2b$o2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/tredecapole.rle:
--------------------------------------------------------------------------------
1 | #N Tredecapole
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Tredecapole
4 | #C http://conwaylife.com/patterns/tredecapole.rle
5 | x = 16, y = 16, rule = B3/S23
6 | 14b2o$13bobo2$11bobo2$9bobo2$7bobo2$5bobo2$3bobo2$bobo$o$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/tricetongs.rle:
--------------------------------------------------------------------------------
1 | #N Trice tongs
2 | #O Robert Wainwright
3 | #C A period 3 oscillator found in February 1982.
4 | #C www.conwaylife.com/wiki/index.php?title=Trice_tongs
5 | x = 7, y = 7, rule = B3/S23
6 | 2bo4b$2b3o2b$2o3bob$bobobob$bo5b$2b2o2bo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/triplecaterer.rle:
--------------------------------------------------------------------------------
1 | #N Triple caterer
2 | #O Dean Hickerson
3 | #C A period 3 oscillator.
4 | #C http://www.conwaylife.com/wiki/index.php?title=Triple_caterer
5 | x = 16, y = 11, rule = B3/S23
6 | 5b2o9b$4bo2bo2b2o4b$4b2obo3bo4b$6bob3o4bo$2b3obobo4b3o$bo2bo2bo4bo3b$o
7 | bo2bo3bo2b2o2b$bo14b$2b2ob2ob2ob2o3b$3bo3bo3bo4b$3bo3bo3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/tripole.rle:
--------------------------------------------------------------------------------
1 | #N Tripole
2 | #C The barberpole of length 3 and thus a period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Tripole
4 | x = 6, y = 6, rule = B3/S23
5 | 2o4b$obo3b2$2bobob$5bo$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/tubber.rle:
--------------------------------------------------------------------------------
1 | #N Tubber
2 | #O Robert Wainwright
3 | #C A period 3 oscillator that was found no later than June 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Tubber
5 | x = 13, y = 13, rule = B3/S23
6 | 4bobo6b$4b2obo5b$7b3o3b$4b2o4bo2b$2obo2b2o2bo2b$bobo4bob2ob$o3bo3bo3bo
7 | $b2obo4bobob$2bo2b2o2bob2o$2bo4b2o4b$3b3o7b$5bob2o4b$6bobo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/tubtesttubebaby.rle:
--------------------------------------------------------------------------------
1 | #N Tub test tube baby
2 | #C A period 2 oscillator.
3 | #C www.conwaylife.com/wiki/index.php?title=Tub_test_tube_baby
4 | x = 10, y = 6, rule = B3/S23
5 | bo6bob$obo4bobo$bobo2bobob$3bo2bo3b$3bo2bo3b$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/tumbler.rle:
--------------------------------------------------------------------------------
1 | #N Tumbler
2 | #O George Collins
3 | #C The smallest known period 14 oscillator.
4 | #C www.conwaylife.com/wiki/index.php?title=Tumbler
5 | x = 9, y = 5, rule = B3/S23
6 | bo5bob$obo3bobo$o2bobo2bo$2bo3bo2b$2b2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/twinbeesshuttle.rle:
--------------------------------------------------------------------------------
1 | #N Twin bees shuttle
2 | #O Bill Gosper
3 | #C Twin bees shuttle was found in 1971 and is the basis of all known period 46 oscillators.
4 | #C www.conwaylife.com/wiki/index.php?title=Twin_bees_shuttle
5 | x = 29, y = 11, rule = b3/s23
6 | 17b2o10b$2o15bobo7b2o$2o17bo7b2o$17b3o9b4$17b3o9b$2o17bo9b$2o15bobo9b$
7 | 17b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/twocisgriddleswtwotubs.rle:
--------------------------------------------------------------------------------
1 | #N Two cis griddles with two tubs
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Two_cis_griddles_with_two_tubs
4 | #C http://conwaylife.com/patterns/twocisgriddleswtwotubs.rle
5 | x = 8, y = 7, rule = B3/S23
6 | 4bo$2bobo$bo4bo$ob4obo$bo4bo$2bobo$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/twoeaters.rle:
--------------------------------------------------------------------------------
1 | #N Two eaters
2 | #O Bill Gosper
3 | #C A period 3 oscillator that was found in September 1971.
4 | #C www.conwaylife.com/wiki/index.php?title=Two_eaters
5 | x = 9, y = 8, rule = B3/S23
6 | 2o7b$bo7b$bobo5b$2b2o5b$5b2o2b$5bobob$7bob$7b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/twopulsarquadrants.rle:
--------------------------------------------------------------------------------
1 | #N Two pulsar quadrants
2 | #O David Buckingham
3 | #C A period 3 oscillator found in July 1973.
4 | #C www.conwaylife.com/wiki/index.php?title=Two_pulsar_quadrants
5 | x = 9, y = 9, rule = B3/S23
6 | 4bo4b$4bo4b$3b2o4b$2bo6b$o2bo2b3o$o3bobo2b$o4bo3b2$2b3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/twotransgriddleswtwotubs.rle:
--------------------------------------------------------------------------------
1 | #N Two trans griddles with two tubs
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Two_trans_griddles_with_two_tubs
4 | #C http://conwaylife.com/patterns/twotransgriddleswtwotubs.rle
5 | x = 8, y = 7, rule = B3/S23
6 | 4bo$2bobo$bo4bo$ob4obo$bo4bo$3bobo$3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/undecapole.rle:
--------------------------------------------------------------------------------
1 | #N Undecapole
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Undecapole
4 | #C http://conwaylife.com/patterns/undecapole.rle
5 | x = 14, y = 14, rule = B3/S23
6 | 12b2o$11bobo2$9bobo2$7bobo2$5bobo2$3bobo2$bobo$o$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/unicycle.rle:
--------------------------------------------------------------------------------
1 | #N Unicycle
2 | #C A period 6 oscillator made up of four copies of unix.
3 | #C www.conwaylife.com/wiki/index.php?title=Unicycle
4 | x = 14, y = 14, rule = b3/s23
5 | 2b2o3b4o3b$2b2o2bo4bo2b$2obo2bo3bobob$3o4bo3bobo$13bo$13bo$b2o7bo2bo$o
6 | 2bo7b2ob$o13b$o13b$obo3bo4b3o$bobo3bo2bob2o$2bo4bo2b2o2b$3b4o3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/unix.rle:
--------------------------------------------------------------------------------
1 | #N Unix
2 | #O David Buckingham
3 | #C A period 6 oscillator that consists of two blocks eating a barge.
4 | #C http://www.conwaylife.com/wiki/index.php?title=Unix
5 | x = 8, y = 8, rule = B3/S23
6 | b2o5b$b2o5b2$bo6b$obo5b$o2bo2b2o$4bob2o$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/verylongclock.rle:
--------------------------------------------------------------------------------
1 | #N Very long clock
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Very_long_clock
4 | #C http://conwaylife.com/patterns/verylongclock.rle
5 | x = 12, y = 8, rule = B3/S23
6 | 6bo$4bobobo$2bobobobobo$obobobobobo$bobobobobobo$bobobobobo$3bobobo$5b
7 | o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/washingmachine.rle:
--------------------------------------------------------------------------------
1 | #N Washing machine
2 | #O Robert Wainwright
3 | #C A period 2 oscillator found no later than June 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Washing_machine
5 | x = 7, y = 7, rule = B3/S23
6 | b2ob2ob$ob2o2bo$2o4bo$bo3bob$o4b2o$o2b2obo$b2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/wavefront.rle:
--------------------------------------------------------------------------------
1 | #N Wavefront
2 | #O David Buckingham
3 | #C A period 4 oscillator found no later than 1976.
4 | #C www.conwaylife.com/wiki/index.php?title=Wavefront
5 | x = 13, y = 13, rule = 23/3
6 | 8b2o3b$8bo4b$9bo3b$8b2o3b$5b2o3b2ob$4bo2b3o2bo$4bo5b2ob$5bo3bo3b$2obob
7 | o3bo3b$ob2obob2o4b$4bobo6b$4bobo6b$5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/whynot.rle:
--------------------------------------------------------------------------------
1 | #N Why not
2 | #O David Buckingham
3 | #C A period 2 oscillator found in July 1977 that is very similar to by flops.
4 | #C www.conwaylife.com/wiki/index.php?title=Why_not
5 | x = 7, y = 7, rule = B3/S23
6 | 3bo3b$3bobob$bo5b$ob5o$bo5b$3bobob$3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/windmill.rle:
--------------------------------------------------------------------------------
1 | #N Windmill
2 | #O Dean Hickerson
3 | #C A period 4 oscillator found in November 1989.
4 | #C www.conwaylife.com/wiki/index.php?title=Windmill
5 | x = 18, y = 18, rule = B3/S23
6 | 11bo6b$9b2obo5b$7b2o9b$10b2o6b$7b3o8b2$3o15b$3b2o2b3ob2o5b$10b7ob$b7o
7 | 10b$5b2ob3o2b2o3b$15b3o2$8b3o7b$6b2o10b$9b2o7b$5bob2o9b$6bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Oscillators/workerbee.rle:
--------------------------------------------------------------------------------
1 | #N Worker bee
2 | #O David Buckingham
3 | #C A period 9 oscillator found in 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Worker_bee
5 | x = 16, y = 11, rule = 23/3
6 | 2o12b2o$bo12bob$bobo8bobob$2b2o8b2o2b2$5b6o5b2$2b2o8b2o2b$bobo8bobob$b
7 | o12bob$2o12b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Puffers/coeship.rle:
--------------------------------------------------------------------------------
1 | #N Coe ship
2 | #O Tim Coe
3 | #C An orthogonal period 16 c/2 spaceship discovered in October 1995 that can act as a puffer engine.
4 | #C www.conwaylife.com/wiki/index.php?title=Coe_ship
5 | x = 10, y = 9, rule = b3/s23
6 | 4b6o$2b2o5bo$2obo5bo$4bo3bob$6bo3b$6b2o2b$5b4ob$5b2ob2o$7b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Puffers/noahsark.rle:
--------------------------------------------------------------------------------
1 | #N Noah's ark
2 | #O Charles Corderman
3 | #C A diagonal period 1344 c/12 puffer made up of two switch engines that was found in 1971.
4 | #C www.conwaylife.com/wiki/index.php?title=Noah's_ark
5 | x = 15, y = 15, rule = 23/3
6 | 10bobo2b$9bo5b$10bo2bob$12b3o6$bo13b$obo12b2$o2bo11b$2b2o11b$3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Puffers/puffer2.rle:
--------------------------------------------------------------------------------
1 | #N Puffer 2
2 | #O Bill Gosper
3 | #C An orthogonal period 140 c/2 puffer. The second puffer to be found. It uses two lightweight spaceships to escort a B-heptomino.
4 | #C www.conwaylife.com/wiki/index.php?title=Puffer_2
5 | x = 18, y = 5, rule = b3/s23
6 | b3o11b3o$o2bo10bo2bo$3bo4b3o6bo$3bo4bo2bo5bo$2bo4bo8bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Puffers/pufferfish.rle:
--------------------------------------------------------------------------------
1 | #N Pufferfish
2 | #O Richard Schank
3 | #C An almost natural c/2 puffer, discovered in November 2014.
4 | #C www.conwaylife.com/wiki/Pufferfish
5 | x = 15, y = 12, rule = B3/S23
6 | 3bo7bo$2b3o5b3o$b2o2bo3bo2b2o$3b3o3b3o2$4bo5bo$2bo2bo3bo2bo$o5bobo5bo$
7 | 2o4bobo4b2o$6bobo$3bobo3bobo$4bo5bo!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Puffers/spacerake.rle:
--------------------------------------------------------------------------------
1 | #N Space rake
2 | #C An orthogonal period 20 c/2 forward glider rake.
3 | #C www.conwaylife.com/wiki/index.php?title=Space_rake
4 | x = 22, y = 19, rule = 23/3
5 | 11b2o5b4o$9b2ob2o3bo3bo$9b4o8bo$10b2o5bo2bob2$8bo13b$7b2o8b2o3b$6bo9bo
6 | 2bo2b$7b5o4bo2bo2b$8b4o3b2ob2o2b$11bo4b2o4b4$18b4o$o2bo13bo3bo$4bo16bo
7 | $o3bo12bo2bob$b4o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/25p3h1v0.1.rle:
--------------------------------------------------------------------------------
1 | #N 25P3H1V0.1
2 | #O Dean Hickerson
3 | #C A c/3 orthogonal period 3 spaceship with 25 cells in each generatio
4 | #C n -- the lowest number of cells known for any c/3 spaceship.
5 | #C http://www.conwaylife.com/wiki/25P3H1V0.1
6 | x = 16, y = 5, rule = b3/s23
7 | 7b2obo5b$4b2obob2ob3ob$b4o2b2o6bo$o4bo3bo3b2ob$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/30p4h2v04.rle:
--------------------------------------------------------------------------------
1 | #N 30P4H2V0.4
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/30P4H2V0.4
4 | #C http://conwaylife.com/patterns/30p4h2v04.rle
5 | x = 14, y = 9, rule = B3/S23
6 | b3o$o2bo6b3o$o4bo4bo2bo$3bobo2bo4bo$2o4bobobo$5bobo4b2o$3bo4bo$4bo5bo$
7 | 9bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/30p5h2v0.rle:
--------------------------------------------------------------------------------
1 | #N 30P5H2V0
2 | #O Paul Tooke
3 | #C An orthogonal spaceship with period 5. The smallest known 2c/5 spac
4 | #C eship.
5 | #C www.conwaylife.com/wiki/index.php?title=30P5H2V0
6 | x = 13, y = 11, rule = b3/s23
7 | 4bo8b$3b3o7b$2b2ob2o6b2$bobobobo2bo2b$2o3bo3b3ob$2o3bo6bo$10bobo$8bobo
8 | 2b$9bo2bo$12bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/31p8h4v0.rle:
--------------------------------------------------------------------------------
1 | #N 31P8H4V0
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/31P8H4V0
4 | #C http://conwaylife.com/patterns/31p8h4v0.rle
5 | x = 11, y = 11, rule = B3/S23
6 | b5o$bo4bo$bo$2bo4bo$4bo$5b2o2bo$3bo2bo3bo$bo7bo$o5bo2bo$o3b2o$4o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/37p4h1v0.rle:
--------------------------------------------------------------------------------
1 | #N 37P4H1V0
2 | #O Josh Ball
3 | #C http://conwaylife.com/wiki/37P4H1V0
4 | #C http://conwaylife.com/patterns/37p4h1v0.rle
5 | x = 19, y = 12, rule = B3/S23
6 | bo$bo8bo$obo5bo3bo$8bo3b2o$5bob2o5b2o$b6o2bo6bo$2b2o6bo3b3o$10bo3bob2o
7 | $13bo$18bo$17bo$17bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/44p5h2v0.rle:
--------------------------------------------------------------------------------
1 | #N 44P5H2V0
2 | #O Dean Hickerson
3 | #C The first 2c/5 spaceship to be discovered
4 | #C http://www.conwaylife.com/wiki/index.php?title=44P5H2V0
5 | x = 15, y = 11, rule = b3/s23
6 | 4bo5bo4b$3b3o3b3o3b$2bo2bo3bo2bo2b$b3o7b3ob$2bobo5bobo2b$4b2o3b2o4b$o
7 | 4bo3bo4bo$5bo3bo5b$2o3bo3bo3b2o$2bo2bo3bo2bo2b$4bo5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/46p4h1v0.rle:
--------------------------------------------------------------------------------
1 | #N 46P4H1V0
2 | #C The smallest known c/4 orthogonal spaceship. Has period 4.
3 | #C www.conwaylife.com/wiki/index.php?title=46P4H1V0
4 | x = 19, y = 10, rule = b3/s23
5 | 3bo11bo3b$3bo11bo3b$2bobo9bobo2b2$bo3bo7bo3bob$bob6ob6obob$o7bobo7bo$o
6 | 7bobo7bo$o17bo$bob2ob2o3b2ob2obo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/54p3h1v0.rle:
--------------------------------------------------------------------------------
1 | #N 54P3H1V0
2 | #O Tom Rokicki
3 | #C A small period-3 orthogonal c/3 spaceship.
4 | #C http://conwaylife.com/wiki/54P3H1V0
5 | x = 13, y = 13, rule = B3/S23
6 | 3bobo$5bo$obo3b2ob2o$2o4b2o3bo$bo3bob2o3bo$bo3bob2o2bo$bo4bobo$b7ob3o$
7 | 2bo7b2o$4b6o$2b2o$2bo2b2o$2bo2b2o!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/60p3h1v0.3.rle:
--------------------------------------------------------------------------------
1 | #N 60P3H1V0.3
2 | #O David Bell
3 | #C A period 3 orthogonal c/3 spaceship.
4 | #C www.conwaylife.com/wiki/index.php?title=60P3H1V0.3
5 | x = 33, y = 8, rule = B3/S23
6 | 12bob3o16b$4bo6bo5bo6b2obo5b$2b4o4b2o2bob2o3b2obob2ob3ob$b2o3bob2o2b4o
7 | b5o2b2o6bo$o3bob4o8bo3bo3bo3b2ob$4bo14bo13b$5bo4bo22b$9bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/70p2h1v01.rle:
--------------------------------------------------------------------------------
1 | #N 70P2H1V0.1
2 | #C A c/2 orthogonal spaceship
3 | #C http://www.conwaylife.com/wiki/70P2H1V0.1
4 | #C http://conwaylife.com/patterns/70p2h1v01.rle
5 | x = 12, y = 21, rule = B3/S23
6 | o$4o$2b2o$5bo$6o$6bobo$obob6o$ob2o5b2o$4b2o4b2o$5o4b2o2$5o4b2o$4b2o4b
7 | 2o$ob2o5b2o$obob6o$6bobo$6o$5bo$2b2o$4o$o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/77p4h1v01.rle:
--------------------------------------------------------------------------------
1 | #C 77P4H1V0.1
2 | #C http://www.conwaylife.com/wiki/77P4H1V0.1
3 | x = 21, y = 15, rule = B3/S23
4 | 11bobo$o9bo3bo$4o6bo3b2o$b3o4b2obo2b2o3bo$2bobob3o10bo$2b2o3bo8bo2b2o$
5 | 2b3o11b2obo$16b2obo$2b3o11b2obo$2b2o3bo8bo2b2o$2bobob3o10bo$b3o4b2obo
6 | 2b2o3bo$4o6bo3b2o$o9bo3bo$11bobo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/b29.rle:
--------------------------------------------------------------------------------
1 | #N B29
2 | #O Hartmut Holzwart
3 | #C A small c/4 diagonal spaceship with an isolated domino spark; disco
4 | #C vered in September 2004
5 | #C http://www.conwaylife.com/wiki/index.php?title=B29
6 | x = 8, y = 16, rule = b3/s23
7 | 3b2o3b$2b2o4b$4bo3b$6b2o$5bo2b2$4bo2bo$b2obo3b$2o4bob$2bobo2bo$7bo$4bo
8 | 2bo$5bobo$5bobo$6b2o$6bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/brain.rle:
--------------------------------------------------------------------------------
1 | #N Brain
2 | #O David Bell
3 | #C An orthogonal period 3 c/3 spaceship.
4 | #C www.conwaylife.com/wiki/index.php?title=Brain
5 | x = 17, y = 11, rule = B3/S23
6 | b3o9b3ob$obob2o5b2obobo$obobo7bobobo$bob2ob2ob2ob2obob$5bobobobo5b$3bo
7 | bobobobobo3b$2b2obobobobob2o2b$2b3o2bobo2b3o2b$2b2o2bo3bo2b2o2b$bo4b2o
8 | b2o4bob$bo13bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/coeship.rle:
--------------------------------------------------------------------------------
1 | #N Coe ship
2 | #O Tim Coe
3 | #C An orthogonal period 16 c/2 spaceship discovered in October 1995 that can act as a puffer engine.
4 | #C www.conwaylife.com/wiki/index.php?title=Coe_ship
5 | x = 10, y = 9, rule = b3/s23
6 | 4b6o$2b2o5bo$2obo5bo$4bo3bob$6bo3b$6b2o2b$5b4ob$5b2ob2o$7b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/copperhead.rle:
--------------------------------------------------------------------------------
1 | #N Copperhead
2 | #O 'zdr'
3 | #C An c/10 orthogonal spaceship found on March 5, 2016.
4 | #C http://www.conwaylife.com/wiki/Copperhead
5 | x = 8, y = 12, rule = B3/S23
6 | b2o2b2o$3b2o$3b2o$obo2bobo$o6bo2$o6bo$b2o2b2o$2b4o2$3b2o$3b2o!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/dart.rle:
--------------------------------------------------------------------------------
1 | #N Dart
2 | #O David Bell
3 | #C An orthogonal period 3 spaceship with speed c/3 that was found in May 1992.
4 | #C www.conwaylife.com/wiki/index.php?title=Dart
5 | x = 15, y = 10, rule = B3/S23
6 | 7bo7b$6bobo6b$5bo3bo5b$6b3o6b2$4b2o3b2o4b$2bo3bobo3bo2b$b2o3bobo3b2ob$
7 | o5bobo5bo$bob2obobob2obo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/edgerepairspaceship1.rle:
--------------------------------------------------------------------------------
1 | #N Edge-repair spaceship 1
2 | #O David Bell
3 | #C An orthogonal period 3 c/3 edge-repair spaceship that was found in 1992.
4 | #C www.conwaylife.com/wiki/index.php?title=Edge-repair_spaceship_1
5 | x = 16, y = 7, rule = 23/3
6 | 8bo7b$7b4o5b$2bo3bo3b2ob2ob$b4o5bo2b2ob$o3bo7bo2bo$bobo2bo9b$5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/fireship.rle:
--------------------------------------------------------------------------------
1 | #N Fireship
2 | #O Simon Ekström
3 | #C http://conwaylife.com/wiki/Fireship
4 | #C http://conwaylife.com/patterns/fireship.rle
5 | x = 12, y = 21, rule = B3/S23
6 | 4bo2bo$4bo2bo$3bo4bo$3bo4bo$3bo4bo$3bo4bo$2b3o2b3o$2bob4obo$3bo4bo3$5b
7 | 2o$5b2o$5b2o$3bo4bo$b3o4b3o$3o6b3o$2o8b2o$b10o$2b8o$4b4o!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/glider.rle:
--------------------------------------------------------------------------------
1 | #N Glider
2 | #O Richard K. Guy
3 | #C The smallest, most common, and first discovered spaceship. Diagonal, has period 4 and speed c/4.
4 | #C www.conwaylife.com/wiki/index.php?title=Glider
5 | x = 3, y = 3, rule = B3/S23
6 | bob$2bo$3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/hivenudger.rle:
--------------------------------------------------------------------------------
1 | #N Hivenudger
2 | #O Hartmut Holzwart
3 | #C A period 4 c/2 orthogonal spaceship.
4 | #C www.conwaylife.com/wiki/index.php?title=Hivenudger
5 | x = 13, y = 13, rule = B3/S23
6 | 4o5bo2bo$o3bo3bo4b$o7bo3bo$bo2bo3b4ob2$5b2o6b$5b2o6b$5b2o6b2$bo2bo3b4o
7 | b$o7bo3bo$o3bo3bo4b$4o5bo2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/hwss.rle:
--------------------------------------------------------------------------------
1 | #N Heavyweight spaceship
2 | #O John Conway
3 | #C A very well-known period 4 c/2 orthogonal spaceship.
4 | #C www.conwaylife.com/wiki/index.php?title=Heavyweight_spaceship
5 | x = 7, y = 5, rule = B3/S23
6 | 3b2o2b$bo4bo$o6b$o5bo$6o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/loafer.rle:
--------------------------------------------------------------------------------
1 | #N loafer.rle
2 | #O Josh Ball
3 | #C small c/7 orthogonal spaceship found 17 February 2013
4 | #C http://www.conwaylife.com/forums/viewtopic.php?f=2&t=1031#p7450
5 | #C http://conwaylife.com/wiki/Loafer
6 | x = 9, y = 9, rule = B3/S23
7 | b2o2bob2o$o2bo2b2o$bobo$2bo$8bo$6b3o$5bo$6bo$7b2o!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/lwss.rle:
--------------------------------------------------------------------------------
1 | #N Lightweight spaceship
2 | #O John Conway
3 | #C A very well-known period 4 c/2 orthogonal spaceship.
4 | #C www.conwaylife.com/wiki/index.php?title=Lightweight_spaceship
5 | x = 5, y = 4, rule = B3/S23
6 | bo2bo$o4b$o3bo$4o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/lwssonhwss.rle:
--------------------------------------------------------------------------------
1 | #N LWSS on HWSS
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/LWSS_on_HWSS
4 | #C http://conwaylife.com/patterns/lwssonhwss.rle
5 | x = 7, y = 12, rule = B3/S23
6 | 3b2o$bo4bo$o$o5bo$6o4$4o$o3bo$o$bo2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/lwssonmwss.rle:
--------------------------------------------------------------------------------
1 | #N LWSS on MWSS
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/LWSS_on_MWSS
4 | #C http://conwaylife.com/patterns/lwssonmwss.rle
5 | x = 6, y = 12, rule = B3/S23
6 | bo2bo$o$o3bo$4o4$5o$o4bo$o$bo3bo$3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/mwss.rle:
--------------------------------------------------------------------------------
1 | #N Middleweight spaceship
2 | #O John Conway
3 | #C A very well-known period 4 c/2 orthogonal spaceship.
4 | #C www.conwaylife.com/wiki/index.php?title=Middleweight_spaceship
5 | x = 6, y = 5, rule = B3/S23
6 | 3bo2b$bo3bo$o5b$o4bo$5o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/orion.rle:
--------------------------------------------------------------------------------
1 | #N Orion
2 | #O Hartmut Holzwart
3 | #C A c/4 diagonal period 4 spaceship found in April 1993.
4 | x = 14, y = 15, rule = B3/S23
5 | 3b2o9b$3bobo8b$3bo10b$2obo10b$o4bo8b$ob2o6b3ob$5b3o4b2o$6b3obobob$13bo
6 | $6bobo5b$5b2obo5b$6bo7b$4b2obo6b$7bo6b$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/orion2.rle:
--------------------------------------------------------------------------------
1 | #N Orion 2
2 | #O Jason Summers
3 | #C A diagonal period 4 c/4 spaceship.
4 | x = 13, y = 13, rule = B3/S23
5 | b2o10b$2o11b$2bo10b$4bo4b3ob$4b3o4b2o$5b3obobob$12bo$5bobo5b$4b2obo5b$
6 | 5bo7b$3b2obo6b$6bo6b$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/owss.rle:
--------------------------------------------------------------------------------
1 | #N Overweight spaceship
2 | #C A would-be spaceship similar to the LWSS, MWSS and HWSS, but longer. It is unstable by itself, but can be escorted by other spaceships
3 | #C to produce a flotilla.
4 | #C www.conwaylife.com/wiki/index.php?title=Overweight_spaceship
5 | x = 8, y = 5, rule = b3/s23
6 | 3b3o2b$bo5bo$o7b$o6bo$7o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/pufferfish.rle:
--------------------------------------------------------------------------------
1 | #N Pufferfish
2 | #O Richard Schank
3 | #C An almost natural c/2 puffer, discovered in November 2014.
4 | #C www.conwaylife.com/wiki/Pufferfish
5 | x = 15, y = 12, rule = B3/S23
6 | 3bo7bo$2b3o5b3o$b2o2bo3bo2b2o$3b3o3b3o2$4bo5bo$2bo2bo3bo2bo$o5bobo5bo$
7 | 2o4bobo4b2o$6bobo$3bobo3bobo$4bo5bo!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/schickengine.rle:
--------------------------------------------------------------------------------
1 | #N Schick engine
2 | #O Paul Schick
3 | #C An orthogonal period 12 c/2 tagalong found in 1972.
4 | #C www.conwaylife.com/wiki/index.php?title=Schick_engine
5 | x = 20, y = 11, rule = 23/3
6 | bo2bo15b$o19b$o3bo15b$4o9b2o5b$6b3o5b2o4b$6b2ob2o6b3o$6b3o5b2o4b$4o9b
7 | 2o5b$o3bo15b$o19b$bo2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/sidecar.rle:
--------------------------------------------------------------------------------
1 | #N Sidecar
2 | #O Hartmut Holzwart
3 | #C An orthogonal period 4 c/2 tagalong for the heavyweight spaceship that was found in 1992.
4 | #C www.conwaylife.com/wiki/index.php?title=Sidecar
5 | x = 8, y = 10, rule = 23/3
6 | bo6b$o5bob$o5bob$5obob2$4b2o2b$2bo4bo$bo6b$bo5bo$b6o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/swan.rle:
--------------------------------------------------------------------------------
1 | #N Swan
2 | #O Tim Coe
3 | #C A diagonal period 4 c/4 spaceship that produces some useful sparks.
4 | #C http://www.conwaylife.com/wiki/index.php?title=Swan
5 | x = 24, y = 12, rule = B3/S23
6 | bo10b2o10b$5o6b2o11b$o2b2o8bo7b2ob$2b2obo5b2o6b3obo$11b2o3bob2o4b$5bob
7 | o6b2o8b$10b3obo4bo4b$7b3o3bo4bo5b$8bo7bo7b$8bo6bo8b2$11bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/turtle.rle:
--------------------------------------------------------------------------------
1 | #N Turtle
2 | #O Dean Hickerson
3 | #C A period 3 c/3 orthogonal spaceship.
4 | #C www.conwaylife.com/wiki/index.php?title=Turtle
5 | x = 12, y = 10, rule = B3/S23
6 | b3o7bo$b2o2bob2ob2o$3b3o4bob$bo2bobo3bob$o4bo4bob$o4bo4bob$bo2bobo3bob
7 | $3b3o4bob$b2o2bob2ob2o$b3o7bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/wasp.rle:
--------------------------------------------------------------------------------
1 | #N Wasp
2 | #O David Bell
3 | #C An orthogonal c/3 period 3 spaceship that was found in March 1998.
4 | #C www.conwaylife.com/wiki/index.php?title=Wasp
5 | x = 22, y = 9, rule = 23/3
6 | 10bo3bo7b$7bobob2ob3o5b$6bo2bo6b2ob2ob$b2o2b2o2bo3bo2bo2b2ob$b2obob2o
7 | 2bo2bo4bo2bo$o3bo4b2o11b$obobo2bo2b2o10b$9bo12b$b3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Spaceships/weekender.rle:
--------------------------------------------------------------------------------
1 | #N Weekender
2 | #O David Eppstein
3 | #C An orthogonal period 7 spaceship with speed 2c/7.
4 | #C www.conwaylife.com/wiki/index.php?title=Weekender
5 | x = 16, y = 11, rule = B3/S23
6 | bo12bob$bo12bob$obo10bobo$bo12bob$bo12bob$2bo3b4o3bo2b$6b4o6b$2b4o4b4o
7 | 2b2$4bo6bo4b$5b2o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/29bitstilllifeno1.rle:
--------------------------------------------------------------------------------
1 | #N 29-bit still life #1
2 | #C The most common 29-bit still life in B3/S23/C1 on Catagolue.
3 | #C http://conwaylife.com/wiki/29-bit_still-life_No._1
4 | x = 8, y = 10, rule = B3/S23
5 | 5bo$4bobo$2obobobo$2obobobo$3bob2o$2obo$2obo$3bob2o$3bo2bo$4b2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/7by9eater.rle:
--------------------------------------------------------------------------------
1 | #N 7×9 eater
2 | #C http://conwaylife.com/wiki/7%C3%979_eater
3 | x = 7, y = 9, rule = B3/S23
4 | bo3b2o$obo3bo$2o3bo$4bo$5obo$o4b2o$b3o$3bob2o$4bobo!
5 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/BTS.rle:
--------------------------------------------------------------------------------
1 | #N BTS
2 | #O Mark Niemiec
3 | #C 19-bit still life that's used as a catalyst in non-Spartan Herschel conduits.
4 | #C http://conwaylife.com/wiki/BTS
5 | x = 7, y = 8, rule = B3/S23
6 | 3b2o$3bo2bo$4b3o2$2obob2o$ob2obo$5bo$5b2o!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/aircraftcarrier.rle:
--------------------------------------------------------------------------------
1 | #N Aircraft carrier
2 | #C A 6-cell still life that is the smallest still life with more than one island.
3 | #C www.conwaylife.com/wiki/index.php?title=Aircraft_carrier
4 | x = 4, y = 3, rule = B3/S23
5 | 2o2b$o2bo$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/amphisbaena.rle:
--------------------------------------------------------------------------------
1 | #N Amphisbaena
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Amphisbaena
4 | #C http://conwaylife.com/patterns/amphisbaena.rle
5 | x = 7, y = 5, rule = B3/S23
6 | obo$2obo$3bo$3bob2o$4bobo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/ariesbetwixttwoblocks.rle:
--------------------------------------------------------------------------------
1 | #N Aries betwixt two blocks
2 | #C The most common naturally-occurring 31-bit still life.
3 | #C http://conwaylife.com/wiki/Aries_betwixt_two_blocks
4 | x = 9, y = 8, rule = B3/S23
5 | b2o3b2o$o2bobo2bo$2obobob2o$3bobo$3bobo$2obobob2o$2obobob2o$4bo!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/bakery.rle:
--------------------------------------------------------------------------------
1 | #N Bakery
2 | #C A common 28-cell still life formation of two bi-loaves.
3 | #C www.conwaylife.com/wiki/index.php?title=Bakery
4 | x = 10, y = 10, rule = B3/S23
5 | 4b2o4b$3bo2bo3b$3bobo4b$b2obo3bob$o2bo3bobo$obo3bo2bo$bo3bob2ob$4bobo
6 | 3b$3bo2bo3b$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/barge.rle:
--------------------------------------------------------------------------------
1 | #N Barge
2 | #C A common 6-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Barge
4 | x = 4, y = 4, rule = B3/S23
5 | bo2b$obob$bobo$2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/bargewithlongtail.rle:
--------------------------------------------------------------------------------
1 | #N Barge with long tail
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Barge_with_long_tail
4 | #C http://conwaylife.com/patterns/bargewithlongtail.rle
5 | x = 7, y = 5, rule = B3/S23
6 | bo$obo$bobo$2bo2b2o$3b2obo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/beehat.rle:
--------------------------------------------------------------------------------
1 | #N Bee hat
2 | #C A 15-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Bee_hat
4 | x = 6, y = 6, rule = B3/S23
5 | b2o3b$o2bo2b$b2obob$2bobob$obob2o$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/beehive.rle:
--------------------------------------------------------------------------------
1 | #N Beehive
2 | #O John Conway
3 | #C An extremely common 6-cell still life.
4 | #C www.conwaylife.com/wiki/index.php?title=Beehive
5 | x = 4, y = 3, rule = B3/S23
6 | b2ob$o2bo$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/beehiveandcap.rle:
--------------------------------------------------------------------------------
1 | #N Beehive and cap
2 | #C The 14-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Beehive_and_cap
4 | x = 5, y = 7, rule = B3/S23
5 | b2o2b$o2bob$4ob2$2b2ob$bo2bo$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/beehiveanddock.rle:
--------------------------------------------------------------------------------
1 | #N Beehive and dock
2 | #C A 16-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Beehive_and_dock
4 | x = 6, y = 7, rule = B3/S23
5 | 3b2ob$2bo2bo$3b2ob2$b4ob$o4bo$2o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/beehiveandtable.rle:
--------------------------------------------------------------------------------
1 | #N Beehive and table
2 | #C A 12-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Beehive_and_table
4 | x = 5, y = 6, rule = B3/S23
5 | 2b2ob$bo2bo$2b2ob2$4ob$o2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/beehiveatbeehive.rle:
--------------------------------------------------------------------------------
1 | #N Beehive at beehive
2 | #C A simple 12-cell still life composed of two beehive.
3 | #C www.conwaylife.com/wiki/index.php?title=Beehive_at_beehive
4 | x = 6, y = 6, rule = 23/3
5 | 4bob$3bobo$3bobo$b2obob$o2bo2b$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/beehiveatloaf.rle:
--------------------------------------------------------------------------------
1 | #N Beehive at loaf
2 | #C A 13-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Beehive_at_loaf
4 | x = 6, y = 7, rule = B3/S23
5 | 4bob$3bobo$3bobo$b2obob$o2bo2b$obo3b$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/beehivebendtail.rle:
--------------------------------------------------------------------------------
1 | #N Beehive bend tail
2 | #C A 12-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Beehive_bend_tail
4 | x = 5, y = 6, rule = B3/S23
5 | b2o2b$o2bob$b2obo$4bo$b3ob$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/beehivewithnine.rle:
--------------------------------------------------------------------------------
1 | #N Beehive with nine
2 | #C A 12-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Beehive_with_nine
4 | x = 7, y = 6, rule = B3/S23
5 | b2o4b$o2bo3b$b2obo2b$4bo2b$4bobo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/beehivewithtail.rle:
--------------------------------------------------------------------------------
1 | #N Beehive with tail
2 | #C A 10-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Beehive_with_tail
4 | x = 6, y = 5, rule = B3/S23
5 | b2o3b$o2bo2b$b2obob$4bob$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/biblock.rle:
--------------------------------------------------------------------------------
1 | #N Bi-block
2 | #C An 8-cell pseudo still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Bi-block
4 | x = 5, y = 2, rule = B3/S23
5 | 2ob2o$2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/biboat.rle:
--------------------------------------------------------------------------------
1 | #N Bi-boat
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Bi-boat
4 | #C http://conwaylife.com/patterns/biboat.rle
5 | x = 7, y = 3, rule = B3/S23
6 | bo3bo$obobobo$b2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/bicap.rle:
--------------------------------------------------------------------------------
1 | #N Bi-cap
2 | #C A 16-cell still life consisting of two caps.
3 | #C www.conwaylife.com/wiki/index.php?title=Bi-cap
4 | x = 4, y = 7, rule = B3/S23
5 | b2ob$o2bo$4o2$4o$o2bo$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/bigs.rle:
--------------------------------------------------------------------------------
1 | #N Big S
2 | #C A 14-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Big_S
4 | x = 7, y = 6, rule = B3/S23
5 | 4b2ob$3bo2bo$3bob2o$2obo3b$o2bo3b$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/biloaf1.rle:
--------------------------------------------------------------------------------
1 | #N Bi-loaf 1
2 | #C A 14-cell still life that makes up half of a bakery.
3 | #C www.conwaylife.com/wiki/index.php?title=Bi-loaf_1
4 | x = 7, y = 7, rule = B3/S23
5 | bo5b$obo4b$o2bo3b$b2obo2b$3bobob$3bo2bo$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/biloaf2.rle:
--------------------------------------------------------------------------------
1 | #N Bi-loaf 2
2 | #C A 14-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Bi-loaf_2
4 | x = 7, y = 7, rule = B3/S23
5 | 2bo4b$bobo3b$o2bo3b$b2ob2ob$3bo2bo$3bobob$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/biloaf4.rle:
--------------------------------------------------------------------------------
1 | #N Bi-loaf 4
2 | #C A 14-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Bi-loaf_4
4 | x = 6, y = 6, rule = B3/S23
5 | 3b2o$2bo2bo$bobobo$obobo$o2bo$b2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/bipond.rle:
--------------------------------------------------------------------------------
1 | #N Bi-pond
2 | #C A 16-cell still life made up of two ponds.
3 | #C www.conwaylife.com/wiki/index.php?title=Bi-pond
4 | x = 7, y = 7, rule = B3/S23
5 | b2o4b$o2bo3b$o2bo3b$b2ob2ob$3bo2bo$3bo2bo$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/block.rle:
--------------------------------------------------------------------------------
1 | #N Block
2 | #C An extremely common 4-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Block
4 | x = 2, y = 2, rule = B3/S23
5 | 2o$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/blockade.rle:
--------------------------------------------------------------------------------
1 | #N Blockade
2 | #C A 16-cell still life made up of four blocks.
3 | #C www.conwaylife.com/wiki/index.php?title=Blockade
4 | x = 23, y = 10, rule = B3/S23
5 | 2o21b$2o21b3$b2o17b2ob$b2o17b2ob3$21b2o$21b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/blockandcap.rle:
--------------------------------------------------------------------------------
1 | #N Block and cap
2 | #C A 12-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Block_and_cap
4 | x = 4, y = 6, rule = B3/S23
5 | b2ob$o2bo$4o2$2o2b$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/blockanddock.rle:
--------------------------------------------------------------------------------
1 | #N Block and dock
2 | #C A 14-cell still life made up of a block and a dock.
3 | #C www.conwaylife.com/wiki/index.php?title=Block_and_dock
4 | x = 6, y = 6, rule = B3/S23
5 | 3b2ob$3b2ob2$b4ob$o4bo$2o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/blockandtwotails.rle:
--------------------------------------------------------------------------------
1 | #N Block and two tails
2 | #C A 12-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Block_and_two_tails
4 | x = 5, y = 5, rule = B3/S23
5 | 2ob2o$2obob$3bob$3o2b$o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/blockonboat.rle:
--------------------------------------------------------------------------------
1 | #N Block on boat
2 | #C A 9-cell pseudo still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Block_on_boat
4 | x = 6, y = 3, rule = 23/3
5 | 2ob2ob$2obobo$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/blockontable.rle:
--------------------------------------------------------------------------------
1 | #N Block on table
2 | #C A simple 10-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Block_on_table
4 | x = 4, y = 5, rule = B3/S23
5 | 2b2o$2b2o2$4o$o2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/boat.rle:
--------------------------------------------------------------------------------
1 | #N Boat
2 | #C The only 5-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Boat
4 | x = 3, y = 3, rule = B3/S23
5 | 2ob$obo$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/boatonaircraft.rle:
--------------------------------------------------------------------------------
1 | #N Boat on aircraft
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Boat_on_aircraft
4 | #C http://conwaylife.com/patterns/boatonaircraft.rle
5 | x = 6, y = 7, rule = B3/S23
6 | bo$obo$b2o$3b2o$3bo$5bo$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/boatonsnake.rle:
--------------------------------------------------------------------------------
1 | #N Boat on snake
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Boat_on_snake
4 | #C http://conwaylife.com/patterns/boatonsnake.rle
5 | x = 7, y = 5, rule = B3/S23
6 | bo$obo$b2o$3b2obo$3bob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/boatshiptie.rle:
--------------------------------------------------------------------------------
1 | #N Boat-ship-tie
2 | #C An 11-cell still life made up of a ship and a boat.
3 | #C www.conwaylife.com/wiki/index.php?title=Boat-ship-tie
4 | x = 6, y = 6, rule = B3/S23
5 | 2o4b$obo3b$b2o3b$3b2ob$3bobo$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/boattie.rle:
--------------------------------------------------------------------------------
1 | #N Boat-tie
2 | #C A 10-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Boat-tie
4 | x = 6, y = 6, rule = B3/S23
5 | bo4b$obo3b$b2o3b$3b2ob$3bobo$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/boatwithhookedtail.rle:
--------------------------------------------------------------------------------
1 | #N Boat with hooked tail
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Boat_with_hooked_tail
4 | #C http://conwaylife.com/patterns/boatwithhookedtail.rle
5 | x = 6, y = 4, rule = B3/S23
6 | 2ob2o$bobobo$bo2bo$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/boatwithlongtail.rle:
--------------------------------------------------------------------------------
1 | #N Boat with long tail
2 | #C A 10-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Boat_with_long_tail
4 | x = 6, y = 4, rule = B3/S23
5 | 2o4b$obo3b$bo2b2o$2b2obo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/boatwithverylongtail.rle:
--------------------------------------------------------------------------------
1 | #N Boat with very long tail
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Boat_with_very_long_tail
4 | #C http://conwaylife.com/patterns/boatwithverylongtail.rle
5 | x = 7, y = 4, rule = B3/S23
6 | 2o$obo2b2o$bo2bobo$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/bookends.rle:
--------------------------------------------------------------------------------
1 | #N Bookends
2 | #C A 14-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Bookends
4 | x = 7, y = 4, rule = B3/S23
5 | 2o3b2o$obobobo$2bobo2b$b2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/bookendssiamesetables.rle:
--------------------------------------------------------------------------------
1 | #N Bookends siamese tables
2 | #C A 22-bit still life.
3 | #C https://conwaylife.com/wiki/Bookends_siamese_tables
4 | x = 7, y = 7, rule = B3/S23
5 | 2o3b2o$obobobo$2bobo$b2ob2o$2bobo$2bobo$b2ob2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/canoe.rle:
--------------------------------------------------------------------------------
1 | #N Canoe
2 | #C An 8-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Canoe
4 | x = 5, y = 5, rule = B3/S23
5 | 3b2o$4bo$3bob$obo2b$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/capanddock.rle:
--------------------------------------------------------------------------------
1 | #N Cap and dock
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Cap_and_dock
4 | #C http://conwaylife.com/patterns/capanddock.rle
5 | x = 7, y = 6, rule = B3/S23
6 | 5b2o$b2obobo$obobo$obobo$b2obobo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/carriersiamesecarrier.rle:
--------------------------------------------------------------------------------
1 | #N Carrier siamese carrier
2 | #C A 10-cell still life composed of two aircraft carriers attached together.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Carrier_siamese_carrier
4 | x = 7, y = 4, rule = B3/S23
5 | 2o5b$o2b2o2b$2b2o2bo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/carriersiamesesnake.rle:
--------------------------------------------------------------------------------
1 | #N Carrier siamese snake
2 | #C A 10-cell still life composed of an aircraft carrier and a snake attached together.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Carrier_siamese_snake
4 | x = 7, y = 3, rule = B3/S23
5 | 2ob2o2b$ob2o2bo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/carrierwithfeather.rle:
--------------------------------------------------------------------------------
1 | #N Carrier with feather
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Carrier_with_feather
4 | #C http://conwaylife.com/patterns/carrierwithfeather.rle
5 | x = 7, y = 4, rule = B3/S23
6 | 2o2bo$o2bobo$2b2o2bo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cisbargewithtail.rle:
--------------------------------------------------------------------------------
1 | #N Cis-barge with tail
2 | #C A 10-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Cis-barge_with_tail
4 | x = 6, y = 5, rule = B3/S23
5 | 3bo2b$2bobob$bobobo$bo2bob$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cisblockandlonghook.rle:
--------------------------------------------------------------------------------
1 | #N Cis-block and long hook
2 | #C A 12-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Cis-block_and_long_hook
4 | x = 5, y = 6, rule = B3/S23
5 | 3b2o$o3bo$4ob2$2b2ob$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cisboatanddock.rle:
--------------------------------------------------------------------------------
1 | #N Cis-boat and dock
2 | #C A 15-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Cis-boat_and_dock
4 | x = 6, y = 7, rule = B3/S23
5 | 2bo3b$bobo2b$b2o3b2$b4ob$o4bo$2o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cisboatandtable.rle:
--------------------------------------------------------------------------------
1 | #N Cis-boat and table
2 | #C An 11-cell still life consisting of a boat on a table. It is the 81st most common still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Cis-boat_and_table
4 | x = 4, y = 6, rule = B3/S23
5 | bo2b$obob$2o2b2$4o$o2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cisboatwithnine.rle:
--------------------------------------------------------------------------------
1 | #N Cis-boat with nine
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Cis-boat_with_nine
4 | #C http://conwaylife.com/patterns/cisboatwithnine.rle
5 | x = 6, y = 6, rule = B3/S23
6 | 4bo$3bobo$2bob2o$2bo$obo$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cisboatwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Cis-boat with tail
2 | #C A 9-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Cis-boat_with_tail
4 | x = 5, y = 5, rule = B3/S23
5 | 3b2o$3bob$2obob$obo2b$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cisfusewithtwotails.rle:
--------------------------------------------------------------------------------
1 | #N Cis-fuse with two tails
2 | #C A simple 12-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Cis-fuse_with_two_tails
4 | x = 6, y = 6, rule = B3/S23
5 | 3bo2b$b3o2b$o3b2o$bo2bob$2bobob$3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cishookandrbee.rle:
--------------------------------------------------------------------------------
1 | #N Cis-hook and R-bee
2 | #C A 14-cell still life composed of a bookend and a bun.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Cis-hook_and_R-bee
4 | x = 4, y = 7, rule = B3/S23
5 | 2b2o$o2bo$3ob2$3ob$o2bo$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cishookwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Cis-hook with tail
2 | #C A 10-cell still life similar to the long long hook with tail.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Cis-hook_with_tail
4 | x = 5, y = 6, rule = B3/S23
5 | 3b2o$2bobo$bo3b$o4b$b3ob$3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cisloafwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Cis-loaf with tail
2 | #C An 11-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Cis-loaf_with_tail
4 | x = 6, y = 5, rule = B3/S23
5 | 3b2ob$2bo2bo$bobobo$bo2bob$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cislongboatwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Cis-long boat with tail
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Cis-long_boat_with_tail
4 | #C http://conwaylife.com/patterns/cislongboatwithtail.rle
5 | x = 6, y = 5, rule = B3/S23
6 | 2o$bo2b2o$bobobo$2bobo$3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cismirroredprofessor.rle:
--------------------------------------------------------------------------------
1 | #N Cis-mirrored professor
2 | #C A 46-bit natural still life.
3 | #C http://conwaylife.com/wiki/Professor
4 | x = 9, y = 11, rule = B3/S23
5 | b2o3b2o$o2bobo2bo$2obobob2o$3bobo$2obobob2o$2obobob2o$3bobo$3bobo$2obo
6 | bob2o$o2bobo2bo$b2o3b2o!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cismirroredrbee.rle:
--------------------------------------------------------------------------------
1 | #N Cis-mirrored R-bee
2 | #C A 14-cell still life made up of two buns facing each other.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Cis-mirrored_R-bee
4 | x = 7, y = 4, rule = B3/S23
5 | b2ob2ob$obobobo$obobobo$bo3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cismirroredworm.rle:
--------------------------------------------------------------------------------
1 | #N Cis-mirrored worm
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Cis-mirrored_worm
4 | #C http://conwaylife.com/patterns/cismirroredworm.rle
5 | x = 6, y = 9, rule = B3/S23
6 | b2o$obo$o4bo$b5o2$b5o$o4bo$obo$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cisrbeeandrloaf.rle:
--------------------------------------------------------------------------------
1 | #N Cis-R-bee and R-loaf
2 | #C A 15-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Cis-R-bee_and_R-loaf
4 | x = 4, y = 8, rule = B3/S23
5 | b2ob$o2bo$b3o2$b3o$o2bo$obob$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cisrotatedhook.rle:
--------------------------------------------------------------------------------
1 | #N Cis-rotated hook
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Cis-rotated_hook
4 | #C http://conwaylife.com/patterns/cisrotatedhook.rle
5 | x = 7, y = 5, rule = B3/S23
6 | b2o$2bo2b2o$obobobo$2o2bo$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cisrotatedrbee.rle:
--------------------------------------------------------------------------------
1 | #N Cis-rotated R-bee
2 | #C A 14-cell still life composed of two buns.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Cis-rotated_R-bee
4 | x = 7, y = 5, rule = B3/S23
5 | 4b2ob$bo2bobo$obobobo$obo2bob$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cisshillelagh.rle:
--------------------------------------------------------------------------------
1 | #N Cis-shillelagh
2 | #C A 10-cell still life similar to the long long shillelagh.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Cis-shillelagh
4 | x = 6, y = 5, rule = B3/S23
5 | 4b2o$5bo$2o2bob$o2bo2b$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/clawwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Claw with tail
2 | #C A 10-cell still life similar to hook with tail.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Claw_with_tail
4 | x = 6, y = 5, rule = B3/S23
5 | 2o4b$bo4b$bob2ob$2bo2bo$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/clawwithtubwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Claw with tub with tail
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Claw_with_tub_with_tail
4 | #C http://conwaylife.com/patterns/clawwithtubwithtail.rle
5 | x = 6, y = 7, rule = B3/S23
6 | bo$obo$bobo$3bo$2bo$3b3o$5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/clips.rle:
--------------------------------------------------------------------------------
1 | #N Clips
2 | #C The most common naturally-occurring 30-bit still life.
3 | #C http://conwaylife.com/wiki/Clips
4 | x = 9, y = 7, rule = B3/S23
5 | b2o3b2o$o2bobo2bo$2obobob2o$3bobo$2obobob2o$o2bobo2bo$b2o3b2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/cthulhu.rle:
--------------------------------------------------------------------------------
1 | #N Cthulhu
2 | #O Adam P. Goucher
3 | #C http://conwaylife.com/wiki/Cthulhu
4 | #C http://conwaylife.com/patterns/cthulhu.rle
5 | x = 11, y = 13, rule = B3/S23
6 | bo3bo3bo$obobobobobo$obobobobobo$b2obobob2o$4bobo$4bobo$3b2ob2o$2bo4bo
7 | $2b2ob2o$3bobo$2bo2bo$2bobo$b2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/deadsparkcoil.rle:
--------------------------------------------------------------------------------
1 | #N Dead spark coil
2 | #C An 18-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Dead_spark_coil
4 | x = 7, y = 5, rule = B3/S23
5 | 2o3b2o$obobobo$2bobo2b$obobobo$2o3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/docksiamesecarrier.rle:
--------------------------------------------------------------------------------
1 | #N Dock siamese carrier
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Dock_siamese_carrier
4 | #C http://conwaylife.com/patterns/docksiamesecarrier.rle
5 | x = 6, y = 6, rule = B3/S23
6 | 2o2b2o$o4bo$b4o$3bo$5bo$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/eater1.rle:
--------------------------------------------------------------------------------
1 | #N Eater 1
2 | #O Bill Gosper
3 | #C The first discovered eater and a 7-cell still life.
4 | #C http://www.conwaylife.com/wiki/index.php?title=Eater_1
5 | x = 4, y = 4, rule = B3/S23
6 | 2o2b$obob$2bob$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/eater2.rle:
--------------------------------------------------------------------------------
1 | #N Eater 2
2 | #O David Buckingham
3 | #C A well-known eater and 19-cell still life that can eat gliders that approach it along four
4 | #C different paths.
5 | #C http://www.conwaylife.com/wiki/index.php?title=Eater_2
6 | x = 7, y = 7, rule = B3/S23
7 | 3bob2o$b3ob2o$o6b$b3ob2o$3bobob$3bobob$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/eater3.rle:
--------------------------------------------------------------------------------
1 | #N Eater 3
2 | #O David Buckingham
3 | #C A 31-cell still life and symmetric eater.
4 | #C http://www.conwaylife.com/wiki/index.php?title=Eater_3
5 | x = 12, y = 12, rule = B3/S23
6 | 9b2ob$4b2o2bo2bo$bo2bo4bobo$obobo5bob$bo2bob2o4b$4bo2bo4b$5bo4bob$6b5o
7 | b2$8bo3b$7bobo2b$8bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/eater5.rle:
--------------------------------------------------------------------------------
1 | #N Eater 5
2 | #C A 12-cell still life and eater composed of a tub with tail and a block that is capable of
3 | #C eating gliders that approach from the top-right.
4 | #C http://www.conwaylife.com/wiki/index.php?title=Eater_5
5 | x = 9, y = 6, rule = B3/S23
6 | 7b2o$3bo3b2o$2bobo4b$bobo5b$bo7b$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/eaterheadsiamesecarrier.rle:
--------------------------------------------------------------------------------
1 | #N Eater head siamese carrier
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Eater_head_siamese_carrier
4 | #C http://conwaylife.com/patterns/eaterheadsiamesecarrier.rle
5 | x = 7, y = 5, rule = B3/S23
6 | 5b2o$2b2o2bo$bob2o$bo$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/eaterheadsiamesesnake.rle:
--------------------------------------------------------------------------------
1 | #N Eater head siamese snake
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Eater_head_siamese_snake
4 | #C http://conwaylife.com/patterns/eaterheadsiamesesnake.rle
5 | x = 7, y = 4, rule = B3/S23
6 | 2b2ob2o$bob2obo$bo$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/eateronboat.rle:
--------------------------------------------------------------------------------
1 | #N Eater on boat
2 | #C A 12-cell still life consisting of an eater 1 and a boat.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Eater_on_boat
4 | x = 5, y = 7, rule = B3/S23
5 | b2o2b$bobob$3bob$3b2o$b2o2b$obo2b$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/eatersiameseeater.rle:
--------------------------------------------------------------------------------
1 | #N Eater siamese eater
2 | #C A 12-cell still life composed of two eaters.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Eater_siamese_eater
4 | x = 4, y = 7, rule = B3/S23
5 | 2o2b$obob$2bob$2b2o$3bo$3ob$o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/eatertailsiamesecarrier.rle:
--------------------------------------------------------------------------------
1 | #N Eater tail siamese carrier
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Eater_tail_siamese_carrier
4 | #C http://conwaylife.com/patterns/eatertailsiamesecarrier.rle
5 | x = 4, y = 7, rule = B3/S23
6 | 2b2o$bobo$bo$2o$o$2bo$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/eatertailsiamesesnake.rle:
--------------------------------------------------------------------------------
1 | #N Eater tail siamese snake
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Eater_tail_siamese_snake
4 | #C http://conwaylife.com/patterns/eatertailsiamesesnake.rle
5 | x = 4, y = 7, rule = B3/S23
6 | 2b2o$bobo$bo$2o$o$bo$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/eaterwithcape.rle:
--------------------------------------------------------------------------------
1 | #N Eater with cape
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Eater_with_cape
4 | #C http://conwaylife.com/patterns/eaterwithcape.rle
5 | x = 6, y = 4, rule = B3/S23
6 | 2o2b2o$o2bobo$bobo$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/elevener.rle:
--------------------------------------------------------------------------------
1 | #N Elevener
2 | #C An 11-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Elevener
4 | x = 6, y = 6, rule = B3/S23
5 | 4b2o$3bobo$3bo2b$b3o2b$o5b$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/elevenloop.rle:
--------------------------------------------------------------------------------
1 | #N Eleven loop
2 | #C An 11-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Eleven_loop
4 | x = 5, y = 5, rule = b3/s23
5 | bo3b$obo2b$o2bob$bobob$2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/extraextralongsnake.rle:
--------------------------------------------------------------------------------
1 | #N Extra extra long snake
2 | #C A 10-cell still life that is the extra extra long version of a snake.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Extra_extra_long_snake
4 | x = 8, y = 6, rule = B3/S23
5 | 2o6b$obo5b$3bo4b$4bo3b$5bobo$6b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/extralonghookwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Extra long hook with tail
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Extra_long_hook_with_tail
4 | #C http://conwaylife.com/patterns/extralonghookwithtail.rle
5 | x = 5, y = 8, rule = B3/S23
6 | bo$b3o$4bo$3bo$2bo$bo$o$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/extralongshillelagh.rle:
--------------------------------------------------------------------------------
1 | #N Extra long shillelagh
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Extra_long_shillelagh
4 | #C http://conwaylife.com/patterns/extralongshillelagh.rle
5 | x = 5, y = 8, rule = B3/S23
6 | 3b2o$4bo$3bo$2bo$bo$o$obo$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/extralongsnake.rle:
--------------------------------------------------------------------------------
1 | #N Extra long snake
2 | #C A 9-cell still life that is the extra long version of a snake.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Extra_long_snake
4 | x = 7, y = 5, rule = B3/S23
5 | 2o5b$obo4b$3bo3b$4bobo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/fleet.rle:
--------------------------------------------------------------------------------
1 | #N Fleet
2 | #C A fairly common 24-cell pseudo still life made up of two ship-ties.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Harbour
4 | x = 10, y = 10, rule = B3/S23
5 | 4b2o4b$3bobo4b$3b2o5b$b2o7b$obo5b2o$2o5bobo$7b2ob$5b2o3b$4bobo3b$4b2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/fourteener.rle:
--------------------------------------------------------------------------------
1 | #N Fourteener
2 | #C Still life with 14 cells.
3 | x = 7, y = 5, rule = B3/S23
4 | 4b2ob$2o2bobo$o5bo$b5ob$3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/fusewithtailandlongtail.rle:
--------------------------------------------------------------------------------
1 | #N Fuse with tail and long tail
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Fuse_with_tail_and_long_tail
4 | #C http://conwaylife.com/patterns/fusewithtailandlongtail.rle
5 | x = 7, y = 5, rule = B3/S23
6 | ob2o$2o2bo$3bo$4b3o$6bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/hat.rle:
--------------------------------------------------------------------------------
1 | #N Hat
2 | #C A 9-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Hat
4 | x = 5, y = 4, rule = B3/S23
5 | 2bo2b$bobob$bobob$2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/honeycomb.rle:
--------------------------------------------------------------------------------
1 | #N Honeycomb
2 | #C A symmetric 12-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Honeycomb
4 | x = 6, y = 5, rule = B3/S23
5 | 2b2o2b$bo2bob$ob2obo$bo2bob$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/honeyfarm.rle:
--------------------------------------------------------------------------------
1 | #N Honey farm
2 | #C A common 24-cell still life that is made up of four beehives.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Honey_farm
4 | x = 13, y = 13, rule = B3/S23
5 | 6bo6b$5bobo5b$5bobo5b$6bo6b2$b2o7b2ob$o2bo5bo2bo$b2o7b2ob2$6bo6b$5bobo
6 | 5b$5bobo5b$6bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/hookwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Hook with tail
2 | #C An 8-cell still life that went for a long time with no well-established name.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Hook_with_tail
4 | x = 5, y = 4, rule = B3/S23
5 | 2o3b$bo3b$bob2o$2bobo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/hungryhat.rle:
--------------------------------------------------------------------------------
1 | #N Hungry hat
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Hungry_hat
4 | #C http://conwaylife.com/patterns/hungryhat.rle
5 | x = 6, y = 5, rule = B3/S23
6 | 4b2o$2obobo$bobo$bobo$2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/inflected30greatsym.rle:
--------------------------------------------------------------------------------
1 | #N Inflected 30-great sym
2 | #C The most common naturally-occurring 32-bit still life.
3 | #C http://conwaylife.com/wiki/Inflected_30-great_sym
4 | x = 9, y = 8, rule = B3/S23
5 | 2bo3bo$bobobobo$o2bobo2bo$2obobob2o$3bobo$2obobob2o$o2bobo2bo$b2o3b2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/integralsign.rle:
--------------------------------------------------------------------------------
1 | #N Integral sign
2 | #C A 9-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Integral_sign
4 | x = 5, y = 5, rule = B3/S23
5 | 3b2o$2bobo$2bo2b$obo2b$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/integralwithhook.rle:
--------------------------------------------------------------------------------
1 | #N Integral with hook
2 | #C A 10-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Integral_with_hook
4 | x = 6, y = 5, rule = B3/S23
5 | 2o4b$obo3b$2bo3b$2bob2o$3bobo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/integralwithlonghook.rle:
--------------------------------------------------------------------------------
1 | #N Integral with long hook
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Integral_with_long_hook
4 | #C http://conwaylife.com/patterns/integralwithlonghook.rle
5 | x = 7, y = 5, rule = B3/S23
6 | 2o$obo$2bo2b2o$2bobobo$3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/integralwithtub.rle:
--------------------------------------------------------------------------------
1 | #N Integral with tub
2 | #C A 10-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Integral_with_tub
4 | x = 6, y = 6, rule = 23/3
5 | 2o4b$obo3b$2bo3b$2bobob$3bobo$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/integralwithtubandhook.rle:
--------------------------------------------------------------------------------
1 | #N Integral with tub and hook
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Integral_with_tub_and_hook
4 | #C http://conwaylife.com/patterns/integralwithtubandhook.rle
5 | x = 6, y = 7, rule = B3/S23
6 | 4bo$3bobo$4bo$b3o$o$bo$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/integralwithtwotubs.rle:
--------------------------------------------------------------------------------
1 | #N Integral with two tubs
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Integral_with_two_tubs
4 | #C http://conwaylife.com/patterns/integralwithtwotubs.rle
5 | x = 7, y = 7, rule = B3/S23
6 | 5bo$4bobo$5bo$2b3o$bo$obo$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/killertoads.rle:
--------------------------------------------------------------------------------
1 | #N Killer toads
2 | #C A period 2 oscillator made up of a pair of toads acting together so that they can eat things.
3 | #C www.conwaylife.com/wiki/index.php?title=Killer_toads
4 | x = 4, y = 7, rule = B3/S23
5 | b3o$3ob4$3ob$b3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/lake2.rle:
--------------------------------------------------------------------------------
1 | #N Lake 2
2 | #C A 24-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Lake_2
4 | x = 10, y = 10, rule = B3/S23
5 | 4b2o4b$3bo2bo3b$3bo2bo3b$b2o4b2ob$o8bo$o8bo$b2o4b2ob$3bo2bo3b$3bo2bo3b
6 | $4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/loaf.rle:
--------------------------------------------------------------------------------
1 | #N Loaf
2 | #C A very common 7-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Loaf
4 | x = 4, y = 4, rule = B3/S23
5 | b2ob$o2bo$bobo$2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/loafsiamesebarge.rle:
--------------------------------------------------------------------------------
1 | #N Loaf siamese barge
2 | #C A 10-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Loaf_siamese_barge
4 | x = 5, y = 5, rule = 23/3
5 | 2b2ob$bo2bo$obobo$bobob$2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/loafsiameseloaf.rle:
--------------------------------------------------------------------------------
1 | #N Loaf siamese loaf
2 | #C An 11-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Loaf_siamese_loaf
4 | x = 5, y = 5, rule = 23/3
5 | 2b2ob$bo2bo$obobo$o2bob$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/loaftieeaterwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Loaf tie eater-with-tail
2 | #C The third most common naturally-occurring 18-bit still life.
3 | #C http://conwaylife.com/wiki/Loaf_tie_eater-with-tail
4 | x = 8, y = 7, rule = B3/S23
5 | 2bo$bobo2b2o$o2bo3bo$b2ob3o$4bo$b3o$bo!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longbarge.rle:
--------------------------------------------------------------------------------
1 | #N Long barge
2 | #C An 8-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Long_barge
4 | x = 5, y = 5, rule = B3/S23
5 | bo3b$obo2b$bobob$2bobo$3bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longboat.rle:
--------------------------------------------------------------------------------
1 | #N Long boat
2 | #C A 7-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Long_boat
4 | x = 4, y = 4, rule = B3/S23
5 | bo2b$obob$bobo$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longcanoe.rle:
--------------------------------------------------------------------------------
1 | #N Long canoe
2 | #C A 9-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Long_canoe
4 | x = 6, y = 6, rule = B3/S23
5 | 4b2o$5bo$4bob$3bo2b$obo3b$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longcishookwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Long cis-hook with tail
2 | #O
3 | #C An 11-bit still life.
4 | #C http://conwaylife.com/wiki/Long_cis-hook_with_tail
5 | x = 6, y = 7, rule = B3/S23
6 | 3bo$b3o$o$bo$2bo$3bobo$4b2o!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longcisshillelagh.rle:
--------------------------------------------------------------------------------
1 | #N Long cis-shillelagh
2 | #O
3 | #C An 11-bit still life.
4 | #C http://conwaylife.com/wiki/Long_cis-shillelagh
5 | x = 6, y = 7, rule = B3/S23
6 | b2o$obo$o$bo$2bo$3bobo$4b2o!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longclawwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Long claw with tail
2 | #C An 11-bit still life.
3 | #C www.conwaylife.com/wiki/Long_claw_with_tail
4 | x = 7, y = 4, rule = B3/S23
5 | 2o$bo2b2o$bobo2bo$2bo2b2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longfusewithtwotails.rle:
--------------------------------------------------------------------------------
1 | #N Long fuse with two tails
2 | #O
3 | #C An 11-bit still life.
4 | #C http://conwaylife.com/wiki/Long_fuse_with_two_tails
5 | x = 7, y = 5, rule = B3/S23
6 | 2o$bo2bo$bobobo$2bo2bo$5b2o!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longhookanddock.rle:
--------------------------------------------------------------------------------
1 | #N Longhook and dock
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Longhook_and_dock
4 | #C http://conwaylife.com/patterns/longhookanddock.rle
5 | x = 7, y = 6, rule = B3/S23
6 | 2o3b2o$obobobo$2bobo$2bobo$b2obobo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longhookwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Long hook with tail
2 | #C A 9-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Long_hook_with_tail
4 | x = 6, y = 4, rule = B3/S23
5 | 2o4b$bo2b2o$bobobo$2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longhorn.rle:
--------------------------------------------------------------------------------
1 | #N Longhorn
2 | #C A 19-bit still life.
3 | #C http://conwaylife.com/wiki/Longhorn
4 | x = 9, y = 6, rule = B3/S23
5 | b2o3b2o$o2bobo2bo$2obobob2o$3bobo$3bobo$4bo!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longintegral.rle:
--------------------------------------------------------------------------------
1 | #N Long integral
2 | #C A 10-cell still life. It is the long version of an integral sign.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Long_integral
4 | x = 4, y = 6, rule = B3/S23
5 | 2b2o$bobo$bo2b$2bob$obob$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longlongbarge.rle:
--------------------------------------------------------------------------------
1 | #N Long long barge
2 | #C A 10-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Long_long_barge
4 | x = 6, y = 6, rule = B3/S23
5 | bo4b$obo3b$bobo2b$2bobob$3bobo$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longlongboat.rle:
--------------------------------------------------------------------------------
1 | #N Long long boat
2 | #C A 9-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Long_long_boat
4 | x = 5, y = 5, rule = 23/3
5 | bo3b$obo2b$bobob$2bobo$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longlongcanoe.rle:
--------------------------------------------------------------------------------
1 | #N Long long canoe
2 | #C A 10-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Long_long_canoe
4 | x = 7, y = 7, rule = B3/S23
5 | 5b2o$6bo$5bob$4bo2b$3bo3b$obo4b$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longlonghookwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Long long hook with tail
2 | #C A 10-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Long_long_hook_with_tail
4 | x = 7, y = 4, rule = B3/S23
5 | 2o3b2o$bo2bobo$bobo3b$2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longlongshillelagh.rle:
--------------------------------------------------------------------------------
1 | #N Long long shillelagh
2 | #C A 10-cell still life that is the long long version of the shillelagh.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Long_long_shillelagh
4 | x = 7, y = 4, rule = B3/S23
5 | 5b2o$2o2bobo$o2bo3b$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longlongship.rle:
--------------------------------------------------------------------------------
1 | #N Long long ship
2 | #C A 10-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Long_long_ship
4 | x = 5, y = 5, rule = B3/S23
5 | 2o3b$obo2b$bobob$2bobo$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longlongsnake.rle:
--------------------------------------------------------------------------------
1 | #N Long long snake
2 | #C An 8-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Long_long_snake
4 | x = 6, y = 4, rule = B3/S23
5 | 2o4b$obo3b$3bobo$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longprodigal.rle:
--------------------------------------------------------------------------------
1 | #N Long prodigal
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Long_prodigal
4 | #C http://conwaylife.com/patterns/longprodigal.rle
5 | x = 7, y = 5, rule = B3/S23
6 | bo$obo$bo2b2o$2b2o2bo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longshillelagh.rle:
--------------------------------------------------------------------------------
1 | #N Long shillelagh
2 | #C A 9-cell still life that is the long version of the shillelagh.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Long_shillelagh
4 | x = 6, y = 3, rule = B3/S23
5 | 2o2b2o$o2bobo$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longship.rle:
--------------------------------------------------------------------------------
1 | #N Long ship
2 | #C An 8-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Long_ship
4 | x = 4, y = 4, rule = B3/S23
5 | 2o2b$obob$bobo$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/longsnake.rle:
--------------------------------------------------------------------------------
1 | #N Long snake
2 | #C A 7-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Long_snake
4 | x = 5, y = 3, rule = B3/S23
5 | 2o3b$obobo$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/loop.rle:
--------------------------------------------------------------------------------
1 | #N Loop
2 | #C A 10-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Loop
4 | x = 5, y = 4, rule = B3/S23
5 | b2o2b$o2bob$bobob$2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/mango.rle:
--------------------------------------------------------------------------------
1 | #N Mango
2 | #C A common 8-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Mango
4 | x = 5, y = 4, rule = B3/S23
5 | b2o2b$o2bob$bo2bo$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/mickeymouse.rle:
--------------------------------------------------------------------------------
1 | #N Mickey Mouse
2 | #C A 26-cell still life named by Mark Niemiec.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Mickey_Mouse
4 | x = 10, y = 7, rule = B3/S23
5 | b2o4b2ob$o2bo2bo2bo$o2b4o2bo$b2o4b2ob$3b4o3b$3bo2bo3b$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/mirroreddock.rle:
--------------------------------------------------------------------------------
1 | #N Mirrored dock
2 | #C A 20-cell still life composed of two docks facing each other.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Mirrored_dock
4 | x = 6, y = 7, rule = B3/S23
5 | 2o2b2o$o4bo$b4ob2$b4ob$o4bo$2o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/mooseantlers.rle:
--------------------------------------------------------------------------------
1 | #N Moose antlers
2 | #C A simple 15-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Moose_antlers
4 | x = 9, y = 5, rule = B3/S23
5 | 2o5b2o$o7bo$b3ob3ob$3bobo3b$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/omnibus.rle:
--------------------------------------------------------------------------------
1 | #N Omnibus
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Omnibus
4 | #C http://conwaylife.com/patterns/omnibus.rle
5 | x = 9, y = 10, rule = B3/S23
6 | b2o3b2o$bobobobo$3bobo$3bobo$2obobob2o$2obobob2o$3bobo$2obobob2o$o2bob
7 | o2bo$b2o3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/omnibuswithtubs.rle:
--------------------------------------------------------------------------------
1 | #N Omnibus with tubs
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Omnibus_with_tubs
4 | #C http://conwaylife.com/patterns/omnibuswithtubs.rle
5 | x = 9, y = 11, rule = B3/S23
6 | bo5bo$obo3bobo$bobobobo$3bobo$3bobo$2obobob2o$2obobob2o$3bobo$2obobob
7 | 2o$o2bobo2bo$b2o3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/ortholoafandtable.rle:
--------------------------------------------------------------------------------
1 | #N Ortho-loaf and table
2 | #C A 13-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Ortho-loaf_and_table
4 | x = 5, y = 7, rule = B3/S23
5 | 2bo2b$bobob$bo2bo$2b2ob2$4ob$o2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/paperclip.rle:
--------------------------------------------------------------------------------
1 | #N Paperclip
2 | #C A 14-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Paperclip
4 | x = 5, y = 6, rule = B3/S23
5 | 2b2ob$bo2bo$bob2o$2obob$o2bob$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/pond.rle:
--------------------------------------------------------------------------------
1 | #N Pond
2 | #C An 8-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Pond
4 | x = 4, y = 4, rule = B3/S23
5 | b2ob$o2bo$o2bo$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/pondanddock.rle:
--------------------------------------------------------------------------------
1 | #N Pond and dock
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Pond_and_dock
4 | #C http://conwaylife.com/patterns/pondanddock.rle
5 | x = 8, y = 6, rule = B3/S23
6 | b2o3b2o$o2bobobo$o2bobo$b2o2bo$5bobo$6b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/pondonpond.rle:
--------------------------------------------------------------------------------
1 | #N Pond on pond
2 | #C A 16-cell pseudo still life made up of two ponds.
3 | #C www.conwaylife.com/wiki/index.php?title=Pond_on_pond
4 | x = 9, y = 4, rule = 23/3
5 | b2o3b2ob$o2bobo2bo$o2bobo2bo$b2o3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/pythonsiamesecarrier.rle:
--------------------------------------------------------------------------------
1 | #N Python siamese carrier
2 | #O
3 | #C An 11-bit still life.
4 | #C http://conwaylife.com/wiki/Python_siamese_carrier
5 | x = 4, y = 8, rule = B3/S23
6 | 2b2o$3bo$bo$b2o$2bo$bo$o$2o!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/pythonsiamesesnake.rle:
--------------------------------------------------------------------------------
1 | #N Python siamese snake
2 | #O
3 | #C A small 11-bit still life.
4 | #C http://conwaylife.com/wiki/Python_siamese_snake
5 | x = 3, y = 8, rule = B3/S23
6 | b2o$2bo$bo$b2o$2bo$bo$o$2o!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/rbeeandsnake.rle:
--------------------------------------------------------------------------------
1 | #N R-bee and snake
2 | #C A 13-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=R-bee_and_snake
4 | x = 5, y = 6, rule = B3/S23
5 | 2obob$ob2ob2$b3ob$bo2bo$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/rmangoandhouse.rle:
--------------------------------------------------------------------------------
1 | #N R-mango and house
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/R-mango_and_house
4 | #C http://conwaylife.com/patterns/rmangoandhouse.rle
5 | x = 8, y = 6, rule = B3/S23
6 | bo$obo3b2o$o2bobobo$bobobo$2b2obobo$6b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/rotatedc.rle:
--------------------------------------------------------------------------------
1 | #N Rotated C
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Rotated_C
4 | #C http://conwaylife.com/patterns/rotatedc.rle
5 | x = 7, y = 7, rule = B3/S23
6 | 2o$obo$2bo2b2o$obobobo$2o2bo$4bobo$5b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/scorpion.rle:
--------------------------------------------------------------------------------
1 | #N Scorpion
2 | #C A 16-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Scorpion
4 | x = 7, y = 6, rule = B3/S23
5 | 3bo3b$b3o3b$o3b2ob$obobobo$b2obobo$5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/sesquihat.rle:
--------------------------------------------------------------------------------
1 | #N Sesquihat
2 | #C A 13-cell still life that is roughly halfway between a hat and twin hat.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Sesquihat
4 | x = 7, y = 5, rule = B3/S23
5 | 4bo2b$2obobob$bobobob$bobob2o$2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/shillelagh.rle:
--------------------------------------------------------------------------------
1 | #N Shillelagh
2 | #C A common 8-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Shillelagh
4 | x = 5, y = 3, rule = B3/S23
5 | 2o3b$o2b2o$b2obo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/ship.rle:
--------------------------------------------------------------------------------
1 | #N Ship
2 | #C A common 6-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Ship
4 | x = 3, y = 3, rule = B3/S23
5 | 2ob$obo$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/shiponlongboat.rle:
--------------------------------------------------------------------------------
1 | #N Ship on long boat
2 | #C A 13-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Ship_on_long_boat
4 | x = 7, y = 7, rule = B3/S23
5 | 2o5b$obo4b$b2o4b$3b2o2b$3bobob$4bobo$5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/shiptie.rle:
--------------------------------------------------------------------------------
1 | #N Ship-tie
2 | #C A simple 12-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Ship-tie
4 | x = 6, y = 6, rule = B3/S23
5 | 2o4b$obo3b$b2o3b$3b2ob$3bobo$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/shuriken.rle:
--------------------------------------------------------------------------------
1 | #N Shuriken
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Shuriken
4 | #C http://conwaylife.com/patterns/shuriken.rle
5 | #C http://conwaylife.com/ref/mniemiec/20/20-21877.rle
6 | #C https://catagolue.appspot.com/object/xs20_cq231eoz012311/b3s23
7 | x = 7, y = 7, rule = B3/S23
8 | 3b2o$b3obo$o4bo$2o3b2o$bo4bo$bob3o$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/sidesnagger.rle:
--------------------------------------------------------------------------------
1 | #N Sidesnagger
2 | #C http://conwaylife.com/wiki/Sidesnagger
3 | x = 13, y = 9, rule = B3/S23
4 | 6bo$5bobo$4bo2bo3b2o$5b2o4b2o$bo$obo$2o$6b2o$6b2o!
5 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/sidewalk.rle:
--------------------------------------------------------------------------------
1 | #N Sidewalk
2 | #C A 14-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Sidewalk
4 | x = 6, y = 5, rule = B3/S23
5 | b2ob2o$2bobob$bo2bob$bobo2b$2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/skewrbees.rle:
--------------------------------------------------------------------------------
1 | #N Skew R-bees
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Skew_R-bees
4 | #C http://conwaylife.com/patterns/skewrbees.rle
5 | x = 7, y = 6, rule = B3/S23
6 | bo$obo$obo2bo$b2obobo$4bobo$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/smalllake.rle:
--------------------------------------------------------------------------------
1 | #N Small lake
2 | #C A 20-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Small_lake
4 | x = 9, y = 9, rule = B3/S23
5 | 4bo4b$3bobo3b$3bobo3b$b2o3b2ob$o7bo$b2o3b2ob$3bobo3b$3bobo3b$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/snake.rle:
--------------------------------------------------------------------------------
1 | #N Snake
2 | #C A common 6-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Snake
4 | x = 4, y = 2, rule = B3/S23
5 | 2obo$ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/snakebridgesnake.rle:
--------------------------------------------------------------------------------
1 | #N Snake bridge snake
2 | #C A 12-cell still life composed of two diagonally-touching snakes.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Snake_bridge_snake
4 | x = 6, y = 6, rule = B3/S23
5 | 4b2o$4bob$5bo$4b2o$2obo2b$ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/snakesiamesesnake.rle:
--------------------------------------------------------------------------------
1 | #N Snake siamese snake
2 | #C A 10-cell still life composed of two snakes.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Snake_siamese_snake
4 | x = 7, y = 2, rule = B3/S23
5 | 2ob2obo$ob2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/snakewithfeather.rle:
--------------------------------------------------------------------------------
1 | #N Snake with feather
2 | #O
3 | #C A small 11-bit still life.
4 | #C http://conwaylife.com/wiki/Snake_with_feather
5 | x = 7, y = 4, rule = B3/S23
6 | 2o$o2b2obo$bobob2o$2bo!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/snorkelloop.rle:
--------------------------------------------------------------------------------
1 | #N Snorkel loop
2 | #C A 12-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Snorkel_loop
4 | x = 6, y = 5, rule = B3/S23
5 | 2b2o2b$bo2bob$2bobob$obob2o$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/spiral.rle:
--------------------------------------------------------------------------------
1 | #N Spiral
2 | #O Robert Wainwright
3 | #C A 20-cell still life consisting of a tub with four tails.
4 | #C http://www.conwaylife.com/wiki/index.php?title=Spiral
5 | x = 7, y = 7, rule = B3/S23
6 | 2o4bo$bo2b3o$bobo3b$2bobo2b$3bobob$3o2bob$o4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/superloaf.rle:
--------------------------------------------------------------------------------
1 | #N Super loaf
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Super_loaf
4 | #C http://conwaylife.com/patterns/superloaf.rle
5 | x = 7, y = 7, rule = B3/S23
6 | 2bo$bobo$obobo$obo2bo$bob2obo$2bo2bo$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/supermango.rle:
--------------------------------------------------------------------------------
1 | #N Super mango
2 | #C A 15-bit still life.
3 | #C http://conwaylife.com/wiki/Super_mango
4 | x = 6, y = 7, rule = B3/S23
5 | 2bo$bobo$obobo$o2bobo$bobobo$2bobo$3bo!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/symmetricscorpion.rle:
--------------------------------------------------------------------------------
1 | #N Symmetric scorpion
2 | #C A 16-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Symmetric_scorpion
4 | x = 7, y = 5, rule = B3/S23
5 | 3bo3b$b5ob$o5bo$obobobo$b2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/tableanddock.rle:
--------------------------------------------------------------------------------
1 | #N Table and dock
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Table_and_dock
4 | #C http://conwaylife.com/patterns/tableanddock.rle
5 | x = 6, y = 6, rule = B3/S23
6 | 2o2b2o$o4bo$b4o2$b4o$bo2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/tableontable.rle:
--------------------------------------------------------------------------------
1 | #N Table on table
2 | #C A 12-cell still life made up of two tables.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Table_on_table
4 | x = 4, y = 5, rule = B3/S23
5 | o2bo$4o2$4o$o2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/tetraloaf1.rle:
--------------------------------------------------------------------------------
1 | #N Tetraloaf I
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Tetraloaf_I
4 | #C http://conwaylife.com/patterns/Tetraloaf1.rle
5 | x = 10, y = 10, rule = B3/S23
6 | 5bo$4bobo$3bo2bo$2bob2ob2o$bobo2bo2bo$o2bo2bobo$b2ob2obo$3bo2bo$3bobo$
7 | 4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/transbargewithtail.rle:
--------------------------------------------------------------------------------
1 | #N Trans-barge with tail
2 | #C A 10-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Trans-barge_with_tail
4 | x = 6, y = 6, rule = B3/S23
5 | 2o4b$bo4b$bobo2b$2bobob$3bobo$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/transblockandlonghook.rle:
--------------------------------------------------------------------------------
1 | #N Trans-block and long hook
2 | #C A 12-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Trans-block_and_long_hook
4 | x = 5, y = 6, rule = B3/S23
5 | 3b2o$o3bo$4ob2$2o3b$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/transboatanddock.rle:
--------------------------------------------------------------------------------
1 | #N Trans-boat and dock
2 | #C A 15-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Trans-boat_and_dock
4 | x = 6, y = 7, rule = B3/S23
5 | bo4b$obo3b$b2o3b2$b4ob$o4bo$2o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/transboatandtable.rle:
--------------------------------------------------------------------------------
1 | #N Trans-boat and table
2 | #O
3 | #C A small 11-bit still life.
4 | #C http://conwaylife.com/wiki/Trans-boat_and_table
5 | x = 6, y = 5, rule = B3/S23
6 | bo$obob2o$b2obo$4bo$4b2o!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/transboatwithnine.rle:
--------------------------------------------------------------------------------
1 | #N Trans-boat with nine
2 | #C An 11-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Trans-boat_with_nine
4 | x = 6, y = 6, rule = B3/S23
5 | 2o4b$obo3b$bo4b$2b3ob$5bo$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/transboatwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Trans-boat with tail
2 | #C A 9-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Trans-boat_with_tail
4 | x = 5, y = 5, rule = B3/S23
5 | 2o3b$obo2b$bobob$3bob$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/transfusewithtwotails.rle:
--------------------------------------------------------------------------------
1 | #N Trans-fuse with two tails
2 | #C A simple 10-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Trans-fuse_with_two_tails
4 | x = 6, y = 6, rule = B3/S23
5 | 2o4b$bo4b$bobo2b$2bobob$4bob$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/transhookandrbee.rle:
--------------------------------------------------------------------------------
1 | #N Trans-hook and R-bee
2 | #C A 14-cell still life composed of a bookend and a bun.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Trans-hook_and_R-bee
4 | x = 5, y = 7, rule = B3/S23
5 | 3b2o$bo2bo$b3ob2$b3ob$o2bob$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/transloafwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Trans-loaf with tail
2 | #C An 11-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Trans-loaf_with_tail
4 | x = 6, y = 6, rule = B3/S23
5 | 2o4b$bo4b$bob2ob$2bo2bo$3bobo$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/translongboatwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Trans-long boat with tail
2 | #O
3 | #C A small 11-bit still life.
4 | #C http://conwaylife.com/wiki/Trans-long_boat_with_tail
5 | x = 6, y = 6, rule = B3/S23
6 | 4b2o$3bobo$2bobo$3bo$3o$o!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/transmirroredrbee.rle:
--------------------------------------------------------------------------------
1 | #N Trans-mirrored R-bee
2 | #C A 14-cell still life made up of two buns facing each other.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Trans-mirrored_R-bee
4 | x = 7, y = 5, rule = B3/S23
5 | 5bob$b2obobo$obobobo$obob2ob$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/transrbeeandrloaf.rle:
--------------------------------------------------------------------------------
1 | #N Trans-R-bee and R-loaf
2 | #C A 15-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Trans-R-bee_and_R-loaf
4 | x = 5, y = 8, rule = B3/S23
5 | 2b2ob$bo2bo$b3ob2$b3ob$o2bob$obo2b$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/transrotatedrbee.rle:
--------------------------------------------------------------------------------
1 | #N Trans-rotated R-bee
2 | #C A 14-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Trans-rotated_R-bee
4 | x = 7, y = 7, rule = B3/S23
5 | bo5b$obo4b$obo4b$b2ob2ob$4bobo$4bobo$5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/tub.rle:
--------------------------------------------------------------------------------
1 | #N Tub
2 | #C A very common 4-cell still life.
3 | #C www.conwaylife.com/wiki/index.php?title=Tub
4 | x = 3, y = 3, rule = B3/S23
5 | bob$obo$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/tubwithcistail.rle:
--------------------------------------------------------------------------------
1 | #N Tub with cis-tail
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Tub_with_cis-tail
4 | #C http://conwaylife.com/patterns/tubwithcistail.rle
5 | x = 7, y = 5, rule = B3/S23
6 | 2o$o4bo$bo2bobo$2bo2bo$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/tubwithextralongtail.rle:
--------------------------------------------------------------------------------
1 | #N Tub with extra long tail
2 | #O
3 | #C A small 11-bit still life.
4 | #C http://conwaylife.com/wiki/Tub_with_extra_long_tail
5 | x = 4, y = 8, rule = B3/S23
6 | bo$obo$bobo$3bo$2bo$bo$o$2o!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/tubwithlonglongtail.rle:
--------------------------------------------------------------------------------
1 | #N Tub with long long tail
2 | #C A 10-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Tub_with_long_long_tail
4 | x = 4, y = 7, rule = B3/S23
5 | bo2b$obob$bobo$3bo$2bob$bo2b$b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/tubwithlongtail.rle:
--------------------------------------------------------------------------------
1 | #N Tub with long tail
2 | #C A 9-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Tub_with_long_tail
4 | x = 4, y = 6, rule = B3/S23
5 | bo2b$obob$bobo$3bo$2bob$2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/tubwithtail.rle:
--------------------------------------------------------------------------------
1 | #N Tub with tail
2 | #C An 8-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Tub_with_tail
4 | x = 5, y = 5, rule = B3/S23
5 | bo3b$obo2b$bobob$3bob$3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/twinhat.rle:
--------------------------------------------------------------------------------
1 | #N Twin hat
2 | #C A 17-cell still life.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Twin_hat
4 | x = 9, y = 5, rule = B3/S23
5 | 2bo3bo2b$bobobobob$bobobobob$2obobob2o$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/updoveondove.rle:
--------------------------------------------------------------------------------
1 | #N Up dove on dove
2 | #C 18-bit still life #355 in Mark D. Niemiec's life synthesis database
3 | #C http://www.conwaylife.com/wiki/Up_dove_on_dove
4 | #C http://codercontest.com/mniemiec/18/18-355.rle
5 | x = 9, y = 5, rule = B3/S23
6 | 2b2ob2o$bobobobo$o2bobo2bo$obo3bobo$bo5bo!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/upwingonwing.rle:
--------------------------------------------------------------------------------
1 | #N Up wing on wing
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Up_wing_on_wing
4 | #C http://conwaylife.com/patterns/upwingonwing.rle
5 | x = 9, y = 4, rule = B3/S23
6 | b2o3b2o$o2bobo2bo$bobobobo$2b2ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/vasesiamesehat.rle:
--------------------------------------------------------------------------------
1 | #N Vase siamese hat
2 | #O
3 | #C The most common 27-bit still life on Catagolue
4 | #C http://conwaylife.com/wiki/Vase_siamese_hat
5 | x = 9, y = 9, rule = B3/S23
6 | b2o3b2ob$o2bobo2bo$2obobob2o$3bobo3b$3bobo3b$2b2ob2o2b$3bobo3b$3bobo3b$
7 | 4bo4b!
8 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/verylongintegral.rle:
--------------------------------------------------------------------------------
1 | #N Very long integral
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Very_long_integral
4 | #C http://conwaylife.com/patterns/verylongintegral.rle
5 | x = 7, y = 3, rule = B3/S23
6 | 2o2b2o$o2bo2bo$b2o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/veryverylongbarge.rle:
--------------------------------------------------------------------------------
1 | #N Very very long barge
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Very_very_long_barge
4 | #C http://conwaylife.com/patterns/veryverylongbarge.rle
5 | x = 7, y = 7, rule = B3/S23
6 | bo$obo$bobo$2bobo$3bobo$4bobo$5bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/veryverylongboat.rle:
--------------------------------------------------------------------------------
1 | #N Very very long boat
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Very_very_long_boat
4 | #C http://conwaylife.com/patterns/veryverylongboat.rle
5 | x = 6, y = 6, rule = B3/S23
6 | 4bo$3bobo$2bobo$bobo$obo$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/veryverylongcanoe.rle:
--------------------------------------------------------------------------------
1 | #N Very very long canoe
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Very_very_long_canoe
4 | #C http://conwaylife.com/patterns/veryverylongcanoe.rle
5 | x = 8, y = 8, rule = B3/S23
6 | 6b2o$5bobo$4bo$3bo$2bo$bo$o$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/veryverylongship.rle:
--------------------------------------------------------------------------------
1 | #N Very very long ship
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Very_very_long_ship
4 | #C http://conwaylife.com/patterns/veryverylongship.rle
5 | x = 6, y = 6, rule = B3/S23
6 | 2o$obo$bobo$2bobo$3bobo$4b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/veryveryverylongboat.rle:
--------------------------------------------------------------------------------
1 | #N Very^3 long boat
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Very%5E3_long_boat
4 | #C http://conwaylife.com/patterns/veryveryverylongboat.rle
5 | x = 7, y = 7, rule = B3/S23
6 | 5bo$4bobo$3bobo$2bobo$bobo$obo$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/veryveryverylongship.rle:
--------------------------------------------------------------------------------
1 | #N Very^3 long ship
2 | #C A 14-bit still life.
3 | #C http://conwaylife.com/wiki/Very%5E3_long_ship
4 | x = 7, y = 7, rule = B3/S23
5 | 5b2o$4bobo$3bobo$2bobo$bobo$obo$2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/veryveryveryverylongboat.rle:
--------------------------------------------------------------------------------
1 | #N Very^4 long boat
2 | #C A 15-bit still life.
3 | #C http://conwaylife.com/wiki/Very%5E4_long_boat
4 | x = 8, y = 8, rule = B3/S23
5 | 6bo$5bobo$4bobo$3bobo$2bobo$bobo$obo$2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/veryveryveryverylongsnake.rle:
--------------------------------------------------------------------------------
1 | #N Very^4 long snake
2 | #O Unknown
3 | #C http://www.conwaylife.com/wiki/Very%5E4_long_snake
4 | #C http://www.conwaylife.com/patterns/veryveryveryverylongsnake.rle
5 | x = 9, y = 7, rule = B3/S23
6 | 2o$obo$3bo$4bo$5bo$6bobo$7b2o!
7 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/veryveryveryveryverylongboat.rle:
--------------------------------------------------------------------------------
1 | #N Very^5 long boat
2 | #C A 17-bit still life.
3 | #C http://conwaylife.com/wiki/Very%5E5_long_boat
4 | x = 9, y = 9, rule = B3/S23
5 | 7bo$6bobo$5bobo$4bobo$3bobo$2bobo$bobo$obo$2o!
6 |
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/veryveryveryveryveryverylongboat.rle:
--------------------------------------------------------------------------------
1 | #N Very^6 long boat
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Very%5E6_long_boat
4 | #C http://conwaylife.com/patterns/veryveryveryveryveryverylongboat.rle
5 | x = 10, y = 10, rule = B3/S23
6 | 8bo$7bobo$6bobo$5bobo$4bobo$3bobo$2bobo$bobo$obo$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/veryveryveryveryveryveryverylongboat.rle:
--------------------------------------------------------------------------------
1 | #N Very^7 long boat
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Very%5E7_long_boat
4 | #C http://conwaylife.com/patterns/veryveryveryveryveryveryverylongboat.rle
5 | x = 11, y = 11, rule = B3/S23
6 | 9bo$8bobo$7bobo$6bobo$5bobo$4bobo$3bobo$2bobo$bobo$obo$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Still-Lifes/veryveryveryveryveryveryveryverylongboat.rle:
--------------------------------------------------------------------------------
1 | #N Very^8 long boat
2 | #O Unknown
3 | #C http://conwaylife.com/wiki/Very%5E8_long_boat
4 | #C http://conwaylife.com/patterns/veryveryveryveryveryveryveryverylongboat.rle
5 | x = 12, y = 12, rule = B3/S23
6 | 10bo$9bobo$8bobo$7bobo$6bobo$5bobo$4bobo$3bobo$2bobo$bobo$obo$2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Wicks/ants.rle:
--------------------------------------------------------------------------------
1 | #N Ants
2 | #C An orthogonal period 5 lightspeed wick.
3 | #C www.conwaylife.com/wiki/index.php?title=Ants
4 | x = 44, y = 4, rule = B3/S23
5 | 2o3b2o3b2o3b2o3b2o3b2o3b2o3b2o3b2o2b$2b2o3b2o3b2o3b2o3b2o3b2o3b2o3b2o
6 | 3b2o$2b2o3b2o3b2o3b2o3b2o3b2o3b2o3b2o3b2o$2o3b2o3b2o3b2o3b2o3b2o3b2o3b
7 | 2o3b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Wicks/baker.rle:
--------------------------------------------------------------------------------
1 | #N Baker
2 | #O Keith McClelland
3 | #C A diagonal period 4 lightspeed fuse.
4 | #C www.conwaylife.com/wiki/index.php?title=Baker
5 | x = 16, y = 14, rule = B3/S23
6 | 14b2o$13bobo$12bo3b$11bo4b$10bo5b$9bo6b$8bo7b$7bo8b$6bo9b$5bo10b$4bo
7 | 11b$3bo12b$3o13b$bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Wicks/beaconmaker.rle:
--------------------------------------------------------------------------------
1 | #N Beacon maker
2 | #C A diagonal period 8 lightspeed fuse that creates beacons as its burns.
3 | #C www.conwaylife.com/wiki/index.php?title=Beacon_maker
4 | x = 16, y = 15, rule = B3/S23
5 | 14b2o$13bobo$12bo3b$11bo4b$10bo5b$9bo6b$8bo7b$7bo8b$6bo9b$5bo10b$4bo
6 | 11b$3bo12b$3o13b$2bo13b$2bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Wicks/blinkerfuse.rle:
--------------------------------------------------------------------------------
1 | #N Blinker fuse
2 | #C An orthogonal 2c/3 period 18 fuse that burns cleanly through blinkers.
3 | #C www.conwaylife.com/wiki/index.php?title=Blinker_fuse
4 | x = 25, y = 5, rule = b3/s23
5 | 2o2bob2o17b$5obobo16b$8bob3ob3ob3ob3o$5obobo16b$2o2bob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Wicks/boatmaker.rle:
--------------------------------------------------------------------------------
1 | #N Boat maker
2 | #C A diagonal period 4 lightspeed fuse that makes boats as it burns.
3 | #C www.conwaylife.com/wiki/index.php?title=Boat_maker
4 | x = 18, y = 17, rule = B3/S23
5 | 16b2o$15bobo$14bo3b$13bo4b$12bo5b$11bo6b$10bo7b$9bo8b$8bo9b$7bo10b$6bo
6 | 11b$5bo12b$5o13b$4bo13b$4bo13b$4bo13b$4bo!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Wicks/cow.rle:
--------------------------------------------------------------------------------
1 | #N Cow
2 | #C An orthogonal speed c period 8 fuse.
3 | #C http://www.conwaylife.com/wiki/index.php?title=Cow
4 | x = 40, y = 7, rule = 23/3
5 | 2o7b2o2b2o2b2o2b2o2b2o2b2o2b2o5b$2o4bob3o2b2o2b2o2b2o2b2o2b2o2b2o3b2o$
6 | 4b2obo29bobo$4b2o3b29o2b$4b2obo30bob$2o4bob3o2b2o2b2o2b2o2b2o2b2o2b2o
7 | 2b2ob$2o7b2o2b2o2b2o2b2o2b2o2b2o2b2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Wicks/harvester.rle:
--------------------------------------------------------------------------------
1 | #N Harvester
2 | #O David Poyner
3 | #C A diagonal period 4 lightspeed fuse that was the first published example of a fuse.
4 | #C www.conwaylife.com/wiki/index.php?title=Harvester
5 | x = 18, y = 15, rule = 23/3
6 | 16b2o$15bobo$14bo3b$13bo4b$12bo5b$11bo6b$10bo7b$9bo8b$8bo9b$7bo10b$6bo
7 | 11b$5bo12b$5o13b$4o14b$ob2o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Wicks/hivemaker.rle:
--------------------------------------------------------------------------------
1 | #N Hive maker
2 | #C A period 4 diagonal lightspeed fuse that creates beehives as its burns.
3 | #C www.conwaylife.com/wiki/index.php?title=Hive_maker
4 | x = 17, y = 14, rule = B3/S23
5 | 15b2o$14bobo$13bo3b$12bo4b$11bo5b$10bo6b$9bo7b$8bo8b$7bo9b$6bo10b$5bo
6 | 11b$4bo12b$3bo13b$3o!
--------------------------------------------------------------------------------
/Resources/GameOfLife-Patterns/Wicks/washerwoman.rle:
--------------------------------------------------------------------------------
1 | #N Washerwoman
2 | #O Earl Abbe
3 | #C An orthogonal 2c/3 period 18 fuse that burns tubs.
4 | #C www.conwaylife.com/wiki/index.php?title=Washerwoman
5 | x = 56, y = 5, rule = 23/3
6 | o55b$2o4bo5bo5bo5bo5bo5bo5bo5bo5bob$3o2bobo3bobo3bobo3bobo3bobo3bobo3b
7 | obo3bobo3bobo$2o4bo5bo5bo5bo5bo5bo5bo5bo5bob$o!
--------------------------------------------------------------------------------