Understanding First Day Using Raylib
Let's dive into the details surrounding First Day Using Raylib. Timestamps: 00:53: Prerequisites 01:44: Setup
Key Takeaways about First Day Using Raylib
- Everyone keeps telling me to make a game in
- Imporved gravity, thanks to chatGPT. And found another ptoblem that if an obstacle is above player's head it can't go under the ...
- "FORESTS" is a RPG game made in C++
- Both checkings Y and X were needed so the players can go under the object. Next the collision is needed to stop when colliding ...
- Just started learning
Detailed Analysis of First Day Using Raylib
This is the easiest I've never done a game before in C, nor one that is 3d. This only took a few hours to bang out. I've done some in javascript before ... Raylib
This is a short video of me compiling and running a tiny C program that
That wraps up our extensive overview of First Day Using Raylib.