AmanRaj1608 / Sketch

A simple sketch made using 2d canvas.

Home Page:https://amanraj1608.github.io/Sketch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple Sketch

GitHub issues GitHub stars GitHub forks Twitter GitHub license


A sketch made using 2d canvas. Use Arrows from keyboard to draw.

Pseudo Code for JavaScript 📝 :

- Select the elements on the page - canvas, shake button
- Create random X and Y starting points on the canvas
- Listen for arrow keys
- Write a draw function
  - Move our X and Y values depending on what the user did
  - Create a Line 


Made with ❤️ by Aman Raj

About

A simple sketch made using 2d canvas.

https://amanraj1608.github.io/Sketch/


Languages

Language:JavaScript 57.1%Language:CSS 27.4%Language:HTML 15.5%