- 授权协议: MIT
- 开发语言: Lua
- 操作系统: Windows
- 软件首页: https://github.com/rxi/lovedos
- 软件文档: https://github.com/rxi/lovedos
软件介绍
LoveDOS 是一个用 Lua 语言开发 2D 的 DOS 游戏的框架,提供 LÖVE API 的子集
示例代码:
function love.draw()
love.graphics.print('Hello World!', 20, 20)
end
function love.keypressed(code)
if code == 1 then os.exit() end
end
The Seasoned Schemer
Daniel P. Friedman、Matthias Felleisen / The MIT Press / 1995-12-21 / USD 38.00
drawings by Duane Bibbyforeword and afterword by Guy L. Steele Jr.The notion that "thinking about computing is one of the most exciting things the human mind can do" sets both The Little Schemer (form......一起来看看 《The Seasoned Schemer》 这本书的介绍吧!
