Code Monkey home page Code Monkey logo

hackday's Introduction

Inland Empire Software Development Logo

Hack Day

Facebook logo Slack logo

August 2019 IESD Hack Day event.

Getting Started

This repository has the resources to get you prepared for the Hack Day event.

Starter code has been update - 8/31/19 @ 1:55 PM.

If you have any questions, please ask on our Slack. We welcome everyone to our Slack, so don't be afraid to join! Have fun coding!

Join our Slack!

Concepts to Review

Resources section below has links for these concepts.

  • Canvas
  • RequestAnimationFrame (JS Method)
  • Object Oriented JavaScript
  • Prototypal Inheritance
  • Sprites
  • Keyboard Events

Resources

List will be updated up until the day of the Hack Day event.

RequestAnimationFrame

The window.requestAnimationFrame() method tells the browser that you wish to perform an animation and requests that the browser call a specified function to update an animation before the next repaint. The method takes a callback as an argument to be invoked before the repaint. Read more about this here.

Object-Oriented JavaScript

Make sure you are comfortable with Object-Oriented JavaScript:

  • What is an object?
  • How is an object different from a primitive in JavaScript (e.g., can a primitive have methods?)
  • What are some ways to create or instantiate a new object?
  • How do you modify properties, or add/remove properties from an object?
  • What is a constructor function (or class)?
  • What is this? What does it refer to and how is it used in different contexts (i.e., in a constructor function, a method, etc.)?
  • How do you add a property or method to a constructor's prototype?
  • What is prototypal inheritance and how is it implemented?

How To Play

Use the arrow/WASD keys to move the sprite around the field. Try to get your sprite to the top of the screen without coliding with any enemies. If you collide with any enemies Lose one life, and restart at the bottom row If you lose all lives Game Over Once there, that space is taken up. Fill All top row spaces to beat the level.

Languages and Resources Used

HTML CSS Vanilla Javascript

Future Plans

  • Add obstacles and power-ups, dependent on Level
  • Increasing Difficulty, dependent on level

Participants

  • James Stacy - Logical Design/UI
  • Rebecca Hom - Backend Logic
  • Tyrice Clark - UI Master
  • Spencer Trumbore - Backend Logic
  • Justin Teeter - Logical Design

hackday's People

Contributors

homr0 avatar lloan avatar sirhexxus avatar sjt1988 avatar

Watchers

 avatar  avatar

Forkers

sjt1988 sirhexxus

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.