Page 1 of 3
CodeName: DontGoLeft
Posted: Thu Aug 04, 2011 12:32 am
by kraftman
So I thought I'd actually get to work making my first evar game in Luv.
I started it a few days ago, it's a terraria clone, eventually with a difference.
I've figured I'd post the beginnings of it here, so people can watch in awe at the considerable speed which i develop the game (and definitely don't just give up halfway and release an OOP lib instead.)
Without further adieu, here it is:
Currently the controls are wasd + space to move the "player", arrow keys to move the camera (for a quick look around.
Obviously, it's called DontGoLeft for a reason: but also, don't go too far right either, god knows what might happen. Up is a fairly safe bet, and down won't do any harm.
You can click blocks near the "player" to remove them.
I'm obviously not looking for bug reports yet, so if you break it, fix it or go away.
Re: CodeName: DontGoLeft
Posted: Thu Aug 04, 2011 12:44 am
by Tesselode
Why can't you go left anyway? Because of the error?
Re: CodeName: DontGoLeft
Posted: Thu Aug 04, 2011 12:45 am
by kraftman
Tesselode wrote:Why can't you go left anyway? Because of the error?
I can't believe you went left. I'm so disappointed.
Re: CodeName: DontGoLeft
Posted: Thu Aug 04, 2011 1:09 am
by SoggyWaffles
DAMN YOU FRAMEBUFFERS! i think you have a Po2 issue:P
Re: CodeName: DontGoLeft
Posted: Thu Aug 04, 2011 1:24 am
by Taehl
Yeah, it crashes if you go left. And yay double-double-double-double-double-jumps!
Re: CodeName: DontGoLeft
Posted: Thu Aug 04, 2011 4:25 am
by Robin
kraftman wrote:I'm obviously not looking for bug reports yet, so if you break it, fix it or go away.
Why don't you want bug reports? It's better to have them diagnosed and fixed right away, rather than much later along the way.
Anyway, clicking blocks to make them disappear rarely works, and it's really strange in the way some blocks I'm able to click and some blocks not.
Re: CodeName: DontGoLeft
Posted: Thu Aug 04, 2011 9:03 am
by kraftman
Robin wrote:kraftman wrote:I'm obviously not looking for bug reports yet, so if you break it, fix it or go away.
Why don't you want bug reports? It's better to have them diagnosed and fixed right away, rather than much later along the way.
Anyway, clicking blocks to make them disappear rarely works, and it's really strange in the way some blocks I'm able to click and some blocks not.
Because there are currently so many bugs that most of the replies would inevitably be telling me about bugs I already know about. I'd rather find out about bugs when I think there aren't any, that way all the bug reports would be bugs I'm not aware of.
You have to hold down the mouse for a while to clear the blocks, and blocks around the edges remain visible, but arent treated as visible by the collision system.
Re: CodeName: DontGoLeft
Posted: Thu Aug 04, 2011 10:45 am
by kikito
kraftman wrote:(and definitely don't just give up halfway and release an OOP lib instead.)
Ouch.
Good luck with the game. Terraria is a very difficult game to emulate.
Re: CodeName: DontGoLeft
Posted: Thu Aug 04, 2011 11:10 am
by kraftman
kikito wrote:kraftman wrote:(and definitely don't just give up halfway and release an OOP lib instead.)
Ouch.
Good luck with the game. Terraria is a very difficult game to emulate.
Heh, that wasn't a specific dig at you, sorry. It just seems there are more OOP libs in this subforum than there are games sometimes.
Re: CodeName: DontGoLeft
Posted: Thu Aug 04, 2011 2:30 pm
by Taehl
kraftman wrote:It just seems there are more OOP libs in this subforum than there are games sometimes.
That and 3D renderers!