项目作者: Lallassu

项目描述 :
2D Pixel Destruction Game written in Go.
高级语言: Go
项目地址: git://github.com/Lallassu/gizmo.git
创建时间: 2019-02-28T08:11:22Z
项目社区:https://github.com/Lallassu/gizmo

开源协议:MIT License

下载


Gizmo - Go 2D pixel game

This is a game under heavy development and commits might not be explained etc. Use/fork at your own risk!

Developed using faiface/pixel 2D library (https://github.com/faiface/pixel).

Run from code

The Pixel commit below is the latest (currently) and contains a patch I’ve added for supporting export of vPosition between vertex and fragment shader and is needed by this game.

  1. go mod init gizmo
  2. go get github.com/faiface/pixel@e51d4a6676fa48c83b5ea703cb5b044e2967cb83
  3. go run .

Game controls

The main menu is not ready yet, you can use ESC to start the game & arrows for navigation.

  • b -> pick weapon
  • v -> drop weapon
  • q -> quit
  • s -> zoom out
  • w -> zoom in
  • Left Shift -> shoot
  • arrow + v -> throw box while holding
  • a -> transition while holding power ring

Screenshots

Videos

License

MIT