Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. A lightweight JavaScript gaming micro-library, optimized for js13kGames.

    JavaScript 488 68

  2. Parse comments in your CSS to generate a living style guide using Markdown, Handlebars, Polymer, and Prism syntax highlighter.

    HTML 237 21

  3. Proposal to improve the DOM creation API so developers have a cleaner, simpler interface to DOM creation and manipulation.

    JavaScript 72 11

  4. An Endless Runner Style HTML5 Canvas Game. Hosts all the files for the two part tutorial series on http://blog.sklambert.com/endless-runner-html5-game/.

    JavaScript 61 63

  5. 1
    # Basic Snake HTML Game
    2
    
                  
    3
    Snake is a fun game to make as it doesn't require a lot of code (less than 100 lines with all comments removed). This is a basic implementation of the snake game, but it's missing a few things intentionally and they're left as further exploration for the reader.
    4
    
                  
    5
    <img width="300" alt="image" src="https://user-images.githubusercontent.com/2433219/94984424-044e0a80-0509-11eb-903a-c114d5b6f061.png">
  6. 1
    # Basic Tetris HTML Game
    2
    
                  
    3
    This is a basic implementation of the game Tetris, but it's missing a few things intentionally and they're left as further exploration for the reader.
    4
    
                  
    5
    <img width="300" alt="image" src="https://user-images.githubusercontent.com/2433219/94984518-13818800-050a-11eb-938e-275156f905c8.png">

947 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2020

Created a pull request in dequelabs/axe-core that received 1 comment

chore: convert to esbuild

Esbuild is a "newer" javascript bundler that I've been interested in trying out. It runs super fast (benchmarks on their repo) and looking at the o…

+83 −1,438 1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.