92

GitHub - xwjdsh/2048-ai: AI for the 2048 game.

 6 years ago
source link: https://github.com/xwjdsh/2048-ai
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

2048-AI

AI for the 2048 game, implements by expectimax search, powered by Go.

The web front-ends of 2048 game was forked from gabrielecirulli/2048, respect and gratitude!

Screenshot

2048-ai.jpg

How to run?

Via Go

go get github.com/xwjdsh/2048-ai
cd $GOPATH/src/github.com/xwjdsh/2048-ai
go build
./2048-ai

Via Docker

docker run -p 8080:8080 wendellsun/2048-ai

or build images by yourself:

# clone and enter project
docker build -t 2048-ai .
docker run -p 8080:8080 2048-ai

Then, you can access http://localhost:8080/ from the browser.

Related

Licence

MIT License


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK