Dan-Kot / 2048-go

Use go (golang) to write a 2048 game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#2048-go

##about 2048-go 2048 is a famous game by Gabriele Cirulli, I copyed the idea and rewrite it with golang.

This 2048 runs under terminial. It can run without X under linux. I don't know if it works under DOS, But it works under CMD. The code is cross platform for using golang.

Thanks for termbox-go.

This is Gabriele Cirulli's code.

https://github.com/gabrielecirulli/2048

##Screenshot

My code works like this.

Screenshot-2048-go

I have not got 2048 yet. If you get there, share me with your Screenshot.

##Get binnary.

The binnary is avilable on gobuild.io.

Thanks for gobuild.

Down on gobuild.io

##License

2048 is licensed under the MIT license.

About

Use go (golang) to write a 2048 game.


Languages

Language:Go 100.0%