aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2022-10-23removed all the hardcoded paths and replaced them with a for loopomagdy72-2571/+18
2022-10-23Added relative paths to the patternsomagdy71-512/+512
2022-10-23Removed uncessary patterns.rsomagdy73-2641/+0
2022-10-23Release under MIT and added a README file and gave credits to the pattern ↵omagdy74-64/+2673
lexicon
2022-09-14Added all patterns to the code and made that you could select between them ↵omagdy71-20/+2569
with j and k and animate them with a and stop the animation with s
2022-09-14Added a few scripts to parse the large pattern file of game of life patterns ↵omagdy73-51/+65
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 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
game of life in a block of the tui
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