gpt4 book ai didi

JavaScript 游戏 : What should i know?

转载 作者:行者123 更新时间:2023-11-30 23:50:54 26 4
gpt4 key购买 nike

我认为作为一个挑战,我应该编写一个基于 javascript 的游戏。我想要声音、图像和输入。模拟屏幕的背景(例如 640x480,其中包含我的所有图像)对于将页面的其余部分与“游戏”分开非常有用。我应该看什么?

一些我需要的东西

  • 框架控制。一种获取当前时间(或增量)的方法。
  • 图像,显示它并移动它。我如何显示完整图像。了解像素访问可能很酷。
  • 输入 将其锁定在盒子中的方法(就像 Flash 那样)很酷。
  • 声音按需播放简单的声音(例如当我受到打击时)。同时发出几种声音会很棒
  • 瓶颈。哪些因素会杀死CPU?
  • 限制。我不能做什么?我听说我不能“ sleep ”来等待。我必须设置回调
  • 良好或最佳实践。我可以做哪些好事来保持速度或减少故障或兼容性问题。

最佳答案

我将从 mootools javascript 的 Angular 来回答这个问题:

Framecontrol. A way to get the current time (or delta).

periodical()

Image, displaying it and moving it. How do i display full image.

setStyles()

Input A way to lock it in a box (like flash does) is cool.

普通的旧CSS

Sound play simple sounds on demand (like when i get a hit).

Swiff , remote() ;

Bottlenecks. What are things that will kill the CPU?

Internet Explorer。

Restrictions.

3D ...?

What are good things i can do ... to lower glitch or compatibility problems.

使用框架。

关于JavaScript 游戏 : What should i know?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1549698/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com