Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

2048 clone with same ui and colours as original #2840

Merged
merged 2 commits into from
Oct 31, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions _CodingChallenges/094.1-2048.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ contributions:
url: "https://github.com/mendelsimon"
url: "https://editor.p5js.org/[email protected]/sketches/WCcBsMqNC"
source: "https://github.com/mendelsimon/Coding-Train/tree/master/2048"

- title: "2048 clone with same as original using vanilla JS"
author:
name: "Krishna Devaki"
url: "https://github.com/twentyonedot"
url: "https://clone2048.netlify.app/"
source: "https://github.com/twentyonedot/Project2048"
---

In this multi-part coding challenge, I attempt to code the sliding puzzle game 2048 in JavaScript using canvas and p5.js. This first part focuses on the game mechanics.