Skip to content

pbalykov/game-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game 2048

Game 2048 for unix terminals.

Installation

for simple unix

if you have nixos

Controls

  • W, w and (up arrow) -> UP
  • S, s and (down arrow) -> DOWN
  • A, a and (left arrow) -> LEFT
  • D, d and (right arrow) -> RIGHT
  • q -> exit

About the code

The code is written in C. The headers folder contains header files, controls are executed using break and select. Also, the field is made dynamically, although you can do it for every taste.

Releases

No releases published

Packages

No packages published