8000 GitHub - dotelpenguin/2048: 2048 is a single-player bbs door game in which the objective is to slide tiles on a grid to combine them and create a tile with the number 2048
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from rickparrish/2048

2048 is a single-player bbs door game in which the objective is to slide tiles on a grid to combine them and create a tile with the number 2048

Notifications You must be signed in to change notification settings

dotelpenguin/2048

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

screenshot

2048 is a single-player bbs door game in which the objective is to slide tiles on a grid to combine them and create a tile with the number 2048

NOTE: If you run Synchronet, you might want to have a look at Doubles.


Based on 2048 by Gabriele Cirulli, which is based on 1024 by Veewo Studio, which are conceptually similar to Threes by Asher Vollmer.

ANSI board & tiles are borrowed, with permission, from Doubles. Thanks Kirkman!


NOTE: While the source to 2048 by Gabriele Cirulli is available on GitHub, this version is a complete rewrite in Pascal for bbs door usage, not a port of his javascript version.
So if you find differences, it's probably because I guessed wrong about certain implementation details (some I looked up, like chance of a new tile with value of 4 instead of 2, but most I just guessed based on observations made while playing the original).


TODO List

  • Help screen
  • Arrow key support (in RMDoor)
  • InterBBS support (in RMDoor)
    • Top score from all connected systems
    • Chat with users from any connected system
  • Personal high score

About

2048 is a single-player bbs door game in which the objective is to slide tiles on a grid to combine them and create a tile with the number 2048

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Pascal 98.0%
  • Batchfile 2.0%
0