2048 - Part 2
Coding Challenge #94.2
In this multi-part coding challenge, I attempt to code the sliding puzzle game 2048 in JavaScript using canvas and p5.js. I continue the game mechanics in part 2.
Community Contributions
- C# and Discord BOT implementation (with tutorial) by Petr Sedláček (Spelos)
- 2048 with added colors by Isaac Sanchez (Source Code)
- 2048 + toggle to ending + surprise ending by Matthew S. Braun (Source Code)
- 2048 with variable grid size, touch support and tests! by olback (Source Code)
- 2048 using CSS Grid by Julian Nicholls (Source Code)
- 2048 using p5js with animation and settings by Chris Cowen (Source Code)
- 2048 Rapid mode with DOM & CSS Transforms by Rajat Kanti Nandi (Source Code)
- 2048 Game using Vue.js by Rani Al Jeshi (Source Code)
- Functional Version of 2048 using higher order functions by vypxl (Source Code)
- 2048 Puzzle Game Clone(As look like original) Using p5.js by Mayank Gupta (Source Code)
- 2048 Clone using OOP in p5.js by David Snyder (Source Code)
- 2048 with basic animation by Mendel Simon (Source Code)
- 2048 clone with same as original using vanilla JS by Krishna Devaki (Source Code)
You can also add your own version! (See how)