Skip to content

wleklinskimateusz/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Known problems

  • It's extremely easy to hit space twice instead of once. Then nothing happens you have to be extra quick (or code a bugFix)

Contributing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published