/goobbue-prototype

tiny browser game

Primary LanguageGoMIT LicenseMIT

goobbue-prototype

tiny browser game. generate Tiled json with golang.

Tiled Map Editor: http://www.mapeditor.org/

How to play

http://goobbue-prototype.herokuapp.com/

Build Application

checkout this repository

$ git clone https://github.com/slightair/goobbue-prototype.git

install dependencies. use npm, grunt, bower, go

$ npm install
$ bower install
$ grunt bower:install
$ grunt build
$ go get github.com/slightair/goobbue-prototype
$ go run main.go

open browser http://localhost:8080