fahadhaidari
A JavaScript/Node.js developer. I build games, apps, web apps, and simulate my ideas through coding.
Denver
Pinned Repositories
game-code-bites
A public repo that hosts code examples for my channel: Game Code Bites
JSCone
A JavaScript code to generate a cone shape
JSCreatures
A fun JavaScript app that generates creatures
JSDiffusion
A diffusion (or ripping off) effect with JavaScript
particles-zoo
A particles zoo simulation with JavaScript
pi2.js
A simple Circle based Physics JavaScript library
pixel-fun
A simple JavaScript app, where you can highlight a region on an image and experience some effects
pseudo3d.js
A simple pseudo-3D renderer built with vanilla JS
qKit
qKit is an open source JavaScript 2D rendering library that renders quadratic shapes (rectangles and squares).
TetroVaders
A simple Space Invaders game combined with some Tetris mechanics, built with Vanilla JavaScript
fahadhaidari's Repositories
fahadhaidari/pseudo3d.js
A simple pseudo-3D renderer built with vanilla JS
fahadhaidari/qKit
qKit is an open source JavaScript 2D rendering library that renders quadratic shapes (rectangles and squares).
fahadhaidari/pixel-fun
A simple JavaScript app, where you can highlight a region on an image and experience some effects
fahadhaidari/game-code-bites
A public repo that hosts code examples for my channel: Game Code Bites
fahadhaidari/JSDiffusion
A diffusion (or ripping off) effect with JavaScript
fahadhaidari/TetroVaders
A simple Space Invaders game combined with some Tetris mechanics, built with Vanilla JavaScript
fahadhaidari/pi2.js
A simple Circle based Physics JavaScript library
fahadhaidari/JSCreatures
A fun JavaScript app that generates creatures
fahadhaidari/particles-zoo
A particles zoo simulation with JavaScript
fahadhaidari/big-bang
A simple Big-Bang simulation with JavaScript
fahadhaidari/learn-directions
A simple game prototype that teaches kids how to follow road directions.
fahadhaidari/pixels-swap
A JavaScript app that allows swapping target pixel colors of an image with colors extracted from a color-picker
fahadhaidari/spawner
A simple particle effect that keeps re-spawning
fahadhaidari/blocky-platformer
A 2D Platformer game template with the blocky/jittery movements mechanics of Tetris
fahadhaidari/frame-by-frame
A simple JavaScript app that generates a frame-by-frame animation
fahadhaidari/JSFlys
A simple flys simulation made with JavaScript
fahadhaidari/sokoban
A basic Sokoban game template built with JavaScript
fahadhaidari/springs
A simple JavaScript springs simulation
fahadhaidari/image-manipulation
A simple image processing app built with JavaScript
fahadhaidari/nodejs-game-template
An interactive Node.js game template where you can move a character within a map
fahadhaidari/orbs-madness
Orbs gone crazy simulation with JavaScript
fahadhaidari/pi2-quick-start
A simple JS demo app that demonstrates how to use my pi2.js.
fahadhaidari/sprite-sheet-animation
A simple frame-by-frame animation using a Sprite Sheet, with JavaScript.
fahadhaidari/terminal-rain
A simple Node.js code to make it rain in the Terminal window.
fahadhaidari/chain-simulation
A chain simulation with JavaScript
fahadhaidari/chaos-march
A simple chaotic marching simulation with JavaScript
fahadhaidari/color-game
A basic JavaScript color-game structure
fahadhaidari/fun-type
A simple JavaScript app for fun typing
fahadhaidari/snakeJS
A customizable Snake game with JavaScript
fahadhaidari/two-players-pong
A simple two players Pong game, using qKit.js, which is a 2D game library I wrote to help building browser games quickly