- Get enemy blocks to cycle through canvas
- blocks should have varying speed and size (larger faster)
- block direction top right to bottom left
What are you guys interested in? Twitter: @kathleendollard **Women and people of color in the industry -- adapting with age... how atmosphere has changed
- First language to learn outside of Turing
- What's happening inside Microsoft -- Massive changes - C# licensing/ open source **Keeping track of what's the next big thing in coding
- How to learn deeper CS concepts without formal education background **Personal/ Professional skills beyond coding
- How to overcome 'impostor' feelings -- How can you catch up
First, we will need to generate a new project. To do this in Elixir, we will run the command
mix new Cards
Now navigate to the lib directory and let's look at the Cards.ex file.
defmodule Cards do
@moduledoc """
Provides methods for creating and handling a deck of cards
OlderNewer