DOS 游戏开发框架 LoveDOS

码农软件 · 软件分类 · 游戏开发包 · 2019-10-05 14:57:17

软件介绍

LoveDOS 是一个用 Lua 语言开发 2D 的 DOS 游戏的框架,提供 LÖVE API 的子集

screenshot

示例代码:

function love.draw()
  love.graphics.print('Hello World!', 20, 20)
end

function love.keypressed(code)
  if code == 1 then os.exit() end
end

本文地址:https://codercto.com/soft/d/16096.html

Learning Processing

Learning Processing

Daniel Shiffman / Morgan Kaufmann / 2008-08-15 / USD 49.95

Book Description Teaches graphic artists the fundamentals of computer programming within a visual playground! Product Description This book introduces programming concepts in the context of c......一起来看看 《Learning Processing》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具