window.onload = () => { const canvas = document.createElement(“canvas”); const ctx = canvas.getContext(‘2d’); const GRAVITY = 0.05; const FRECTION = 0.99; […]
Read moreTag: web app
Web based Computing and Embedded Computing
Web based Computing and Embedded Computing Web based Computing and Embedded Computing βΒ Computer: A computer is a combination of hardware and software resources […]
Read more
Recent Comments