Giter VIP home page Giter VIP logo

stg's Introduction

Shooting Game

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.)

Usage

How to get

  1. Download the stg-<VERSION>.zip file from the latest release page.
  2. Unzip the downloaded file.

Controls

  • arrow keys : Move
  • z : Shoot / OK
  • x : Bomb / Cancel (Back)
  • space : pause

Screenshot

screenshot

Development

Preparation

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 [email protected]:masa213f/stg.git
$ cd stg
$ make setup

Build and Run

$ make build
$ make run

Release

$ VERSION=x.y.z
$ git checkout main
$ git pull
$ git tag -a -m "Release v$VERSION" "v$VERSION"
$ git push origin "v$VERSION"

Special thanks

This program uses some resources published from the following sites.

stg's People

Contributors

masa213f avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.