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
- Host: GitHub
- URL: https://github.com/raulpe7eira/blockr
- Owner: raulpe7eira
- Created: 2024-02-18T22:12:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T00:44:33.000Z (about 1 year ago)
- Last Synced: 2025-02-12T07:23:56.507Z (3 months ago)
- Topics: course, elixir, groxio, learn, livebook, liveview
- Language: JavaScript
- Homepage:
- Size: 525 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .