Skip to content

ManeeshWije/rustway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustway

Conway's Game of Life in the terminal

Usage

This program parses a file that contains the starting coordinates of the alive cells.

The file format is as follows:

x,y
x,y
x,y
x,y

NOTE: -x = left, +x = right, -y = up, +y = down

Once you have this file created, you can simply run cargo run -- glider_gun

About

conway's GoL in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages