aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-10-23Release under MIT and added a README file and gave credits to the pattern lex...omagdy74-64/+2673
2022-09-14Added all patterns to the code and made that you could select between them wi...omagdy71-20/+2569
2022-09-14Added a few scripts to parse the large pattern file of game of life patterns ...omagdy73-51/+65
2022-09-14Added a little bit of color to the alive cellsomagdy72-97/+93
2022-09-13Fixed a bug where the width was way more that its supposed to beomagdy73-18/+32
2022-09-13Added ui.rs which is responsible for the tui and changed the code to run the ...omagdy73-65/+337
2022-09-12Removed gameloop.rsomagdy71-0/+0
2022-09-12moved all functions to generation.rsomagdy73-73/+52
2022-09-12Refactored the code in seperate filesomagdy73-158/+195
2022-09-06Made that you could quit whilist animatingomagdy71-0/+164