Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@eloylp eloylp released this 23 Nov 00:21

Changelog

e9ea6d1 Add .gitignore
1998e16 Add CI/CD file
60cb0af Add Go releaser and version to binary
578d806 Add README.md
58726e7 Add build information to README.md
696e41b Add changelog
7862e54 Add check config function
e23e99f Add code for the first run
74c5469 Add config checking to main
e3011de Add corner cases in board to isReachable
3238b69 Add descriptions for test cases
0efad14 Add feedback in tests "to isReachable"
c7106fa Add initial random board generator
0e220dc Add more board test case and case description
9db6b43 Add more cases in to isReachable
4400c60 Add some bench tests
f9a1aca Create config struct and hydration from CLI args
921a8a0 Extract function that checks if neighbour is reachable
4b8e893 Fix headings in README.md
64ec0fe Fix loop that advances board generations
a10a3f0 Fix type error in .goreleaser
35f04d7 Initial commit
54c1f8a Make matrix a slice
19a7ec2 Refactor , split logic in different files
9fb3cfe Refactor names
4ff9e42 Refactor test , all true matrix not needed anymore
16a89de Refactor, move test logic to its own function using.
6ec1366 Remove non necessary board printing option
e69ce9d Switch function params for better readability
4bcbbdc Update .gitignore
bc99f9c initial game of life