aboutsummaryrefslogtreecommitdiff
path: root/src/ui.rs
AgeCommit message (Collapse)AuthorFilesLines
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 ↵omagdy71-33/+36
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-43/+86
2022-09-13Fixed a bug where the width was way more that its supposed to beomagdy71-7/+2
2022-09-13Added ui.rs which is responsible for the tui and changed the code to run the ↵omagdy71-0/+219
game of life in a block of the tui