Git Hub Games Unblocked May 2026
ctx.fillStyle = '#0f3460'; ctx.fillRect(food.x * gridSize, food.y * gridSize, gridSize - 2, gridSize - 2);
function draw() ctx.fillStyle = '#16213e'; ctx.fillRect(0, 0, canvas.width, canvas.height); git hub games unblocked
function resetGame() snake = [x: 10, y: 10]; direction = x: 0, y: 0; score = 0; scoreElement.textContent = score; food = x: 15, y: 10; ctx.fillStyle = '#0f3460'
ctx.fillStyle = '#e94560'; snake.forEach(segment => ctx.fillRect(segment.x * gridSize, segment.y * gridSize, gridSize - 2, gridSize - 2); ); ctx.fillRect(food.x * gridSize