aboutsummaryrefslogtreecommitdiff
path: root/src/generation.rs
AgeCommit message (Collapse)AuthorFilesLines
2022-10-23Release under MIT and added a README file and gave credits to the pattern ↵omagdy71-20/+24
lexicon
2022-09-14Added a few scripts to parse the large pattern file of game of life patterns ↵omagdy71-5/+29
and also added the functionality to scroll through the list and it affects the current world
2022-09-14Added a little bit of color to the alive cellsomagdy71-54/+7
2022-09-13Fixed a bug where the width was way more that its supposed to beomagdy71-11/+17
2022-09-13Added ui.rs which is responsible for the tui and changed the code to run the ↵omagdy71-63/+114
game of life in a block of the tui
2022-09-12moved all functions to generation.rsomagdy71-0/+51
2022-09-12Refactored the code in seperate filesomagdy71-0/+120