coderfin / tracking-training

Basketball Game Using Color Tracking

Home Page:https://coderfin.github.io/tracking-training/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basketball Game Using Color Tracking

Demo

About

This prototype basketball game was used for a work training. It does not represent a complete working game; there are bugs, quirks, and missing features.

Libraries Demonstrated

Run

In order to run this project you need a web server running at the root directory. I like to use live-server for quick testing and live reload.

  1. Download and install Node.js
  2. In Terminal (Mac) or Powershell (Windows) run the following commands:

    > cd { path/to/this/project }

    > npm install -g live-server

    > live-server

  3. Open your browser to https://localhost:8080
This code has only been tested in version 51 of Chrome on a MacBook Pro

About

Basketball Game Using Color Tracking

https://coderfin.github.io/tracking-training/

License:MIT License


Languages

Language:JavaScript 75.5%Language:HTML 12.6%Language:CSS 11.8%