Super bomberman 2 (SNES) clone in Go using raylib-go
download latest executable from releases
- gcc
- protoc & go plugins (if you want to compile pb files):
- install protocol buffer compiler (link)
- install protoc-gen-go and and protoc-gen-go-grpc by running
go install google.golang.org/protobuf/cmd/protoc-gen-goandgo install google.golang.org/grpc/cmd/protoc-gen-go-grpc - have protoc and GOPATH in your PATH env
- clone project and get get into directory
git clone https://github.com/rzaf/bomberman-clone.git && cd bomberman-clone - run
go mod downloadto get required modules - run
make allor runmake buildif you dont have protoc installed - run
bomberman-cloneinbin
- Upgrades (speed up, wall pass, extra bomb, ...)
- Local multiplayer
- Online multiplayer (grpc) WIP
- Option menu (audio and keymapping)
- Controller support
- Level editor


