Skip to content

The clone of popular 2048 game created with modern C++ with the use of SFML library and Entity Component System (entityx).

Notifications You must be signed in to change notification settings

marmal95/2048-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

The project is implementation of popular, puzzle game 2048.
The project was created for fun and follows the graphic design of following implementation https://play2048.co/.

Technologies

Installation

Dependencies

Install the dependencies using microsoft/vcpkg - C++ Library Manager for Windows, Linux, and MacOS.

$ vcpkg install sfml:x64-windows
$ vcpkg install entityx:x64-windows

Repository

$ git clone https://github.com/marmal95/2048-Game.git

Build

Open Visual Studio and Build Project.
As code uses syntax intoduced in C++20, such support should be enabled in C++ Language Standard in Project Properties inside Visual Studio.

Screenshots

Game Game Lost

About

The clone of popular 2048 game created with modern C++ with the use of SFML library and Entity Component System (entityx).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages