diff options
| author | _Tradam <[email protected]> | 2023-04-19 18:02:29 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-19 18:02:29 -0400 |
| commit | f4a2988f7716778cb0258194fd65d7bf6bdf4d14 (patch) | |
| tree | f48cbc35398786d8516479c11c20be4f235f4b8b /Readme.md | |
| parent | bacaa41850e5500953f3c6792866dd0c7bf782f7 (diff) | |
| download | RodeoKit-f4a2988f7716778cb0258194fd65d7bf6bdf4d14.tar.gz RodeoKit-f4a2988f7716778cb0258194fd65d7bf6bdf4d14.zip | |
add example gif to readme
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,14 +1,18 @@ -<img align="right" src="https://user-images.githubusercontent.com/11139432/233201393-5a683fd2-6661-4af9-a332-1b9b0d5e5edb.png" width="288px"> +<!-- <img align="right" src="https://user-images.githubusercontent.com/11139432/233201393-5a683fd2-6661-4af9-a332-1b9b0d5e5edb.png" width="288px"> --> # Rodeo Kit +<img align="right" src="https://user-images.githubusercontent.com/11139432/233207951-1c804cf4-365e-44e8-849d-9fc1a4c49be1.gif" width="288px"> + 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 |
