Search found 45 matches

by PixelHero
Sat Mar 04, 2023 12:21 am
Forum: General
Topic: I need help on making and using classes.
Replies: 8
Views: 2834

Re: I need help on making and using classes.

Sorry, just got back to this. Probably would have helped if I had told you that I am using the library 'classic' https://github.com/rxi/classic.
by PixelHero
Mon Feb 20, 2023 8:34 pm
Forum: General
Topic: I need help on making and using classes.
Replies: 8
Views: 2834

I need help on making and using classes.

Hello, I'm making a platformer game, and I need help implementing classes. I read Sheepolution's tutorial, so now I somewhat know how to make a class, but I don't know how to use it after I make it, aside from making subclasses. :? Can anyone help?
by PixelHero
Fri Dec 02, 2022 10:35 pm
Forum: Support and Development
Topic: How to open a .love file on Android
Replies: 1
Views: 1202

How to open a .love file on Android

I'm trying to open a .love file on Android 7.0 and it's not working. I've tried putting the files into android/data/love/files/games, but that didn't do anything.
by PixelHero
Sat Nov 26, 2022 3:04 pm
Forum: General
Topic: How to make a roguelike
Replies: 5
Views: 2745

Re: How to make a roguelike

Thanks. I never found any of that, so I'm grateful that you brought it to my attention.
by PixelHero
Fri Nov 25, 2022 9:39 pm
Forum: General
Topic: How to make a roguelike
Replies: 5
Views: 2745

Re: How to make a roguelike

GVovkiv wrote: Fri Nov 25, 2022 5:35 pm If you don't know where to start, then you, probably, don't know what roguelike at all
I do. I meant on coding. I would start with graphics, but roguelikes use text, not graphics.
by PixelHero
Fri Nov 25, 2022 4:55 pm
Forum: General
Topic: How to make a roguelike
Replies: 5
Views: 2745

How to make a roguelike

Hi. I have never attempted a roguelike before. I know what the genre is, but I don't know what to do to start. I searched the web about this, but got nothing. Any tips?
by PixelHero
Sat Aug 20, 2022 9:06 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1006403

Re: Avatars: OBEY!

I made my avatar obey yesterday, after reading this topic...
by PixelHero
Sat Aug 20, 2022 1:51 am
Forum: General
Topic: I need help with animation script...
Replies: 4
Views: 2225

Re: I need help with animation script...

pgimeno wrote: Fri Aug 19, 2022 3:01 am I think you're missing `return l` in LocationF1.
Sorry that I didn't see this sooner... You are CORRECT!!!! I saw your post as I was going to post the problem. Do you have any ideas on how to improve my animation script? It doesn't work. All it does is draw the default starting image.
by PixelHero
Fri Aug 19, 2022 2:18 am
Forum: General
Topic: I need help with animation script...
Replies: 4
Views: 2225

I need help with animation script...

Hello. I am making a fighter game, and I need help... I am having problems with my graphics file for the first player. Here is my code: local g1 = { k = { anim1 = 'idle', attackTime = 0, animdone = true }, i = {}, a1 = {}, m = { i = 1 }, } g1.l = require 'Modules/LocationF1' function g1.load() --Idl...
by PixelHero
Wed Aug 10, 2022 1:22 am
Forum: General
Topic: Platformer Collaboration. I'm a noob, so noobs are welcome.
Replies: 23
Views: 15704

Re: Platformer Collaboration. I'm a noob, so noobs are welcome.

People will be more likely to give you a hand if you have specific problems and show that you've put some effort in to try and solve them yourself. Your previous post reads to me like "There would be more progress if other people would just do the work for me". No one is going to just imp...