Skip to content
/ 2048 Public

2048 is a graphics.c language based project made by me and Ms. Binisha Maharjan during DSA Project at our college.

Notifications You must be signed in to change notification settings

Abinawan/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2048: Mini Project for Data Structure and Algorithm

What is 2048?

2048 is a single-player sliding tile puzzle video game. The objective of the game is to slide numbered tiles on a grid to combine them to create a tile with the number 2048; however, one can continue to play the game after reaching the goal, creating tile larger numbers.

Concepts that are used within it:

  • Array
  • Stack
  • Merge Sorting
  • Linked list
  • Random number generator
  • User Interface Design

How to play?

Clone the repo and open 2048.c in TurboC++

Game instructions

Press WASD or Arrow keys to give direction to the tiles to move and try to join tiles to reach 2048, or even more!?

IMG 1 IMG 2 IMG 3

About

2048 is a graphics.c language based project made by me and Ms. Binisha Maharjan during DSA Project at our college.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages