summaryrefslogtreecommitdiffstats
path: root/CLI/rust/README.md
blob: a66324d2df7646b86d16153c40ec3cd8a31738a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# GameOfLife

The implementation of the [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) rust package

## Installation
TBD

## Usage
TBD

## Demo
TBD

## Development
TBD

## Linting
TBD

## Testing
TBD

## Documentation
TBD

## Release
TBD

## Extra information
### [Contributing](https://gitlab.com/a14m/game-of-life/-/blob/master/CONTRIBUTING.md)
### [License](https://gitlab.com/a14m/game-of-life/-/blob/master/LICENSE.md)
### [Code of Conduct](https://gitlab.com/a14m/game-of-life/-/blob/master/CODE_OF_CONDUCT.md)