/game-of-life-julia

A simple game of life in Julia

Primary LanguageJulia

Game of Life in Julia

This code is made to support a serie of blog posts I wrote in french.

Installation

Clone this repository.

Usage

To run the game:

julia main.jl

To run the tests:

julia test.jl

License

MIT.

Questions and/or Comments

Feel free to email Xavier Nayrac with any questions, or contact me on twitter.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request