Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - JLM

Pages: [1]
1
SFML projects / Fairly simple Dungeon-Crawler for competition.
« on: May 19, 2017, 11:21:34 pm »
Hi. I recently made a game for competition. It took Three months to make. (That's how much time I had to finish it). It's a Top-Down Zelda-Like Dungeon-Crawler. I would appreciate if you could check it out and give me your feedback, about the game and the code.

https://github.com/JLMPL/Dungeonz

Have a nice day.  ;)

2
General / Waypoint movement.
« on: June 05, 2014, 10:39:36 pm »
I would like to make sprite move from one waypoint to an other. But I have no idea how to calculate it. I tried to search it but google didn't help at all. If you have any idea how to make sprite move from one position to the other position in straight line instead moving right then down etc. Please tell me.

3
Graphics / Problems with Texture.loadFromFile
« on: May 21, 2014, 08:23:00 pm »
Info: Visual C++ 2008, SFML 2.0(for VC2008), Win32, WinXP.

When I'm loading my texture from file everything going fine until the program will run. Console is showing thousands of strange symbols. In the first line is something like "Failed to load image "lol.png"".
I don't know what I have to do. This image is in every single folder of my project but it still can't load it.
Please! do you have any ideas?

Pages: [1]