|
@@ -10,27 +10,24 @@
|
|
.\" 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
|
.\" 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
|
.\"
|
|
.\"
|
|
.\" 3. This notice may not be removed or altered from any source distribution.
|
|
.\" 3. This notice may not be removed or altered from any source distribution.
|
|
-.\"
|
|
|
|
-.\" Modifications:
|
|
|
|
-.\" - Update version to 0.9 and remove reference to doc dir
|
|
|
|
-.\" - Add fused and version flags
|
|
|
|
-
|
|
|
|
-.TH "LOVE" "6" "0.9.2"
|
|
|
|
-.SH "NAME"
|
|
|
|
-love \- 2D game development framework
|
|
|
|
-
|
|
|
|
-.SH "SYNOPSIS"
|
|
|
|
-.B love
|
|
|
|
-[\-\-fused] <\fIgame.love\fR>
|
|
|
|
-.PP
|
|
|
|
-.B love
|
|
|
|
-\-\-version
|
|
|
|
-.PP
|
|
|
|
-
|
|
|
|
-.SH "DESCRIPTION"
|
|
|
|
-LÖVE was created to be a user\-friendly engine in which simple (or complicated) games could be made without having extensive knowledge of system or graphics functions and without having to dedicate time towards developing the same engine features time and time again.
|
|
|
|
-.P
|
|
|
|
-Developed with cross\-platform implementation in mind, it utilizes the latest open source libraries to deliver a similar game experience, independent of operating system. By relying on the Lua scripting language for game\-specific programming, it allows even the novice game creator to quickly and efficiently develop an idea into a fully working game.
|
|
|
|
-
|
|
|
|
-.SH "SEE ALSO"
|
|
|
|
-You can find more information at \fIhttp://love2d.org/\fR
|
|
|
|
|
|
+.Dd December 23, 2015
|
|
|
|
+.Dt LOVE 6
|
|
|
|
+.Os LÖVE 0.10.0
|
|
|
|
+.Sh NAME
|
|
|
|
+.Nm love
|
|
|
|
+.Nd 2D game development framework
|
|
|
|
+.Sh SYNOPSIS
|
|
|
|
+.Nm love
|
|
|
|
+.Op Fl Fl fused
|
|
|
|
+.Ar game Ns .love
|
|
|
|
+.Pp
|
|
|
|
+.Nm love
|
|
|
|
+.Fl Fl version
|
|
|
|
+.Sh DESCRIPTION
|
|
|
|
+LÖVE was created to be a user-friendly engine in which simple (or complicated) games could be made without having extensive knowledge of system or graphics functions and without having to dedicate time towards developing the same engine features time and time again.
|
|
|
|
+.Pp
|
|
|
|
+Developed with cross-platform implementation in mind, it utilizes the latest open source libraries to deliver a similar game experience, independent of operating system.
|
|
|
|
+By relying on the Lua scripting language for game-specific programming, it allows even the novice game creator to quickly and efficiently develop an idea into a fully working game.
|
|
|
|
+.Sh SEE ALSO
|
|
|
|
+You can find more information at
|
|
|
|
+.Lk http://love2d.org/ .
|