game_of_life_bevy

Crates.iogame_of_life_bevy
lib.rsgame_of_life_bevy
version0.1.1
sourcesrc
created_at2021-11-19 01:44:42.35341
updated_at2021-11-20 19:44:28.98831
descriptionImplementation of Conway's Game of Life in bevy
homepage
repositoryhttps://github.com/matix0508/game_of_life
max_upload_size
id484255
size95,116
(matix0508)

documentation

README

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

Commit count: 18

cargo fmt