googlesnaks.com Open in urlscan Pro
2a02:4780:b:671:0:2484:f133:10  Public Scan

Submitted URL: https://www.googlesnaks.com/
Effective URL: https://googlesnaks.com/
Submission: On February 18 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Skip to content

googlesnake

 * Sample Page


MINDBLOWN: A BLOG ABOUT PHILOSOPHY.

 * Snake Game const canvas = document.getElementById(“canvas”); const ctx =
   canvas.getContext(“2d”); const snake = { x: 10, y: 10, dx: 10, dy: 0, cells:
   [], maxCells: 4, }; const apple = { x: 0, y: 0, }; function getRandomInt(min,
   max) { return Math.floor(Math.random() * (max – min)) + min; } function
   drawSnake() { snake.x += snake.dx; […]
   
   February 18, 2023
   


 * HELLO WORLD!
   
   Welcome to WordPress. This is your first post. Edit or delete it, then start
   writing!
   
   February 18, 2023
   



Got any book recommendations?

Get In Touch

--------------------------------------------------------------------------------

googlesnake

Proudly powered by WordPress