This is a side scrolling shoot 'em up game running on Windows 10. It is written in Go and with Ebiten game library.
This is just in development. (Maybe forever.)
- Download the
stg-<VERSION>.zip
file from the latest release page. - Unzip the downloaded file.
- arrow keys : Move
z
: Shoot / OKx
: Bomb / Cancel (Back)- space : pause
NOTE: This program is developed on Ubuntu 20.04 on WSL2. If you build in another environment, you may get an error.
Install build tools on your Ubuntu.
- Install Git. (Any version is okay)
- Install Go v1.18.xx.
Checkout this repository.
$ cd ${GOPATH}/src/github.com/masa213f/
$ git clone git@github.com:masa213f/stg.git
$ cd stg
$ make setup
$ make build
$ make run
$ VERSION=x.y.z
$ git checkout main
$ git pull
$ git tag -a -m "Release v$VERSION" "v$VERSION"
$ git push origin "v$VERSION"
This program uses some resources published from the following sites.
- Images: ぴぽや倉庫
- BGM: 魔王魂
- SE: 無料効果音で遊ぼう!