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

Files

Latest commit

 

History

History
29 lines (25 loc) · 947 Bytes

094.4-2048.md

File metadata and controls

29 lines (25 loc) · 947 Bytes
title redirect_from video_number date video_id repository web_editor links videos parts
2048 - Part 4
CodingChallenges/94.4-2048.html
94.4
2018-03-01
vtMKeEGpMI4
CC_094_2048
aeIk9JZ-U
title playlist_id
CircleCI: Unit Testing and Continuous Integration
PLRqwX-V7Uu6bLqwFa52YGEHy-L1-D_Ve-
title url
2048 - Part 1
/CodingChallenges/094.1-2048
title url
2048 - Part 2
/CodingChallenges/094.2-2048
title url
2048 - Part 3
/CodingChallenges/094.3-2048

In this multi-part coding challenge, I attempt to code the sliding puzzle game 2048 in JavaScript using canvas and p5.js. In part 4 of my 2048 coding challenge, I attempt but mostly fail to improve the visuals of the game, fix a bug and refactor the code a bit.