Week 4

I didn’t realize not everyone knew what 2048 is so I will explain it. In this game, the player must combine tiles containing the same numbers until they reach the number 2048. The tiles can contain only integer values starting from 2, and that are a power of two, like 2, 4, 8, 16, 32, and so on.

I have found a lesson online on YouTube. (Link) https://www.youtube.com/watch?v=4NFZwPhqeRs. The video is about 2 hours long but usually they go a bit faster than me so I have to pause every 10 seconds, but that’s fine I should be able to finish it in the next 2-3 weeks with my current schedule. I’ve started coding it but I will do more this week.

This about a quarter of the code in 2048

Leave a Reply

Your email address will not be published. Required fields are marked *