From f4a2988f7716778cb0258194fd65d7bf6bdf4d14 Mon Sep 17 00:00:00 2001 From: _Tradam Date: Wed, 19 Apr 2023 18:02:29 -0400 Subject: add example gif to readme --- Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1b7b98d..252f6fc 100644 --- a/Readme.md +++ b/Readme.md @@ -1,14 +1,18 @@ - + # Rodeo Kit + + Game development kit designed and implemented from the ground up for personal indie game development as well as learning. Inspired by the simplicity of [Raylib](https://www.raylib.com)'s design. Design planning for this project is "Game Oriented", meaning that I would like to create games to stress test the implementation and see what works, what doesnt, and what is missing. The current and planned implementation is simply the "minimum" amount required to create simple game projects. Once this goal is reached, small games will be developed in tandem with this kit in order to drive its design and development. The goal of this style of design approach is to avoid over-thinking of future design, as well as to save time from implementing features that go unused. +[Rodeo Kit Example](https://github.com/realtradam/rodeo_sample_game) + ## Short-Term Roadmap ### Rendering -- cgit v1.2.3