Giter Site home page Giter Site logo

innovate-12-05-2019's Introduction

innovate-12-05-2019

Source of instructions and code for Innovate Sullivan programming workshop, 05 Dec 2019

Links

Today, everyone will write and run code in Code Sandbox.

  1. Open Code Sandbox in a new tab.
  2. In the top-right corner, click "Create Sandbox".
  3. Select "JS Vanilla", which should be top row, second from the right. (DO NOT select "JS Vanilla + TS".)

A Brief Tour of Code Sandbox

On the top is a menu bar. The most important button is in the "File" menu: "save". Don't forget to use it!

On the left is a list of files. We will spend most of our time editing index.js.

In the middle is the editor. We will write our games in here.

On the right is the output. It looks like a little web browser window. When our game is ready to run, click the circular arrow button.

On the bottom-right is the console. It is initially collapsed, but expands when you click on the name. We will write and run one-off lines of code here. Also, errors in your game will be shown here.

The instructors will periodically put new versions of working games into our code sandbox. When we change our code sandbox, you will not see the changes until you reload the tab.

We have a terse presentation with basic javascript principles.

Files in This Repository

When we are done with each game, the instructors will put a complete copy of the game's code into this Github repository as its own file. In the future, you can copy these files and paste them into an editor to work on them again.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.