code-ex0 / rust.game_of_life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Rust 100.0%