Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 826 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 826 Bytes

#Ekans

Ekans is a Pokemon-themed variation of the classic Snake game using the up, down, left, and right keys. Play it here!

screenshot

##Highlights

  • Preloads images in the background upon load to reduce lag time.
  • Uses efficient JQuery logic that only triggers new classes when absolutely necessary. This results in a really fast game, despite the high level of animation and movement.
  • Sprites are animated with sprite sheets in order to prevent flashing and reduce the number of GET requests.

##TODO

  • Add the ability to reset the game without refreshing.
  • Remove fixed width: allow the game to automatically scale to the size of the window.
  • Add a score counter.
  • Add a leaderboard.
  • Make sprites less "wiggly".