Search found 472 matches

by milon
Wed Nov 02, 2022 2:41 pm
Forum: General
Topic: About unlocks in my game (and in general)
Replies: 2
Views: 3357

Re: About unlocks in my game (and in general)

I don't have any feedback as a dev, but as a player I generally enjoy unlocks if they add to the gameplay by adding new modes/levels/options/etc - especially if it challenges me to try something different or unusual that I may not have considered on my own. Looks like this would fit the bill for me!
by milon
Wed Nov 02, 2022 2:35 pm
Forum: Support and Development
Topic: [SOLVED] Complete a list of vertices to form a polygonal shape with pathfinding
Replies: 7
Views: 3649

Re: A* pathfinding with a predefined list of points

As for the centers of the triangles, I need to work like this, the path obtained will be used to fill a shape drawn by the player then to unite it to the first one. I had made myself a function that returned me the shortest path but sometimes it only took the vertices of the border of the polygon a...
by milon
Tue Nov 01, 2022 5:14 pm
Forum: Support and Development
Topic: [SOLVED] Complete a list of vertices to form a polygonal shape with pathfinding
Replies: 7
Views: 3649

Re: A* pathfinding with a predefined list of points

I implemented an A* algorithm in a mostly-discontinued project here . You can see the source code etc by unzipping the .love file. Note that my implementation assumes a 2D integer-based grid, rather than floating-point nodes. You may need to alter the code to work for your case. If you use it, great...
by milon
Fri Oct 28, 2022 6:57 pm
Forum: Support and Development
Topic: Nothing rendering
Replies: 12
Views: 7276

Re: Nothing rendering

Glad you got it working! ... I have no idea how to check if my graphics driver is up-to-date. What is your graphics card? If it's part of the motherboard, what's your motherboard? AMD Radeon, Im on a laptop If you still want to check/update your driver, go here: https://www.amd.com/en/support/kb/faq...
by milon
Thu Oct 27, 2022 2:19 pm
Forum: Support and Development
Topic: Nothing rendering
Replies: 12
Views: 7276

Re: Nothing rendering

SprSn wrote: Wed Oct 26, 2022 7:02 am ... I have no idea how to check if my graphics driver is up-to-date.
What is your graphics card? If it's part of the motherboard, what's your motherboard?
by milon
Thu Oct 27, 2022 2:15 pm
Forum: Support and Development
Topic: Run love.draw before love.update
Replies: 7
Views: 2894

Re: Run love.draw before love.update

Hi everyone! I am trying to implement transition between levels in my project. The concept is very simple. Each level has its own load, update and draw method. The load methods are structured like so: loadLevel1() --delete all resources --load level 1 resources gameState = "level1" end lo...
by milon
Thu Oct 27, 2022 1:25 pm
Forum: General
Topic: [Art?] What does this look like?
Replies: 16
Views: 5969

Re: [Art?] What does this look like?

Wanted the catfish to be a little comical. It certainly is! :D Hopefully you are in the minority but I kind of doubt that. Lol, I usually am. ;) Isn't gyarados just a giant catfish :3 That flies! I've never seen one get stuck in a box before though. Unless it's still half magikarp? It does seem to ...
by milon
Wed Oct 26, 2022 4:37 pm
Forum: General
Topic: How to get my game on android
Replies: 3
Views: 2868

Re: How to get my game on android

2. on the love2d page there is text how to append love zip project to apk, and i have seen some dudes making something like a exe to bundle this. you need to figure out the rest, i did not tried this because i hate this way so much it hurts my style :D (try to test something like this : make change...
by milon
Wed Oct 26, 2022 4:31 pm
Forum: General
Topic: [Art?] What does this look like?
Replies: 16
Views: 5969

Re: [Art?] What does this look like?

I saw a fish stuck in a weird box. It slightly reminded me of a piranha plant from Mario games. I definitely didn't think catfish because the feeler things were in the wrong spot and whip around way too much. I recognize that I'm probably in the minority on this, but to convey catfish (to me) they s...
by milon
Wed Oct 26, 2022 4:12 pm
Forum: General
Topic: Does SNESAPU.DLL and libgme.dll work in LOVE2D
Replies: 33
Views: 26119

Re: Does SNESAPU.DLL and libgme.dll work in LOVE2D

Neito wrote: Mon Oct 03, 2022 8:43 pm I found a better one now but there are some songs whose only ports didn't work.
Sorry for the late reply. Have you tried dumping your own .SPC files? It's easy enough to do - I believe zsnes, snes9x, and others can do it easy enough.