All Projects → Lallassu → Gizmo

Lallassu / Gizmo

Licence: mit
2D Pixel Destruction Game written in Go.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Gizmo

Fxgl
Stars: ✭ 2,378 (+1985.96%)
Mutual labels:  gamedev, 2d-game, 2d
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (+21.05%)
Mutual labels:  gamedev, 2d-game, 2d
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+1701.75%)
Mutual labels:  gamedev, 2d-game, 2d
Cdogs Sdl
Classic overhead run-and-gun game
Stars: ✭ 422 (+270.18%)
Mutual labels:  2d-game, 2d, pixel-art
Dot-World-Maker
Online web role playing game (RPG) engine let you build your own game directly from your browser.
Stars: ✭ 25 (-78.07%)
Mutual labels:  2d-game, 2d
taileater
A puzzle game where you eat your own tail to win!
Stars: ✭ 19 (-83.33%)
Mutual labels:  pixel-art, 2d-game
Obengine
2D Game Engine with Lua Scripting made on top of SFML !
Stars: ✭ 335 (+193.86%)
Mutual labels:  gamedev, 2d
Mini2dx
A high-level cross-platform 2D game development API
Stars: ✭ 384 (+236.84%)
Mutual labels:  gamedev, 2d-game
emerald
A 2D rust game engine focused on portability.
Stars: ✭ 383 (+235.96%)
Mutual labels:  gamedev, 2d
Godot Platformer 2d
2d Metroidvania-inspired game for the 2019 GDquest Godot Kickstarter course project.
Stars: ✭ 365 (+220.18%)
Mutual labels:  2d-game, 2d
Godot 2d global illumination
2D Global Illumination shader in Godot.
Stars: ✭ 106 (-7.02%)
Mutual labels:  gamedev, 2d
Badsanta
BadSanta - Multiplayer HTML5 Game (http://santa.qake.se)
Stars: ✭ 97 (-14.91%)
Mutual labels:  gamedev, 2d-game
cage
Cage (Ain't a Game Engine) - write 2D games using plain C
Stars: ✭ 40 (-64.91%)
Mutual labels:  gamedev, 2d
Spine Runtimes
2D skeletal animation runtimes for Spine.
Stars: ✭ 3,171 (+2681.58%)
Mutual labels:  gamedev, 2d
MiniKnight
A pixel-art platformer in F#, where you must fight your way to the portal, collecting coins and slaying orcs along the way!
Stars: ✭ 47 (-58.77%)
Mutual labels:  pixel-art, 2d
Unity2d Components
A constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
Stars: ✭ 375 (+228.95%)
Mutual labels:  gamedev, pixel-art
Pixelvision8
Pixel Vision 8's core philosophy is to teach retro game development with streamlined workflows. PV8 is also a platform that standardizes 8-bit fantasy console limitations built on top of the open-source C# game engine based on MonoGame.
Stars: ✭ 773 (+578.07%)
Mutual labels:  gamedev, 2d
Ruby2d
🎮 The Ruby 2D gem
Stars: ✭ 427 (+274.56%)
Mutual labels:  gamedev, 2d
2d Spaceshooter
A very simple 2D space shooter game made with Unity
Stars: ✭ 6 (-94.74%)
Mutual labels:  2d-game, 2d
framework
The exomia/framework is used for building 2D and 3D games and more inspired by the XNA/Mono framework.
Stars: ✭ 21 (-81.58%)
Mutual labels:  gamedev, 2d

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/[email protected]
go run .

Screenshots

Videos

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].