Skip to content

Instantly share code, notes, and snippets.

@calmone
calmone / README.md
Created January 3, 2020 01:14 — forked from straker/README.md
Basic Snake HTML Game

Basic Snake HTML 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

@calmone
calmone / README.md
Created January 3, 2020 01:14 — forked from straker/README.md
Basic Breakout HTML Game

Basic Breakout HTML 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

@calmone
calmone / README.md
Created January 3, 2020 01:14 — forked from straker/README.md
Basic Pong HTML Game

Basic Pong HTML 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

@calmone
calmone / README.md
Created January 3, 2020 01:13 — forked from straker/README.md
Basic Tetris HTML Game

Basic Tetris HTML Game

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

Further Exploration

@calmone
calmone / README.md
Created January 3, 2020 01:12 — forked from straker/README.md
Basic Bomberman HTML Game

Basic Bomberman HTML Game

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

Further Exploration

  • Player death
    • The player should die when it is hit by an explosion from a bomb
  • Powerups
  • Add powerups that increase the bomb size and the number of bombs the player can place. The powerups should spawn randomly after a soft wall is blown up