Skip to content

apark9897/2048demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 Demo

A clone of 2048 that I built to practice front-end app dev.

2048 game leaderboard user settings

Features

  • 2048 game
  • Track personal records against overall playerbase
  • Leaderboard of top 10 highest scorers

Tools

  • HTML and CSS for structure, styling, and animations
  • Vanilla JS for front-end game logic
  • NodeJS to serve static files and backend routes
  • Redis for leaderboard and tracking player records
  • Docker and Docker Compose for quick local testing and deployment
  • Bash to add seed data to redis upon startup

Getting Started

Quick steps to start the project on your local machine for development and testing purposes.

  1. Install docker desktop and run the commands below:
docker-compose build
docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published