Skip to content

ronyevernaes/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

2048

Welcome to this implementation of the popular game 2048.

You can find the first version made with Vue 3.

After checking out this repo, you can run it locally by executing:

cd vue
npm install
npm run dev

Then you will see it at: http://localhost:5173/

You may want to run tests or a coverage check. To do it:

# For running tests
npm run test

# For running the test coverage checking
npm run test:coverage

Enjoy!

Roadmap

  • Base game. Only frontend with Vue 3
  • Persist game in local storage
  • Score
  • Kubernetes configuration
  • Sign Up and Sign In. Saving score
  • Leaderboard
  • Multiplayer

About

The popular 2048 game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages