Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
How to make 2048 Game with Javascript HTML CSS
Play lesson

JavaScript Game Programming Tutorials - How to make 2048 Game with Javascript HTML CSS

5.0 (1)
9 learners

What you'll learn

This course includes

  • 16.5 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

Complete tutorial on how to build 2048 javascript html css. Build 2048 with javascript html and css! Code: https://github.com/ImKennyYip/2048 Demo: https://imkennyyip.github.io/2048/ Website: https://www.kennyyipcoding.com/ Java Game Programming Projects Playlist: https://www.youtube.com/playlist?list=PLnKe36F30Y4Y1XQOqNsL9Fgg_p6nYhcng JavaScript Game Programming Projects Playlist: https://www.youtube.com/playlist?list=PLnKe36F30Y4bLhA-st9sC4ZthyV7nsL2Q Subscribe for more coding tutorials 😄! ⭐ If you enjoyed the tutorial and would like to support the channel, you can do so here 💖: https://buymeacoffee.com/kennyyipcoding #code2048 #2048javascript #2048js #gameprogramming #javascriptgame /* colored tiles */ .x2 { background-color: #eee4da; color: #727371; } .x4 { background-color: #ece0ca; color: #727371; } .x8 { background-color: #f4b17a; color: white; } .x16{ background-color: #f59575; color: white; } .x32{ background-color: #f57c5f; color: white; } .x64{ background-color: #f65d3b; color: white; } .x128{ background-color: #edce71; color: white; } .x256{ background-color: #edcc63; color: white; } .x512{ background-color: #edc651; color: white; } .x1024{ background-color: #eec744; color: white; } .x2048{ background-color: #ecc230; color: white; } .x4096 { background-color: #fe3d3d; color: white; } .x8192 { background-color: #ff2020; color: white; }

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere