Skip to content

Game where when two tiles with the same number touch, they merge into one.

Notifications You must be signed in to change notification settings

arthurdiluz/the-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The objective of the game is to slide numbered tiles on a board to combine them to create a tile with the number 2048; however, it's also possible to continue the gameplay after reaching the goal, creating tiles with larger numbers.

Game developed as an evaluation for the subject of Programming II (Object Oriented Programming) offered by the State University of Northern Paraná and evaluated by professor José Reinaldo Merlin on November 23, 2018.

How to run

In the project directory, execute the following commands:

  • Install PyGame:

pip install pygame

  • Run script:

cd src/

python main.py

Samples of the screens

How it starts

homepage

During gameplay

homepage

Game over display

homepage

About

Game where when two tiles with the same number touch, they merge into one.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages