index
:
game-of-life.git
main
Game of Life implementation in different languages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CLI
/
ruby
/
lib
/
game_of_life
/
generators
Age
Commit message (
Collapse
)
Author
Files
Lines
2023-06-30
Update and fix rubocop offenses
Ahmed AbdelHalim
1
-1
/
+1
2023-06-30
Fix ruby 3 incompatible hash params/keywards
Ahmed AbdelHalim
2
-2
/
+2
2021-04-04
Minor documentation fixes
a14m
1
-2
/
+2
2020-12-10
Remove size optimization
a14m
1
-2
/
+2
2020-12-10
Update yard docs and references
a14m
1
-2
/
+6
2020-12-10
Refactor input generator (and update docs)
a14m
1
-5
/
+18
2020-12-10
Add the stable seed generator implementation
a14m
1
-1
/
+36
2020-12-08
Fix error handling with exact namespaces (and required stdlibs)
a14m
2
-3
/
+4
2020-12-06
Add the error handling for missing/invalid file/URL input
a14m
1
-0
/
+5
2020-12-06
Add the error message to the NotImplementedError
a14m
1
-1
/
+1
2020-12-03
Minor fixes to the documentation to look better
a14m
1
-1
/
+1
2020-12-03
Add the seed generator place holder class and test (and CLI error)
a14m
1
-0
/
+20
2020-12-02
Use x,y coordinates instead of pos_x (and disable rubocop warning)
a14m
1
-1
/
+1
2020-11-30
Add the x,y position to the cell attributes
a14m
1
-2
/
+2
2020-11-30
Add the private populate method to populate the generated universe
a14m
1
-10
/
+14
2020-11-30
Use class notation for adding class methods
a14m
1
-23
/
+26
This to allow private class methods Ref: https://medium.com/rubycademy/3-ways-to-make-class-methods-private-in-ruby-64b970e54613
2020-11-29
Fix some linting issues
a14m
1
-1
/
+5
2020-11-29
Add the basics for input generator
a14m
1
-0
/
+35