Home
Softono

Gizmo

Open source MIT Go
143
Stars
15
Forks
0
Issues
5
Watchers
5 years
Last Commit

 About Gizmo

2D Pixel Destruction Game written in Go.

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing Gizmo?

We provide expert installation service for this software. Our team will install, configure, and secure Gizmo on your server. plans start at just $30.

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.

go mod init gizmo
go get github.com/faiface/pixel@e51d4a6676fa48c83b5ea703cb5b044e2967cb83
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