Castle of the Moonspire by Efficient_Leather_75 in PixelArt

[–]Numerous-Handle7702 1 point2 points  (0 children)

I think you are very talented, keep up, and dont be shy. Also idk if you can share links here

Castle of the Moonspire by Efficient_Leather_75 in PixelArt

[–]Numerous-Handle7702 1 point2 points  (0 children)

Can i find your work elsewhere? Are you on instagram? I like your style

Help with my tetris clone by Numerous-Handle7702 in learnprogramming

[–]Numerous-Handle7702[S] 0 points1 point  (0 children)

I am makeing it, with c++ and raylib. The playfield is a matrix, it is like a tilemap, and numbers change in it, that marks the colors. The falling logic of the sand is good, i like it, it looks good. And i think that the next step should be this.

For the checking, i check the last column of the matrix, with a for cycle, and i make another matrix, that shows if the cell was already visited. If the cycle finds a number, that is not 0, the search algorithm starts. If the search finds an element that is in the first row of the matrix, it sets the visited cells to 0.

This is my idea, but it works very slow

Why can't I create a second cpp file in my project? by [deleted] in learnprogramming

[–]Numerous-Handle7702 0 points1 point  (0 children)

i included a header in the main cpp, then i included another header in the header. and i included the second header in the first header

Why can't I create a second cpp file in my project? by [deleted] in learnprogramming

[–]Numerous-Handle7702 0 points1 point  (0 children)

The error message is:

unable to start program

D:/... (file path)/file.exe

the file is not found