#life #conway #bevy #gamedev #game

app game_of_life_bevy

Implementation of Conway's Game of Life in bevy

2 releases

0.1.1 Nov 20, 2021
0.1.0 Nov 19, 2021

#1178 in Game dev

MIT license

25KB
248 lines

Conway's Game of Life

A Simple game that simulates life: link

Technology

  • Rust 1.56.1
  • Bevy 0.5.0

Setup

  • go to root directory, make sure you have rust installed (if not follow this link). If you are on linux you may have install some additional dependencies manually: link
  • type cargo install in terminal. Now required dependencies will be installed.

Run

  • type cargo run to build and run game. If this is the first build it may take some time.
  • Inside the game you can press SPACE to pause and unpause game.
  • Also you can click on cells to change theirs state.

Documentation

Dependencies

~14–24MB
~358K SLoC