Search found 100 matches

by jradich
Thu May 17, 2012 1:49 am
Forum: General
Topic: 0.8.0 Physics
Replies: 6
Views: 2585

Re: 0.8.0 Physics

Ewww physics?
I'll stick to what I know.
by jradich
Wed May 16, 2012 11:44 pm
Forum: Games and Creations
Topic: Pokemon
Replies: 17
Views: 10844

Re: Pokemon

I haven't run it yet, I just took a look at the code. Looks nicer than before. Thanks. Oh and also, making pokemon is incredibly easy. Just write: YourPoke=BasePoke:new(hp,name,user,enemy,level,attackname1,attackname2,pic) And call "YourPoke:fight()" and "YourPoke:draw()" in the...
by jradich
Wed May 16, 2012 2:00 am
Forum: Games and Creations
Topic: Pokemon
Replies: 17
Views: 10844

Re: Pokemon

love pokemon.zip
(4.78 KiB) Downloaded 310 times
New Update. Pictures are now possible, and there are multiple attacks.
by jradich
Sun May 13, 2012 4:44 am
Forum: Libraries and Tools
Topic: DEFract 0.5 - 3D fractal explorer. Now with GUI!
Replies: 53
Views: 34105

Re: DEFract 0.2 - A 3D fractal explorer

This made love crash for me... :huh:
by jradich
Sat May 12, 2012 12:45 am
Forum: Games and Creations
Topic: Pokemon
Replies: 17
Views: 10844

Re: Pokemon

rokit boy wrote: addthat to SYS post.
Already did.
by jradich
Fri May 11, 2012 10:46 pm
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1495129

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

Nixola wrote:I'm working on a GUI too, but I think it's already starting to be too slow (50 checkboxes = 16/18 FPS)
@Jradich: link
Thanks, brah.
by jradich
Fri May 11, 2012 9:37 pm
Forum: Support and Development
Topic: Cant open .love when it has a conf file
Replies: 2
Views: 1728

Re: Cant open .love when it has a conf file

Yeah Code please?
by jradich
Fri May 11, 2012 10:55 am
Forum: Games and Creations
Topic: Pokemon
Replies: 17
Views: 10844

Re: Pokemon

This is definitely not a good start. I looked at it, and found many code repetitions. That is not how classes work. Besides, you are using a fairly simple class system.Then take full advantage of it. Note that yours classes (Twattle and Vagikarp) have exactly the same methods, but you repeated them...
by jradich
Fri May 11, 2012 3:04 am
Forum: Support and Development
Topic: having an issue where I can't stop the music from looping
Replies: 7
Views: 2661

Re: having an issue where I can't stop the music from loopin

You can put that snippet in the code tags, for easier viewing. And instead of

Code: Select all

setLooping
write

Code: Select all

isLooping
. Do this in the love.load().
by jradich
Fri May 11, 2012 2:39 am
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1495129

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

Why only the Pokemon battle system!
[urlhttps://love2d.org/forums/viewtopic.php?f=5&t=9178][/url]