An open API service indexing awesome lists of open source software.

https://github.com/raulpe7eira/blockr

Grox.io Learning's Elixir Course by Bruce Tate
https://github.com/raulpe7eira/blockr

course elixir groxio learn livebook liveview

Last synced: about 1 month ago
JSON representation

Grox.io Learning's Elixir Course by Bruce Tate

Awesome Lists containing this project

README

        

# Blockr

This code corresponds to the [Elixir Course by Grox.io](https://grox.io/about-product/elixir) lab by [Bruce Tate](https://twitter.com/redrapids).

> The project simulates a Tetris game.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `blockr` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:blockr, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .