▲ 60 r/odinlang
My first project written using Odin
A simple Snake game implemented using the Raylib framework
Here's the repo: Snake
u/Alert_Nectarine6631 — 4 days ago
A simple Snake game implemented using the Raylib framework
Here's the repo: Snake
The generated extensions are now polygons instead of rects(there's still alot of issues currently)
for the longest time my lights have used light masks which where quicker than using rays/per pixel work, but light would bleed over tiles so I'm trying to work on a level mask that covers the light mask, once tweaked hopefully I will have convincing lights without having to cast rays.
I can now add any type of interactable actor into the game, they can have super specific interactions or do simple stufffffff