Skip to content

chenyulue/threes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • This is an incomplete copy of Threes, a game similar to but more interesting than 2048 in Android.

  • The game is implemented by Haskell with the gloss, an excellent graphics library.

  • There are some more works to do:

    • The numbers shown is too ugly, since gloss can't set the font of text. Maybe numbers can be generated in the BMP format by code and drawn by bitmapDataOfByteString in Graphics.Gloss.Data.Bitmap;

    • Show the score and the score history, but gloss doesn't support pretty text show.

  • The following is a demo show:

    threes

About

An incomplete copy of Threes games from Android

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published