/go48

Yet another 2048 using go

Primary LanguageGoMIT LicenseMIT

Yet another 2048 using go

Screenshot 2020-04-26 at 10 25 01 PM

Motive

the main motive of this project was to learn the use of tcell and tview.

How to Play

Binaries are attached with the release

$ go48 --size=4

Project52

It is one of my project 52.

*** Note : https://github.com/m4ns0ur/2048 was one inspiration. 2048 logic is copied from there, with some improvements