Skip to content

code-ex0/rust.game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of life

this project is implementation of Game of Life in Rust.

pictures game of life

Life or death

for print the grid I just use println! macro.

pictures life or death

All characters in the grid are ' ' or '*' if the cell is alive he prints '*' otherwise ' '. The result is not very good but it works. at the future I can add a screen for get a better view.

How to play

for run the game you need to use cargo with commande cargo run --release don't forget --release otherwise the project doesn't compile. you can install it on this link.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages