Difference between revisions of "Lalalove"

From Ghoulwiki
Jump to: navigation, search
(TODO)
(Download: fix links)
 
(48 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
+
[[Image:Lalalove med.png]] lalalove is a work-in-progress music-making game using LÖVE game engine.
lalalove is a work-in-progress music-making game using LÖVE game engine.
 
  
 
== What is lalalove ==
 
== What is lalalove ==
Line 14: Line 13:
 
* Inspired by [http://lostgarden.com/labels/celestial%20music.html Celestial Music]
 
* Inspired by [http://lostgarden.com/labels/celestial%20music.html Celestial Music]
  
== download ==  
+
== Download ==  
 +
 
 +
For Windows you only need one package (LÖVE & Lalalove are included).
 +
 
 +
'''Windows:'''
 +
[http://sience.schattenkind.net/devmania/lalalove_win.zip lalalove_win.zip]
 +
 
 +
 
 +
For MaxOSX you need the GameEngine '''LÖVE''' and the Gamedata from '''Lalalove'''.
 +
 
 +
'''MacOSX:'''
 +
[http://sience.schattenkind.net/devmania/lalalove_macosx.zip lalalove_macosx.zip]
 +
 
 +
 
 +
'''Linux & src:'''
 +
http://downloads.sourceforge.net/love/love-0.5-0.deb & [http://sience.schattenkind.net/devmania/lalalove.love lalalove.love]
 +
 
 +
or
  
 +
svn:
 
public readonly svn : svn://zwischenwelt.org/lalalove/trunk
 
public readonly svn : svn://zwischenwelt.org/lalalove/trunk
 +
dependencies : love 0.3.2+  ( win&linux : http://love2d.org/ )
 +
 +
== Running ==
  
dependencies : love 0.3.2  ( win&linux : http://love2d.org/ )
+
'''Windows:''' extract the '''lalalove_win.zip''' and start '''lalalove\Lalalove.exe'''
  
== running ==
 
  
start linux : ./start.sh
+
'''MacOSX:''' extract '''love-0.5.0-osx.zip''' and start the '''love''' App. Then drag and drop the '''lalalove.love''' or the extracted folder onto the love engine.
  
start win : love.exe [lalalove folder] or lalalove.zip or drag and drop the lalalove folder onto the love.exe
 
  
== screenshot ==
+
'''Linux:'''
  
 +
from svn run: ./start.sh
 +
 +
or
 +
 +
install the DEB and start it with the Lalalove.love pack.
 +
 +
== Media - Howto ==
 +
 +
Howto make music with Lalalove?
 
<gallery>
 
<gallery>
Image:Lalalove_sound.png|Setup
+
Image:000 lalalove.png|mainscreen
Image:Lalalove.25.7.2008.png
+
Image:001 lalalove.png|right-click on a Sun via mouse
Image:Lalalove26.7.2008.png
+
Image:002 lalalove.png|to activate the Sun's sound (loudspeaker)
 +
Image:003 lalalove.png|you can try out all Sun's
 +
Image:1move lalalove.png|you can drag the Sun's, Asteroids, Earth around
 +
Image:2tip lalalove.png|left-click the green connector on a Sun
 +
Image:3drag lalalove.png|hold the left mousebutton and drag to an asteroid
 +
Image:4stars lalalove.png|release the mouse over an asteroid
 +
Image:5rythm lalalove.png|left-click on an icon around the asteroid
 +
Image:6beat lalalove.png|left click on an icon around the second asteroid
 +
Image:7sound lalalove.png|right-click the Earth to hear your Music
 
</gallery>
 
</gallery>
Song: http://sience.schattenkind.net/lalalove_sound.mp3
+
 
 +
You can disconnect a connection by clicking on the red '''(x)''' on the connectors. You can make connections between every asteroid, sun, earth like you want. To check a sound stream, right-click on it. This will make the loudspeaker available on this element.
 +
 
 +
 
 +
'''Videos'''
 +
:* http://vimeo.com/1390711
 +
:* http://vimeo.com/1381849
 +
 
 +
 
 +
'''example song'''
 +
:* http://sience.schattenkind.net/lalalove_sound.mp3 [http://sience.schattenkind.net/lalalove_sound.ogg ogg]
  
 
== team ==  
 
== team ==  
Line 56: Line 101:
 
* http://www.developia.de/forum/frage125068.html (german, developia)
 
* http://www.developia.de/forum/frage125068.html (german, developia)
 
* http://love2d.org/forum/viewtopic.php?p=900#p900 löve forum, no own thread so far
 
* http://love2d.org/forum/viewtopic.php?p=900#p900 löve forum, no own thread so far
 +
* http://linux.softpedia.com/get/GAMES-ENTERTAINMENT/Simulation/Lalalove-40095.shtml
  
 
== development ==
 
== development ==
 
* svnlog : http://zwischenwelt.org/trac/lalalove/
 
  
 
=== todo ===
 
=== todo ===
Line 68: Line 112:
 
* descriptive icons for asteroids
 
* descriptive icons for asteroids
 
* ways to manipulate asteroids
 
* ways to manipulate asteroids
 +
 +
=== ui mockups ===
 +
just some ui ideas:
 +
http://ghoulsblade.schattenkind.net/wiki/index.php/Image:Screenshot-Lalalove.jpg
 +
<gallery>
 +
Image:Lalalove_sound.png|Game Screen
 +
Image:Lalalove.25.7.2008.png
 +
Image:Lalalove26.7.2008.png
 +
</gallery>

Latest revision as of 16:46, 10 June 2013

Lalalove med.png lalalove is a work-in-progress music-making game using LÖVE game engine.

What is lalalove

  • A game where you have to make planets happy by creating music via combining sound-sequences coming from stars and manipulating them with asteroids having different effects, such as faster/slower, higher/lower, or adding pauses.
  • Still early work in progress
  • Originally created for the overnight-contest of dusmania (2008).

Download

For Windows you only need one package (LÖVE & Lalalove are included).

Windows: lalalove_win.zip


For MaxOSX you need the GameEngine LÖVE and the Gamedata from Lalalove.

MacOSX: lalalove_macosx.zip


Linux & src: http://downloads.sourceforge.net/love/love-0.5-0.deb & lalalove.love

or

svn: public readonly svn : svn://zwischenwelt.org/lalalove/trunk dependencies : love 0.3.2+ ( win&linux : http://love2d.org/ )

Running

Windows: extract the lalalove_win.zip and start lalalove\Lalalove.exe


MacOSX: extract love-0.5.0-osx.zip and start the love App. Then drag and drop the lalalove.love or the extracted folder onto the love engine.


Linux:

from svn run: ./start.sh

or

install the DEB and start it with the Lalalove.love pack.

Media - Howto

Howto make music with Lalalove?

You can disconnect a connection by clicking on the red (x) on the connectors. You can make connections between every asteroid, sun, earth like you want. To check a sound stream, right-click on it. This will make the loudspeaker available on this element.


Videos


example song

team

license

  • code : ZLIB
  • content (grafics,sounds) : public domain

(22.7.2008 : now confirmed by all team members)

forum threads

development

todo

  • usability tweaking
  • winning condition
  • different levels
  • descriptive icons for asteroids
  • ways to manipulate asteroids

ui mockups

just some ui ideas: http://ghoulsblade.schattenkind.net/wiki/index.php/Image:Screenshot-Lalalove.jpg