From 632e9734c9218e9c53d6830ee1cd895f1677196f Mon Sep 17 00:00:00 2001 From: Mark Horvath Date: Tue, 14 Jan 2020 15:10:53 +0000 Subject: [PATCH] Added v0.5 ggez/specs example with walkthrough text --- docs/Projects.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/Projects.md b/docs/Projects.md index b9edf3ebc..1034b6f4f 100644 --- a/docs/Projects.md +++ b/docs/Projects.md @@ -11,6 +11,11 @@ submit a PR, please! * : An n-body universal gravitation simulator using `specs` and `imgui-rs` * : Chess but with the fog of war. +## Examples/tutorial code + + * : A simple overview of integrating `ggez` and `specs` with some simple systems + + # 0.4.x ## Games!