Joshua L

Results 69 comments of Joshua L

Thats not an error the 1st dimension in the matrix is height, the 2nd dimension is width.

Well as I said I want to help and got the time to do so. I'd love to work on attacking monsters. If you could do the shell code for...

ok man, atm I will work on creating the basic MonsterClass and Monster files. It will be adapted from the Player files and just stripped down to essentials. Should be...

What if we had a more generic Character class that has bare bones and animation stuff and contains the AI, then have Monsters and Players as a child of the...

I'm convinced lol. Thinking about it you could also have Server controlled evil players running round with minimal code changes. I might work on optimizing the screen draw since I'm...

Hey man, do you think you could get a simple sample battle system up and working. If you do then I will work on integrating a simple dedicated server for...

Hey tried to make a simple attack system but not working. Am I missing something? https://gist.github.com/Langerz82/1b1a3557278bde279dec49c6f6b5949b

@dgengin ok thanks for the heads up will fix it right away. Btw, do you have the PNG map files for example town.png to import into Tiled? I'm gonna try...

Thanks man, I'm trying to create a simple battle system I'll post when I've got something more complete.

@dgengin how would I adjust the life/mana bars on the screen? I'm not sure if there is code for it.