index
:
gof-rs
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
generation.rs
Age
Commit message (
Collapse
)
Author
Files
Lines
2022-10-27
Made the screen fullscreen while animating and removed uncessary imports
omagdy7
1
-27
/
+7
2022-10-24
Added all necessary data to the binary for shiping a stand-alone binary
omagdy7
1
-5
/
+5
2022-10-23
removed all the hardcoded paths and replaced them with a for loop
omagdy7
1
-2
/
+2
2022-10-23
Release under MIT and added a README file and gave credits to the pattern ↵
omagdy7
1
-20
/
+24
lexicon
2022-09-14
Added a few scripts to parse the large pattern file of game of life patterns ↵
omagdy7
1
-5
/
+29
and also added the functionality to scroll through the list and it affects the current world
2022-09-14
Added a little bit of color to the alive cells
omagdy7
1
-54
/
+7
2022-09-13
Fixed a bug where the width was way more that its supposed to be
omagdy7
1
-11
/
+17
2022-09-13
Added ui.rs which is responsible for the tui and changed the code to run the ↵
omagdy7
1
-63
/
+114
game of life in a block of the tui
2022-09-12
moved all functions to generation.rs
omagdy7
1
-0
/
+51
2022-09-12
Refactored the code in seperate files
omagdy7
1
-0
/
+120