Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
MC Game of Life Sim

MC Game of Life Sim

This is a port of Conway's Game of life into Minecraft! You can spawn a grid and interact to change the cell states, and then simulate to see what happens!

129
0
Game Mechanics
Minigame
World Generation

Compatibility

Minecraft: Java Edition

1.20.3–1.20.6

Platforms

Fabric

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source

Creators

cyberneel
cyberneel Member

Details

Licensed CC-BY-NC-SA-4.0
Published 7 months ago
Updated 6 months ago
DescriptionGalleryChangelogVersions

What is it?

This mod is basically a port of the famous Conway's Game of Life. The game is simple, you edit state of the grid and simulate the next step to see how it evolves based on pre-set rules.

The Rules

  1. Any live cell with fewer than two live neighbours dies, as if by underpopulation.
  2. Any live cell with two or three live neighbours lives on to the next generation.
  3. Any live cell with more than three live neighbours dies, as if by overpopulation.
  4. Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.

How to use?

You can create a 10x10 grid by running the command:

/spawn_gol_grid

This will create a gray grid nearby for you to interact with. Breaking a block removes the entire grid, while "using" or right-clicking on a block toggles its state between Alive (Red) and Dead (Gray).

Once you are ready and want to see how your grid evolves, run the following command:

/simulate_gol_step [steps count]

This will simulate the grid by the specified steps, you can keep running this command to see more evolution steps, or modify the grid before another simulation step. You can also right-click the magenta block to quickly simulate a step.

What's Next?

I plan on adding more features and making the experience better as I learn more about MC modding. Some things I have planned are:

  • Better colors and textures
  • Reverse simulation
  • A control block for settings

Modrinth is open source.

main@acf2694

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.