Inspiration
I wanted learn the code behind this popular sliding tile puzzle game.
What it does
The objective of the game is to slide the number tiles on the grid to create a tile with the number 2048.
How we built it
It was coded in Python using tkinter.
Challenges we ran into
I initially followed the video, but there was a type error for the key binding. With the submission deadline, I had to scrape it and ended up with a button response version instead.
Accomplishments that we're proud of
It works.
What we learned
I learned how to add padding to create two separate areas for the grid and the button controls.
What's next for 2048
Make it respond by key
Built With
- python
- tk
Log in or sign up for Devpost to join the conversation.