Skip to content

AntoManuele/2048-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048-game

Reproduction of 2048 game in C with Allegro library.

The aim of the work is to study and implement the game algorithm with multithreaded programming, giving very little importance to graphics.

Commands to run the game (Linux systems):

make
sudo ./main

Commands to play the game:

  • 's' to start the game
  • 'i' to move up
  • 'k' to move down
  • 'j' to move left
  • 'l' to move right

About

Reproduction of 2048 game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published