This is a place for people to pimp their stuff that is built with ggez. If you want your project listed here, add it and submit a PR, please!
- https://github.com/tihusky/rustoban: A simple Sokoban clone, written in an attempt to learn Rust.
- https://github.com/yotam5/pong_ggez: A 2D Pong Game for learning purposes
- https://github.com/rdrmic/color-columns: A falling-blocks-type 2D game with a simple but addictive gameplay
- https://github.com/64kramsystem/rust-game-ports#boingggez: Boing: Pong clone built with ggez; the repository includes also other games built with different engines
None yet!
- https://github.com/erwan-b/game-of-life: A
ggez
/imgui-rs
implementation of Conway's game of life, fast and simple - https://github.com/gliderkite/semeion: Generic framework that allows you to build your 2D environment simulation. For a complete example check out formicarium.
None yet!
- https://github.com/ozkriff/zemeroth
- https://athorus.itch.io/ltd: Le Train Dispatcher allows you to route trains in a fully simulated rail network. Particular care has been taken on the realistic management of light signals (block systems, switches protection), train physics and curve tracing.
- https://github.com/Piripant/sudoku
- https://mkhan45.github.io/SIMple-Physics/tabs/about/: A set of educational physics simulators using
specs
,nphysics
, andimgui-rs
- https://github.com/jackmordaunt/fog-of-chess: Chess but with the fog of war.
- https://github.com/pickfire/bugs: Game with lots of bugs (incomplete with broken AI feature gate)
- https://github.com/Slals/gameoflife: Game of Life with built in structures (submit PR to add structure and make life happen!)
- https://github.com/outkine/ascension-rust: A gravity-based platformer built with ggez, tiled, and nphysics2d. Download a playable build here.
- https://github.com/eisendaniel/boids: A
rust
/ggez
implementation of the boids flocking algorithm with simple user input/interactivity - https://github.com/PSteinhaus/Cell-Graph-Risk: A local multiplayer strategy game based upon a custom physics simulation focusing on elastic graphs.
- https://github.com/Fudance/GGEZ_Specs: A simple overview of integrating
ggez
andspecs
with some simple systems
- https://github.com/MushuYoWushu/mehens_portable_casino
- https://github.com/maccam912/thewizzerofoz
- https://github.com/Piripant/skii
- https://github.com/Swampsoft/solitaire
- https://github.com/obsoke/rustris
- https://github.com/vinceniko/tetrust
- https://github.com/icefoxen/ld42/
- https://github.com/conwayste/conwayste/
- https://github.com/avandolder/tetrominoes-rust
- https://github.com/ggez/game-template -- a general-purpose getting-started template integrating warmy, specs, and some other useful tools.
- https://github.com/termhn/ggez_snake
- https://github.com/rafaeldelboni/ggez-specs-hello-world -- A simple hello world project using ggez and specs.
- https://github.com/rafaeldelboni/ggez-specs-rhusics-hello-world -- A hello world project using ggez, specs and rhusics for physics.
- https://github.com/ggez/ggez-goodies (incomplete, but maybe useful to someone)