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 (
Expand
)
Author
Files
Lines
2024-12-04
refactor: Use ratatui instead of deprecated tui library and also fix weird ba...
omagdy
1
-14
/
+9
2023-01-08
Added a new todo
omagdy7
1
-0
/
+0
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 lex...
omagdy7
1
-20
/
+24
2022-09-14
Added a few scripts to parse the large pattern file of game of life patterns ...
omagdy7
1
-5
/
+29
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
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