eugene-serb / 2048-game

Game 2048 with support for keyboard, gamepad and mouse. Let's play!

Home Page:https://eugene-serb.github.io/2048-game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2048 Game

This is a simple browser implementation of a game 2048. [rep] [site].

Use Aurora Game Engine [rep].

Stack:

Commands:

  • npm run start — run with watcher
  • npm run dev — run dev server
  • npm run build — build in production mode,
  • npm run build:dev — build in development mode,
  • npm run lint — run lint check,
  • npm run lint:fix — run lint fix,
  • npm run format — run prettier check,
  • npm run format:fix — run prettier fix,
  • npm run test — run tests

About

Game 2048 with support for keyboard, gamepad and mouse. Let's play!

https://eugene-serb.github.io/2048-game/

License:GNU General Public License v3.0


Languages

Language:JavaScript 54.7%Language:CSS 27.5%Language:HTML 17.8%