Skip to content
View straker's full-sized avatar
Block or Report

Block or report straker

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
straker/README.md

Well hello there! I'm Steven Lambert, a Tech Lead, People Manager, and Accessibility Specialist. I specialize in design systems, performance, accessibility, and front-end architecture. I also enjoy making accessible HTML5 games, and giving back to the community through open source projects.

Below is a list of some of the open source projects and games I work on:

Pinned

  1. kontra kontra Public

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

    JavaScript 903 96

  2. livingcss livingcss Public

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

    Handlebars 241 22

  3. html-tagged-template html-tagged-template Public

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

    JavaScript 81 13

  4. endless-runner-html5-game endless-runner-html5-game Public

    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 76 118

  5. Basic Snake HTML and JavaScript Game Basic Snake HTML and JavaScript Game
    1
    # Basic Snake HTML and JavaScript 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" height="300" alt="" src="https://user-images.githubusercontent.com/2433219/94984424-044e0a80-0509-11eb-903a-c114d5b6f061.png">
  6. Basic Tetris HTML and JavaScript Game Basic Tetris HTML and JavaScript Game
    1
    # Basic Tetris HTML and JavaScript 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" height="400" alt="" src="https://user-images.githubusercontent.com/2433219/94984518-13818800-050a-11eb-938e-275156f905c8.png">