Search found 88 matches

by Hugues Ross
Sun Jun 04, 2023 11:41 pm
Forum: General
Topic: How to run love2D project on localhost?
Replies: 10
Views: 6928

Re: How to run love2D project on localhost?

Besides what has been said, the whole OS-dependent stuff is completely not needed considering that love.filesystem.getInfo can return the last modified time, so if you just query that in love.update for instance, and compare it to saved values for whatever files you want to detect, then at least th...
by Hugues Ross
Sun Jun 04, 2023 10:19 am
Forum: General
Topic: How to run love2D project on localhost?
Replies: 10
Views: 6928

Re: How to run love2D project on localhost?

Sounds to me like you're not looking to run a server on localhost so much as you want to hot-reload your game's code and assets. It's possible, but I wouldn't say it's terribly simple. You need a system in your game's code that can respond to filesystem changes and reload the appropriate code or ass...
by Hugues Ross
Sat Jun 03, 2023 11:01 am
Forum: Games and Creations
Topic: Untitled RPG Project
Replies: 36
Views: 75562

Re: Untitled RPG Project

It’s been awhile since I did one of these, as you might guess from the intervening posts a lot of other things have been keeping me busy as my wrists continue to heal. Regardless of that, I have been making progress on the game. Let’s take a look! (Apologies in advance, this one's just a big wall of...
by Hugues Ross
Tue May 09, 2023 1:43 pm
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1796
Views: 1562087

Re: What's everyone working on? (tigsource inspired)

Ah, the beautiful forests of Spikeland...

Jokes aside, this actually looks really nice. Especially with that added shader.
by Hugues Ross
Fri May 05, 2023 7:08 pm
Forum: General
Topic: A very bad idea
Replies: 5
Views: 2111

Re: A very bad idea

Sometimes the best of times come from the worst of ideas :megagrin:
by Hugues Ross
Thu May 04, 2023 1:58 pm
Forum: Games and Creations
Topic: Tilemap Editor in LÖVE?
Replies: 3
Views: 2234

Re: Tilemap Editor in LÖVE?

I think everybody and their aunt has tried that before, it's a pretty common topic. Anyway, here are a few relevant topics: https://love2d.org/forums/viewtopic.php?f=14&t=94424 https://love2d.org/forums/viewtopic.php?p=244212#p244212 https://love2d.org/forums/viewtopic.php?f=3&t=88566 https:...
by Hugues Ross
Fri Apr 28, 2023 4:03 pm
Forum: Games and Creations
Topic: I am working on a game about hacking!
Replies: 1
Views: 1190

Re: I am working on a game about hacking!

I'm not really sure what the point of this post is, given the complete lack of details or anything really relevant to the game itself. The video only has ~5s of footage and the linktree doesn't seem to have anything related to it either, unless I missed something? It mostly seems like an ad for your...
by Hugues Ross
Sun Apr 16, 2023 9:48 am
Forum: Games and Creations
Topic: Untitled RPG Project
Replies: 36
Views: 75562

Re: Untitled RPG Project

Thank you for the kind words! People really like the legs-man, I've had folks in other places make jokes about him... I may have to leave a copy of him in a dev room or something :rofl: I must admit I haven't made much progress lately though, as my health improves further I finally have to catch up ...
by Hugues Ross
Mon Apr 10, 2023 1:46 pm
Forum: Support and Development
Topic: supervision of my first game(pong)
Replies: 32
Views: 6289

Re: supervision of my first game(pong)

Flamebait my ass, he asked for opinion, no? And my opinion is that you should not waste your time trying to make code running that should not be in you game at the first place. The opinion that OOP is a bad approach here (and in most contexts outside of massive corporate monoliths) is fine! The pro...
by Hugues Ross
Mon Mar 20, 2023 2:42 pm
Forum: Games and Creations
Topic: Developement
Replies: 6
Views: 1878

Re: Developement

You know, don't think I've ever made a Pong... I'm more of a breakout guy when it comes to trying out game tech.