Skip to content

Childhood game made with Next.js & React with TDD workflow.

Notifications You must be signed in to change notification settings

jayden-n/twenty48

Repository files navigation

Twenty48

Open issues lint test TypeScript

Installation

Start dev server on localhost:

  • clone
  • npm install
  • npm run dev

Features

  • Fully-functional 2048 game clone
  • Animations

Technologies

  • Next.js + React for building UI out of components
  • TypeScript for ensuring a self-documenting & type-safe codebase
  • React Context API for handling app state management
  • Module CSS for responsive design with animations
  • Jest for implementing unit testing
  • lodash for creating tiles movements helper functions

Running Unit Testing suite

  • npm run test

Running Test Coverage

  • npm run test-coverage

Acknowledgement

Created by Jayden Nguyen. Based on the original Gameplay 2048!

About

Childhood game made with Next.js & React with TDD workflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published