2048-ai

command module
v0.0.0-...-eb763d7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2018 License: MIT Imports: 10 Imported by: 0

README

2048-AI

Build Status Go Report Card DUB

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

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.

Licence

MIT License

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL