Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.
/ templates-2048 Public archive

2048 game written in c++ template metaprogramming style

Notifications You must be signed in to change notification settings

gogim1/templates-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

Requires

Compiler and std Library with C++17 support

Usage

make start      start or restart the game"
make left       move the numbers to the left"
make right      move the numbers to the right"
make up         move the numbers to the top"
make down       move the numbers to the buttom"

About

2048 game written in c++ template metaprogramming style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published