Skip to content

ink0101/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2048技术分析:
1.	游戏逻辑
2.	技术
	a)	Html
	b)	Css
	c)	JavaScript
	d)	jQuery
	e)	美术
3.	创意

2048游戏架构:
使用面向过程的开发

如何让2048支持移动端?
	自适应手机尺寸;
	交互方式变为触控方式;
1.Viewport元信息
	应用程序和运行应用程序的屏幕尺寸之间的关系
2.header部分的处理
3.主体部分的处理
	添加判断,同时适应手机端和PC端;

4.触控(交互方式)
两个事件
	touchstart
	touchend
两个坐标
	(startx,starty)
	(endx,endy)
如何获得?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published