summaryrefslogtreecommitdiffstats
path: root/development/love-legacy080/README
blob: edb973efd0f3a93ef04ab8c19298c592dd02450b (plain)
1
2
3
4
5
6
7
8
9
LOVE 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 LOVE are started with "love gamename.love".
For games that need 0.8.0, start them with "love-0.8.0 gamename.love"
instead.