Search found 45 matches
- Sat Mar 04, 2023 12:21 am
- Forum: General
- Topic: I need help on making and using classes.
- Replies: 8
- Views: 4386
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.
- Mon Feb 20, 2023 8:34 pm
- Forum: General
- Topic: I need help on making and using classes.
- Replies: 8
- Views: 4386
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?

- Fri Dec 02, 2022 10:35 pm
- Forum: Support and Development
- Topic: How to open a .love file on Android
- Replies: 1
- Views: 1713
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.
- Sat Nov 26, 2022 3:04 pm
- Forum: General
- Topic: How to make a roguelike
- Replies: 5
- Views: 4984
Re: How to make a roguelike
Thanks. I never found any of that, so I'm grateful that you brought it to my attention.
- Fri Nov 25, 2022 9:39 pm
- Forum: General
- Topic: How to make a roguelike
- Replies: 5
- Views: 4984
- Fri Nov 25, 2022 4:55 pm
- Forum: General
- Topic: How to make a roguelike
- Replies: 5
- Views: 4984
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?
- Sat Aug 20, 2022 9:06 pm
- Forum: General
- Topic: Avatars: OBEY!
- Replies: 763
- Views: 1244431
Re: Avatars: OBEY!
I made my avatar obey yesterday, after reading this topic...
- Sat Aug 20, 2022 1:51 am
- Forum: General
- Topic: I need help with animation script...
- Replies: 4
- Views: 2768
Re: I need help with animation script...
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.
- Fri Aug 19, 2022 2:18 am
- Forum: General
- Topic: I need help with animation script...
- Replies: 4
- Views: 2768
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...
- Wed Aug 10, 2022 1:22 am
- Forum: General
- Topic: Platformer Collaboration. I'm a noob, so noobs are welcome.
- Replies: 23
- Views: 17607
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...