Basic game code
npm create vite@latest gamepnpm installpnpm run devpnpm install standard -DOn package.json add at the end:
"eslintConfig": {
"extends":[
"standard"
],
"rules": {
"space-before-function-paren": ["error", "never"]
}
}Add a canvas to draw on it