LSD - Little Sticky Destroyer [Crowdfunding started]

Show off your games, demos and other (playable) creations.
User avatar
qaisjp
Party member
Posts: 490
Joined: Tue Sep 04, 2012 10:49 am
Location: United Kingdom
Contact:

Re: LSD - Little Sticky Destroyer

Post by qaisjp »

paranoiax wrote:
qaisjp wrote:AH GOD DAMN IT
I did 30 commits and because GitHub had a server outtage I couldn't sync it and somehow all my commits got lost...
:cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry:
Ah, Damn that's why i'm always working with a local copy outside the git folder when doing more than just minor changes. may it be a lesson ;)
Okay, I got another conflict (rageface), so I'll add your music changes in my next commit (since Git for Windows is frucked up)
kikito wrote:
paranoiax wrote:
kikito wrote:I think this game is nice. I would add a parabole depicting the "next current jump", at least on an "easy mode".
The game and overall level design is intended to give you some freedom and figure out your own way to solve a level (at least once those get more complex).
Anyways thanks for your reply. Feedback and ideas of all kinds are always greatly appreciated :crazy:
I think you misunderstood me. I don't want the game to tell me "where should I jump next". I'm ok with a freeform way of resolving a level.

What I need the game to tell me is "if you click the mouse button right now, the ball will describe this curve". Calculating where the ball will land seems an exercise in chance more than in dexterity, at least in my case. Seeing the curve it would describe beforehand would help a lot.
Aha, understood, like how you get in Puzzle Bobble
http://4.bp.blogspot.com/-Vvr2OwC-3kk/T ... bobble.jpg <- this shows the path
you want it to show the path... right?
Lua is not an acronym.
User avatar
kikito
Inner party member
Posts: 3153
Joined: Sat Oct 03, 2009 5:22 pm
Location: Madrid, Spain
Contact:

Re: LSD - Little Sticky Destroyer

Post by kikito »

Yes, that's it.
When I write def I mean function.
User avatar
qaisjp
Party member
Posts: 490
Joined: Tue Sep 04, 2012 10:49 am
Location: United Kingdom
Contact:

Re: LSD - Little Sticky Destroyer

Post by qaisjp »

kikito wrote:Yes, that's it.
Drawing it should be pretty easy, the hard bit is calculating the path.

https://love2d.org/wiki/love.graphics.arc
Last edited by qaisjp on Tue Sep 11, 2012 6:00 pm, edited 1 time in total.
Lua is not an acronym.
User avatar
paranoiax
Prole
Posts: 40
Joined: Thu Aug 16, 2012 10:27 am

Re: LSD - Little Sticky Destroyer

Post by paranoiax »

kikito wrote:Yes, that's it.
Oh, ok. You mean like Angry Birds where it predicts the flying path. Sorry, I totally missunderstood you :P
Yeah, thought about that too. We'll see...
User avatar
qaisjp
Party member
Posts: 490
Joined: Tue Sep 04, 2012 10:49 am
Location: United Kingdom
Contact:

Re: LSD - Little Sticky Destroyer

Post by qaisjp »

paranoiax wrote:
kikito wrote:Yes, that's it.
Oh, ok. You mean like Angry Birds where it predicts the flying path. Sorry, I totally missunderstood you :P
Yeah, thought about that too. We'll see...
I'll leave main.lua alone for a bit, I committed with your update - I'll recode editor again.. :dead:
Lua is not an acronym.
osa1
Prole
Posts: 29
Joined: Sat Jun 30, 2012 7:51 am

Re: LSD - Little Sticky Destroyer

Post by osa1 »

doesn't work on my linux machine:

Code: Select all

Warning, quality setting failed! (Result: buffers: 0, samples: 0)
Error: [string "audio.lua"]:27: Extension "mp3" not supported.
stack traceback:
        [C]: in function 'newDecoder'
        [string "audio.lua"]:27: in function 'newSource'
        TEsound.lua:21: in function <TEsound.lua:12>
        (tail call): ?
        main.lua:212: in function 'load'
        [string "boot.lua"]:378: in function <[string "boot.lua"]:373>
        [C]: in function 'xpcall'
User avatar
qaisjp
Party member
Posts: 490
Joined: Tue Sep 04, 2012 10:49 am
Location: United Kingdom
Contact:

Re: LSD - Little Sticky Destroyer

Post by qaisjp »

"extension mp3 not supported"

i assume you dont have the mp3 codecs.


http://www.youtube.com/watch?v=20ST0xLx ... r_embedded -> It'll be like that, but with a much sexier design and icons for scaling (resizing) and moving (with preset keybinds that can be defined in the Editor options)
Last edited by qaisjp on Sun May 26, 2013 11:21 am, edited 1 time in total.
Lua is not an acronym.
User avatar
Boolsheet
Inner party member
Posts: 780
Joined: Wed Dec 29, 2010 4:57 am
Location: Switzerland

Re: LSD - Little Sticky Destroyer

Post by Boolsheet »

osa1 wrote:doesn't work on my linux machine
Fedora, eh? At least I think it was Fedora. They have LÖVE without mpg123 in their repositories because of the patent issues.

You can build your own LÖVE where mpg123 is activated, it's very easy on Linux-based operating systems. Have a look at Building LÖVE.
Shallow indentations.
azonicrider
Prole
Posts: 14
Joined: Mon Sep 03, 2012 7:05 am
Location: Canadaka

Re: LSD - Little Sticky Destroyer

Post by azonicrider »

Very fun, and I'd give the music an A+.
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: LSD - Little Sticky Destroyer

Post by josefnpat »

The game doesn't run for me :(

Code: Select all

seppi@seppi7:~/Downloads/love$ love --version
LOVE 0.8.0 (Rubber Piggy)
seppi@seppi7:~/Downloads/love$ love lsd.love 
Error: main.lua:284: bad argument #3 to 'newFixture' (number expected, got no value)
stack traceback:
	[C]: in function 'newFixture'
	main.lua:284: in function 'addSensor'
	levels/level1.lua:4: in main chunk
	main.lua:153: in function 'load'
	[string "boot.lua"]:375: in function <[string "boot.lua"]:373>
	[C]: in function 'xpcall'
edit: I cloned from your repo, and I get the same error.
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest