Skip to content

KirillBorodinskiy/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An attemp at 2048 game using c++ and SDL2 for a school project

Currently works only on linux

  • install libsdl2-dev
  • install libsdl2-ttf-dev
  • compile using "make"
  • launch file "main"

If using VSCode, you can just press f5 to compile and launch it after manually installing libraries

Keybinds:

  • R: restart
  • Q: quit
  • WASD/arrows: moving tiles

Saves the highest score to the file score.txt and automatically extracts the highest score on start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published