Skip to content

taptapking/2049

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048DOS

Description

This is 2048 game intended for DOS, with high customizability. There are 5 different difficulties (easy, normal, hard, very hard, master). Different difficulties means different number of blocks spawned after every move. There are also mods, which can affect the score. You can save your game, play with another friend (2 players), change theme, and more!

Although the game is intended for DOS, it might also work on modern operating systems.

Features

  • Different difficulties
  • Game mods
  • Themes 🎨
  • Game save and record
  • Single player / 2 players 👬
  • ...and more!

For detailed instructions, see the game's wiki.

How to get 2048DOS

You can download compiled binaries here.

If you want to build from source:

  1. Clone this repository
  2. cd into it
  3. Run make or fpc 2048.pas (either way, Free Pascal Compiler is required)

License

GPL v3 logo

This game is licensed under GNU General Public License version 3, for the sake of the players' freedom.