Skip to content

mlbaquerizo/2048-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#A 2048 Clone

Summary

This is my implementation of the game 2048 by Gabriele Cirulli.

My version is built in JavaScript using the JQuery, Underscore.js, and Mousetrap.js libraries.

Learning Competencies

  • Build a JavaScript interface independent of a backend.
  • Build a complex JS model independent of the interface.
  • Integrate the JS model with the HTML interface.
  • Use the Mousetrap.js library to bind keyboard events.

Future

  • Add sliding animations for a better user experience.
  • Save game state.
  • Use quirky images instead of numbers.

About

A clone of the 2048 game in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published