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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
Update build status badge
a14m
1
-2
/
+1
2020-12-09
Merge branch 'feature/gem-release' into 'master'
a14m
3
-4
/
+22
2020-12-09
Add the section about gem release to rubygems
a14m
1
-0
/
+8
2020-12-09
Configure rake release for the gem
a14m
1
-0
/
+14
2020-12-09
Remove unneeded configs
a14m
1
-4
/
+0
2020-12-09
Merge branch 'feature/move-to-wercker' into 'master'
a14m
3
-16
/
+61
2020-12-09
Speed up by providing cache policies (push when needed only in build)
a14m
2
-4
/
+16
2020-12-09
Configure ruby build/test/lint steps
a14m
2
-0
/
+49
2020-12-08
Remove travis CI, sad that it's not working at all with gitlab
a14m
1
-16
/
+0
2020-12-08
Fix rubocop violation about duplicate exception handling
a14m
1
-4
/
+1
2020-12-08
Fix error handling with exact namespaces (and required stdlibs)
a14m
2
-3
/
+4
2020-12-06
Handle CLI errors and report error message back to user
a14m
1
-2
/
+6
2020-12-06
Add the error handling for missing/invalid file/URL input
a14m
2
-0
/
+29
2020-12-06
Add the GameOfLife::Error base class
a14m
1
-0
/
+3
2020-12-06
Add the error message to the NotImplementedError
a14m
1
-1
/
+1
2020-12-04
Add asciicast link in README demo
a14m
1
-0
/
+3
2020-12-04
Add docs about running the binary
a14m
1
-0
/
+2
2020-12-04
Update the name to a unique name on rubygems
a14m
3
-4
/
+4
2020-12-03
Add build status
a14m
1
-0
/
+2
2020-12-03
Fix rubocop ordering dependencies issue
a14m
1
-1
/
+1
2020-12-03
Drop version 2.4 for URI.open is not supported
a14m
1
-4
/
+0
2020-12-03
Add lint stage
a14m
1
-0
/
+9
2020-12-03
Add basic travis integration
a14m
1
-0
/
+11
2020-12-03
Update the documentation
a14m
2
-2
/
+27
2020-12-03
Minor fixes to the documentation to look better
a14m
3
-9
/
+11
2020-12-03
Add yard for documentation
a14m
3
-0
/
+15
2020-12-03
Add the seed generator place holder class and test (and CLI error)
a14m
3
-0
/
+32
2020-12-03
Add the GameOfLife module API for generating universes and running them
a14m
2
-3
/
+121
2020-12-03
Randomize the order and stub constants used
a14m
3
-5
/
+10
2020-12-03
Add the delay option to the bin and trap Kernel [SIG]nal-[INT]errupt
a14m
1
-7
/
+14
2020-12-03
Fix memory leakage between current and future state
a14m
1
-1
/
+2
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
[prev]
[next]