Page 113 of 180

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

Posted: Fri Apr 03, 2015 11:14 am
by Doctory
very nice justin.
i hope i am as good as all the people in this community.
i got 300+ posts, and i dont even know how to make a snake game :p

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

Posted: Fri Apr 03, 2015 11:32 am
by s-ol
Justin_C wrote:I'm working on a rogue-lite dungeon crawler/top-down shooter. All of the art is just placeholder and it's just barely starting to resemble a playable game, but I think it's coming along nicely.

(best viewed at 60FPS in Chrome)
definetely looking great! Keep on :D

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

Posted: Fri Apr 03, 2015 6:53 pm
by Jasoco
Just a nitpick but 60FPS YouTube is not just Chrome. People need to stop spreading that misinformation. It also works in Safari and has since the beginning. It even works in some versions of Firefox, but not all.

Anyway, nice start. Looking forward to seeing it develop.

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

Posted: Fri Apr 03, 2015 9:58 pm
by jjmafiae
Jasoco wrote:Just a nitpick but 60FPS YouTube is not just Chrome. People need to stop spreading that misinformation. It also works in Safari and has since the beginning. It even works in some versions of Firefox, but not all.

Anyway, nice start. Looking forward to seeing it develop.
what about Opera ?

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

Posted: Sat Apr 04, 2015 6:08 am
by Jasoco
jjmafiae wrote:what about Opera ?
I can't guarantee it. I do know Opera is now based on WebKit, but that doesn't necessarily mean it'll support it. Last I heard no. But that was months ago. Don't ask about IE either. Try Googling. I'd hope enough time has passed for other browsers to update.

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

Posted: Sat Apr 04, 2015 9:44 am
by Lugen
New project I've been at the past two months or something. At surface it's a platform shooter but what started this project was that I wanted to create a component-based entity system in order to actually be able to build a proper game some day.
Additionally I'm using my own transformations and projection matrices entirely, including parent/child hierarchy.

a,d - move left and right
w or space - jump
s - descend platform if there's a platform beneath
left mouse - shoot
< - turn on debug graphics

All graphics are just for testing.
love2dEntities.love
(767.36 KiB) Downloaded 187 times
Image

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

Posted: Fri Apr 17, 2015 10:26 am
by Germanunkol
Animations are super-cool. I also like the crash-test-dummy-like graphics.

When holding W I expected him to jump mulitple times, instead of just once, other than that, great work so far!

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

Posted: Thu Apr 23, 2015 9:12 pm
by Lugen
Germanunkol wrote:Animations are super-cool. I also like the crash-test-dummy-like graphics.

When holding W I expected him to jump mulitple times, instead of just once, other than that, great work so far!
Thanks, the one-press jump is intentional.

Fair bit of update. Added and improved lots of things. The "demo" shows it all I think.
Visuals are just for testing purposes. Right now it's all about getting things to work.
The "restart"-button does not do anything yet.

a , d - move left and right
w or space - jump
s - descend platform if there's a platform beneath
left mouse - shoot/strike
1 , 2 - choose weapon
< - turn on debug graphics

Image

Seems like attachment is too big so I'm providing a link to the love-file.
http://unlitart.com/downloads/love2dEntities.love

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

Posted: Sun May 03, 2015 9:13 pm
by MadByte
I finally did it :D I started to completely rewrite an old project of mine (~2012) this weekend.
I discontinued on it back in 2012 because I just started with löve and lua at this time and I didn't knew enough about coding and stuff. The collision detection was horrible and the readability ...argh.... :halloween: :death:
I really need to finish it this time. ! :neko:

Image

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

Posted: Sun May 03, 2015 10:31 pm
by NightKawata