Skip to content

Instantly share code, notes, and snippets.

Game Time - Path Through Mod One

Iteration One

  • Get enemy blocks to cycle through canvas
    • blocks should have varying speed and size (larger faster)
    • block direction top right to bottom left

Iteration Two

@Automatic365
Automatic365 / jean_mom_talk.md
Last active October 15, 2016 20:05
Jean's Mom Talk Recap

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
Length Points Week
20 minutes 10 Week 2

The Concept of Require - Research

When you start working with WebPack for GameTime, you'll notice that you can't just define a variable in one file and find it in another as easily as you can in Rails.

Deliverable

@Automatic365
Automatic365 / Elixir Cards Walkthrough.md
Last active February 23, 2018 20:44
Elixir - Cards app

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