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-go
andgo 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 download
to get required modules - run
make all
or runmake build
if you dont have protoc installed - run
bomberman-clone
inbin
- Upgrades (speed up, wall pass, extra bomb, ...)
- Local multiplayer
- Online multiplayer (grpc) WIP
- Option menu (audio and keymapping)
- Controller support
- Level editor