Skip to content

CLI-based popular 2048 puzzle game. Support for multiplayer mode and high-scores tracking.

License

Notifications You must be signed in to change notification settings

adityausathe/multiplayer-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2048 - CLI based Multiplayer version

✔️ Working

Information

Terminal-based implementation of popular 2048 puzzle game. In this game, the player aims to create largest possible number using the basic numbers- 2 and 4, by following a bunch of addition rules.

sample snap

Instructions

  • $ gcc 2048.c
  • $ ./a.out
  • Follow UI instructions and use the following numeric keys to perform moves:
    • ↑ (Press 8)
    • ↓ (Press 2)
    • →(Press 6)
    • ←(Press 4)

Functionality

  • Imitated standard rules and flow of classic 2048 game.
  • Additional features: Multiplayer-support, High-score tracking support.

Implementation

  • Entire implementation is done using standard C libraries; no UI libraries.

Dependencies

  • GCC

About

CLI-based popular 2048 puzzle game. Support for multiplayer mode and high-scores tracking.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages