约 95 个结果
在新选项卡中打开链接
  1. LÖVE - Free 2D Game Engine

    Hi there! LÖVE is an *awesome* framework you can use to make 2D games in Lua. It's free, open-source, and works on Windows, macOS, Linux, Android and iOS. Download LÖVE 11.5

  2. Getting Started - LOVE

    2025年8月10日 · Making a Game To make a minimal game, create a folder anywhere, and open up your favorite text editor. Sublime Text is a pretty good one for all operating systems, and it has Lua …

  3. LOVE

    2022年1月19日 · Welcome As you probably know by now, LÖVE is a framework for making 2D games in the Lua programming language. LÖVE is totally free, and can be used in anything from friendly …

  4. Category:Tutorials - LOVE

    2025年2月11日 · A Guide to Getting Started with Love2D A Guide to Getting Started with Love2D (Dansk) A Guide to Getting Started with Love2D (Português) A Guide to Getting Started with Love2D …

  5. love - LOVE - love2d.org

    2023年7月22日 · When beginning to write games using LÖVE, the most important parts of the API are the callbacks: love.load to do one-time setup of your game, love.update which is used to manage …

  6. Main Page (简体中文) - LOVE - love2d.org

    阅读这个维基 由于现在的模板不会显示未翻译全的部分(要是能显示该多好啊),所以一个页面上穷举排列的部分都是英文是很正常的,你需要做的是点击那个英文页面,然后祈祷在这个页面下 Other …

  7. Getting Started (简体中文) - LOVE - love2d.org

    获得 LÖVE 从 LÖVE 网站 下载最新版本的 LÖVE,然后安装到电脑中。 Windows 如果使用 Windows 平台并不一定要 安装 LÖVE 才能使用,也可以下载 zip 压缩包,然后解压到硬盘中任意位置即可使用 …

  8. love.graphics - LOVE

    2021年4月8日 · The primary responsibility for the love.graphics module is the drawing of lines, shapes, text, Images and other Drawable objects onto the screen. Its secondary responsibilities include …

  9. Category:Tutorials (简体中文) - LOVE

    百度贴吧love2d吧 (中文) love2d官方论坛 (英文为主) opengameart,该网站提供大量游戏素材 Love2d交流QQ群:104785979 视频教程 goature's Make your own game josefnpat's Love Tutorial ~45min …

  10. Tutorial:Baseline 2D Platformer - LOVE

    2025年12月2日 · Overview Part 1: The Platform Part 2: The Player Part 3: Player Movement Part 4: Jumping Part 5: The Whole Code In this tutorial, we will be creating a "Baseline 2D Platformer". In …