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
/
spec
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-30
Update and fix rubocop offenses
Ahmed AbdelHalim
1
-1
/
+0
2021-02-17
Remove codecov as it's not working on srht
a14m
1
-3
/
+0
2021-02-10
Better and more performant ruby rendering in alternative terminal
a14m
1
-2
/
+2
2021-01-30
Fix Living/Dead cells can have more than 1 char or have the same char
a14m
1
-12
/
+38
2020-12-14
Add codecov configurations for monorepo
a14m
1
-1
/
+4
2020-12-14
Ignore rubocop violation about any instance
a14m
1
-0
/
+2
2020-12-14
Fix rspec violations and complete coverage testing
a14m
3
-39
/
+75
2020-12-14
Add codecov integration
a14m
1
-0
/
+6
2020-12-14
Add the specs for the parsed_options method (fixing negative issues)
a14m
1
-0
/
+62
2020-12-10
Update the seed generator test
a14m
1
-2
/
+3
2020-12-10
Add the seed generator testing
a14m
1
-3
/
+85
2020-12-06
Add the error handling for missing/invalid file/URL input
a14m
1
-0
/
+24
2020-12-03
Add the seed generator place holder class and test (and CLI error)
a14m
1
-0
/
+10
2020-12-03
Add the GameOfLife module API for generating universes and running them
a14m
1
-2
/
+70
2020-12-03
Randomize the order and stub constants used
a14m
3
-5
/
+10
2020-12-03
Remove the templated spec
a14m
1
-4
/
+0
2020-12-02
Add the specs for the input file generator
a14m
1
-0
/
+49
2020-12-02
Add testing for universe
a14m
1
-0
/
+146
2020-12-02
Use x,y coordinates instead of pos_x (and disable rubocop warning)
a14m
1
-4
/
+4
2020-12-02
Move the plane into the lexically correct spec folder
a14m
1
-0
/
+0
2020-12-02
Add the rspec for the cell class
a14m
1
-0
/
+139
2020-11-30
Add the cyclic plane (circular array) implementation w/testing
a14m
1
-0
/
+39
2020-11-27
Initial commit of the ruby gem
a14m
2
-0
/
+27