2048 Game using Pygame with Source Code
Submitted by razormist on Thursday, October 22, 2020 - 21:54.
Language
Project: 2048 Game
The 2048 Game with Source Code is a single-player game where the player must succeed to have the greatest number 2048 in a 4×4 tile board. The project purpose is to have a fun past time and cure yourself in boredom.
The project was built using a Pygame module that compose with a multi platform that utilize in game development. The project is played in a 4x4 tile board where the player must reach the 2048 number. The player must have the highest score as possible by obtaining a number in a tile via keyboard bindings(Left Arrow to move left, Right Arrow to move right, Up Arrow to move to top, Down Arrow to move bottom). In order for the player to achieve a higher score he/she must add a number in a tile by it self (ex 4 and 4 to have 8 or 8 and 8 to have 16). The project is a simple game that been a big hit in the android app store way back 2014, this game is a clone version of that original game. The 2048 Game is a very addictive puzzle style game where your goal is to achieve a higher score.
2048 Game using Pygame with Source Code Features:
- User-friendly Interface
- The project interface was made same as the original version so that the player can be familiar with the gameplay.
- Tricky Puzzle
- The game is consist of different number so that the player can be smart enough to handle the mathematical problem.
- Easy Controls
- This project has a easy control where the player can navigate the tile via keyboard bindings.
2048 Game Installation:
- You will have to download & install the Python IDLE's, here's the link "https://www.python.org/downloads/".
- Extract the zip file.
- Open the extracted folder
- Locate the py file.
- Then open the file via python IDLE.
- Run the py file to launch the program.
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Add new comment
- Add new comment
- 3813 views