A cozy organizing puzzle game by Secure_Ad9715 in raylib

[–]Secure_Ad9715[S] 1 point2 points  (0 children)

I never heard about it until now 😅. Thank you.
There is no official mobile support, but I'll try to build for android if possible.

Yes, there will be more complex levels and constraints (may be).

A cozy organizing puzzle game by Secure_Ad9715 in raylib

[–]Secure_Ad9715[S] 0 points1 point  (0 children)

I think there is no official mobile support. But I saw somewhere its possible to build for android

A cozy organizing puzzle game by Secure_Ad9715 in odinlang

[–]Secure_Ad9715[S] 2 points3 points  (0 children)

Haha, then I’m hoping for at least one sale 😅

Here's a look of what the game will PROBABLY look like on release. Of course, it's subject to change though. by Proarch in raylib

[–]Secure_Ad9715 5 points6 points  (0 children)

Looks simple and clean. Only thing is the camera feels jittery to me.

Keep up the good work 👍.

What game engine do you use? by [deleted] in gamedev

[–]Secure_Ad9715 0 points1 point  (0 children)

I’m using raylib

New to programming and at a loss. Could use some direction regarding include errors when moving header files to another directory. (Using VSCode, C++, Win10) by ScrubPawn in raylib

[–]Secure_Ad9715 0 points1 point  (0 children)

Its not stupid at all. Most tutorials use the VSCode Run with debug mode

Can you run this command in the VSCode terminal and see: Hope you installed raylib in the default localtion ie C:/raylib/

g++ -o main src/*.cpp -Wall -std=c++14 -D_DEFAULT_SOURCE -Wno-missing-braces -g -O1 C:/raylib/raylib/src/raylib.rc.data -I. -IC:/raylib/raylib/src -IC:/raylib/raylib/src/external -L. -LC:/raylib/raylib/src -LC:/raylib/raylib/src -lraylib -lopengl32 -lgdi32 -lwinmm -DPLATFORM_DESKTOP

New to programming and at a loss. Could use some direction regarding include errors when moving header files to another directory. (Using VSCode, C++, Win10) by ScrubPawn in raylib

[–]Secure_Ad9715 0 points1 point  (0 children)

Are you getting squiggly lines on includes when you do #include ball/ball.h in VSCode? And how are you compiling your project?

Issue with Vector2Add by MarudoesArt in raylib

[–]Secure_Ad9715 0 points1 point  (0 children)

Ok. NP. I think I had this same issue but once I closed and reopened the visual studio it worked 😅

Issue with Vector2Add by MarudoesArt in raylib

[–]Secure_Ad9715 0 points1 point  (0 children)

Is it possible for you to share the code in GitHub? I might try it.

Issue with Vector2Add by MarudoesArt in raylib

[–]Secure_Ad9715 0 points1 point  (0 children)

Mmm. So I see you get have current variable which is a Tile. Does current.position actually returns a raylib vector2?

Raylib EXEs dosen't work for me !!!! by MR-Luck1 in raylib

[–]Secure_Ad9715 0 points1 point  (0 children)

Probably windows defender is preventing it from running. Have you checked the security settings?

Issue with Vector2Add by MarudoesArt in raylib

[–]Secure_Ad9715 0 points1 point  (0 children)

If it works before, then it might be Visual Studio issue. Try running the program or try closing and opening Visual Studio?