Skip to content

kostspielig/zbubble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zbubble

Fun game in Golang

Try the game!

Development

Depedencies

For a full blown development environment, you need Golang, Ebiten, GopherJS and other stuff. On a Debian based distribution, you may run:

go get github.com/hajimehoshi/ebiten/...

go get -u github.com/gopherjs/gopherjs
go get -u github.com/gopherjs/webgl

These dependencies might be missing:

sudo apt-get install freeglut3-dev libalut-dev

Compile

make build

Compile and run

make

Serving on the web

TL;DR run this and go to: localhost:8080/github.com/kostspielig/zbubble/

gopherjs serve

Before serving you must compile the JS version by running:

make buildweb

License

license

Copyright (c) Maria Carrasco

This file is part of zbubble.

zbubble is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

zbubble is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with Mittagessen. If not, see http://www.gnu.org/licenses/.

About

Fun game with golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published