Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 615 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 615 Bytes

jgames

Old school games implemented in pure javascript/jquery and css just because.

  • Snake
  • Pacman

Snake

In development

Classic snake action! Eat the fruit and grow large, but watch out for your tail!

Features

  • Tail elongates as you eat (and the game gets faster!)
  • Fail on hit wall / tail
  • Delicious fruit to munch!

To Do

  • Add decaying fruit value
  • Add "special" fruit (speed up /slow down etc)
  • Add "nice" start / end screen with highscores

Pacman

In development

Simple implementation of pacman

Early prototype so you can eat pills but nothing chases you!