Skip to content

Instantly share code, notes, and snippets.

View misterslime's full-sized avatar
💭
aaaaaaaaaaaaaaaaaaaaaaaa

Azathoth misterslime

💭
aaaaaaaaaaaaaaaaaaaaaaaa
View GitHub Profile
@straker
straker / README.md
Last active January 30, 2026 18:26
Basic Frogger HTML and JavaScript Game

ICE Out; Abolish ICE

Basic Frogger HTML and JavaScript Game

This is a basic implementation of the Konami Frogger game, but it's missing a few things intentionally and they're left as further exploration for the reader.

Further Exploration

@straker
straker / README.md
Last active February 6, 2026 21:28
Basic Pong HTML and JavaScript Game

ICE Out; Abolish ICE

Basic Pong HTML and JavaScript Game

This is a basic implementation of the Atari Pong game, but it's missing a few things intentionally and they're left as further exploration for the reader.

Further Exploration

@straker
straker / README.md
Last active January 30, 2026 18:26
Basic Breakout HTML and JavaScript Game

ICE Out; Abolish ICE

Basic Breakout HTML and JavaScript Game

This is a basic implementation of the Atari Breakout game, but it's missing a few things intentionally and they're left as further exploration for the reader.

Further Exploration

@straker
straker / README.md
Last active February 12, 2026 03:04
Basic Snake HTML and JavaScript Game

ICE Out; Abolish ICE

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