Skip to content

Instantly share code, notes, and snippets.

View scoolharis's full-sized avatar
💤
Uh... What's Happening!??

'ֆ' scoolharis

💤
Uh... What's Happening!??
View GitHub Profile
@Bad3r
Bad3r / Private_File_Sharing_Services.md
Last active October 14, 2025 10:10
Private File Sharing Services

Centralized File Sharing


Site Size Limit API Clearnet Mirrors Tor Mirrors Online
GoFile.io No Limit API N/A
@straker
straker / README.md
Last active September 30, 2025 15:19
Basic Snake HTML and JavaScript Game

Basic Snake HTML and JavaScript Game

Snake is a fun game to make as it doesn't require a lot of code (less than 100 lines with all comments removed). This is a basic implementation of the snake game, but it's missing a few things intentionally and they're left as further exploration for the reader.

Further Exploration

  • Score
  • When the snake eats an apple, the score should increase by one. Use context.fillText() to display the score to the screen