Skip to content

Initital release

Latest
Compare
Choose a tag to compare
@Nekros0day Nekros0day released this 29 May 20:42

Release v1.0.0

Overview

This is the first official release of my 2048 game implemented in Python using Pygame. Enjoy the classic tile-sliding puzzle game with smooth animations and an intuitive interface.

Features

  • Smooth Animations: Tiles move fluidly across the board for an enhanced gaming experience.
  • Simple Controls: Use the W, A, S, and D keys to move the tiles up, left, down, and right respectively.
  • Real-time Score Update: Keep track of your score as you play.
  • Game Over Detection: The game notifies you when there are no more possible moves.
  • Elegant UI: A visually appealing design that stays true to the classic 2048 game.

How to Play

  1. Download the Executable:

    • Download the 2048.exe file from the assets below.
  2. Run the Game:

    • Simply double-click the downloaded executable to start playing.
  3. Game Controls:

    • W: Move tiles up
    • A: Move tiles left
    • S: Move tiles down
    • D: Move tiles right
  4. Objective:

    • Combine tiles with the same number to create a tile with the number 2048.
    • When there are no more possible moves, the game will end.

Notes

  • This release is for Windows. If you're using another operating system, you can run the game from the source code.

Known Issues

  • None at this time. Please report any issues you encounter on the issue tracker.

Thank You

Thank you for trying out the game!