gizmo
2D Pixel Destruction Game written in Go.
Go★ 143⑂ 15 forksMITupdated 5 years ago
git clone https://github.com/Lallassu/gizmo.gitLallassu/gizmoREADME.mdfork it — it’s yours
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
more like this
TachiSnap
TachiSnap — Pixel Snapper for animation pixel artists. Rust + WebAssembly client-side tool for cleaning up AI-generated…
HTML★ 50
2D-Astar-Pathfinding-in-Unity
A 2D implementation of the Astar Pathfinding algorithm using Tilemaps in Unity
C#★ 50