这个教程写得非常好,希望你能喜欢.
-译者 【程序编程相关:Constructing a WebSe】
【推荐阅读:openshell初期思路】 mosaic tutorial拼图游戏教程 【扩展信息:发现了一个论坛】introduction介绍
in this lesson you will create a simple mosaic game. you probably know this kind of puzzles. an image or a matrix of numbers have to be placed in the right order by shuffeling the pieces into place. this lesson will teach you how to create this game step by step. it is useful to read the tutorials first before you start with this lesson. its level is aimed at the beginner, everything is explained.
在本教程中,你将创建一个简单的拼图游戏.你可能知道这种字画迷.一幅画或一个数字矩阵必须由从一个地方拖到另一个地方来摆好顺序.本教程将一步步教你怎样创建这个游戏.在开始这个教程前,读一读前面的教程(win32asm教程-译者注)是很有帮助的.难度面向初学者,每件事都会得到解释.
prologue前言
this lesson is aimed at the beginner in asm. every step in creating the program is explained. it is not just source code with comments, but it teaches you how to build up a program from scratch. my advice is to fully read the tutorial, and try to make the program yourself. this lesson is quite long but it will help you very much if you read it all.
本教程着眼于asm的初学者.程序创建中的每一步都会解释.这不仅仅是带有注释的源代码,而是教你如何白手起家的创建一个程序.我的建议是通读前面的教程,并且试着自己来写程序.本教程相当的长,但如果你都读了的话将对你很有益处.
... 下一页