o
odin.langpkg.dev
packages / library / catter

catter

f66263blibrary

Another follow along Odin and Raylib series from the legendary Zylinski

No license · updated 7 months ago

CAT Game

Another follow along from the Youtube series "Making Games using Odin and Raylib" by Karl Zylinski

This one is an excerpt from his commerical game "Cat and Onion" on Steam, and is a very excellent delve into Making Games in the Odin Programming Language using the Raylib Game Engine.

I added my own structure of code as we went along, as Im a pedantic old programmer, the code in the tutorial is much more unstructured, as its more about learning Odin.

Resources

Instructions

* Ensure you have Odin and Raylib installed on your system.
* Clone this repository to your local machine.
* Navigate to the project directory in your terminal.
* Build and run the project using Odin.

All Credit is due to Karl Zylinski for the original content and inspiration for this project