mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
4f5d79d658
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
384 B
Text
9 lines
384 B
Text
LÖVE is a framework for developing 2D games in Lua.
|
|
|
|
love-legacy080 is an older (0.8.0) version, for games written using the
|
|
0.8 API. It should not be used for developing new code (use the regular
|
|
love package for that instead).
|
|
|
|
Normally, games written with LÖVE are started with "love gamename.love".
|
|
For games that need 0.8.0, start them with "love-0.8.0 gamename.love"
|
|
instead.
|