TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Twitch Plays Conway's Game of Life – Battle Royale Edition (Unity ECS)

4 pointsby BZH314over 6 years ago

1 comment

BZH314over 6 years ago
Twitch Plays Conway&#x27;s Game of Life [1] is a multiplayer implementation of Conway&#x27;s Game of Life [2]<p>In Twitch Plays Conway&#x27;s Game of Life, you play by typing commands in the Twitch chat, like in Twitch Plays Pokémon [3]<p>The basic !ON command turns on cells. The !RLE command lets you enter Run Length Encoded [4] strings to make more complex patterns. You can browse patterns on the Conway Life wiki [5]<p>A database of 446 patterns (Sir Robin, Gosper Glider Gun, ..) is available with the !PATTERN command, and allows you to make patterns directly from their names (Example: !GLIDER 0,0 # Makes a Glider at the origin)<p>A slideshow of all 446 patterns (still lifes, oscillators, guns and spaceships) is available here: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=u4XgALyX6w8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=u4XgALyX6w8</a><p>There are Youtube [6] and Twitch [7] videos to learn cool patterns and how to use the commands.<p>TPCGOL has two modes: Sandbox and Battle Royale.<p>In Sandbox, you create what you want, without any real competition, although it&#x27;s fun to own the board (a player got 99% ownership for a single generation).<p>In Battle Royale mode, the rules are similar to Fortnite: join a game with !PLAY, !THANK the bus driver, and try to be the last one to have cells alive as the storm shrinks.<p>TPCGOL is built with Unity3D&#x27;s latest upcoming features: Entity Component System (ECS), Burst Compiler and C# Job System<p>Help for all the commands (except the mystery command yet to be discovered ;-) is at <a href="https:&#x2F;&#x2F;bzh314.com&#x2F;twitch_plays_conway_game_of_life&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bzh314.com&#x2F;twitch_plays_conway_game_of_life&#x2F;</a><p>Want to make my Life? Go ahead:<p>- Play at twitch.tv&#x2F;bzh314 and have fun<p>- Subscribe to Youtube [6], Follow on Twitch [1] and&#x2F;or Twitter [8]<p>- Spend time with your family instead of playing TPCGOL<p>---<p>[1] <a href="https:&#x2F;&#x2F;www.twitch.tv&#x2F;bzh314" rel="nofollow">https:&#x2F;&#x2F;www.twitch.tv&#x2F;bzh314</a><p>[2] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Conway&#x27;s_Game_of_Life" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Conway&#x27;s_Game_of_Life</a><p>[3] <a href="https:&#x2F;&#x2F;www.twitch.tv&#x2F;twitchplayspokemon" rel="nofollow">https:&#x2F;&#x2F;www.twitch.tv&#x2F;twitchplayspokemon</a><p>[4] <a href="http:&#x2F;&#x2F;www.conwaylife.com&#x2F;wiki&#x2F;Run_Length_Encoded" rel="nofollow">http:&#x2F;&#x2F;www.conwaylife.com&#x2F;wiki&#x2F;Run_Length_Encoded</a><p>[5] <a href="http:&#x2F;&#x2F;www.conwaylife.com&#x2F;wiki&#x2F;Main_Page" rel="nofollow">http:&#x2F;&#x2F;www.conwaylife.com&#x2F;wiki&#x2F;Main_Page</a><p>[6] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UCgsdHWWQBMHP1plylPrrgpA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UCgsdHWWQBMHP1plylPrrgpA</a><p>[7] <a href="https:&#x2F;&#x2F;www.twitch.tv&#x2F;bzh314&#x2F;videos?filter=highlights&amp;sort=time" rel="nofollow">https:&#x2F;&#x2F;www.twitch.tv&#x2F;bzh314&#x2F;videos?filter=highlights&amp;sort=t...</a><p>[8] <a href="https:&#x2F;&#x2F;twitter.com&#x2F;bzh314" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;bzh314</a>