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
Age
Commit message (
Expand
)
Author
Files
Lines
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
Update the Universe implementation
a14m
1
-3
/
+33
2020-12-02
Remove unused requires from Cell
a14m
1
-1
/
+0
2020-12-02
Use x,y coordinates instead of pos_x (and disable rubocop warning)
a14m
4
-16
/
+23
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-12-02
Refactor the cell class to allow easier testing and SRP interface
a14m
1
-33
/
+9
2020-12-02
Implement the basics of GameOfLife universe
a14m
1
-6
/
+15
2020-12-02
Add the implementation for the GameOfLife Cell class
a14m
1
-3
/
+93
2020-11-30
Add the cyclic plane (circular array) implementation w/testing
a14m
2
-0
/
+66
2020-11-30
Alias the method alive?
a14m
2
-1
/
+6
2020-11-30
Configure live/dead cells representation via CLI options
a14m
2
-1
/
+10
2020-11-30
Add the x,y position to the cell attributes
a14m
2
-4
/
+8
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
2020-11-29
Fix some linting issues
a14m
3
-3
/
+7
2020-11-29
Remove linting issue
a14m
1
-1
/
+1
2020-11-29
Use the more common delegate method (ruby std not rails)
a14m
1
-1
/
+1
2020-11-29
Add the basic Universe class
a14m
1
-0
/
+26
2020-11-29
Add the basic cell representation object
a14m
2
-0
/
+20
2020-11-29
Add the basics for input generator
a14m
3
-1
/
+38
2020-11-29
Auto load the generators (to lazy load) only required generator
a14m
1
-1
/
+5
2020-11-29
Add CLI default options parsing (Thor)
a14m
2
-0
/
+44
2020-11-27
Add thor dependency to build CLI
a14m
2
-0
/
+4
2020-11-27
Update the documentation for the ruby gem
a14m
1
-30
/
+15
2020-11-27
Initial commit of the ruby gem
a14m
14
-0
/
+251
[prev]