问题标签 [livewires]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
879 浏览

python - “道奇”型游戏

我正在尝试使用 livewires 和 pygame 编写一个游戏,我有一个厨师(我只有一个图像,哈哈),避免从天上掉下来的石头。岩石应该落在随机的地方。我希望一开始是 1 块石头掉下来,然后每次你成功躲避一块石头,就会再掉 2 块石头,直到你输掉。到目前为止,我所拥有的是厨师和 1 块落石。但是,由于某种原因,如果精灵发生碰撞,或者如果岩石接触到屏幕底部,游戏就会结束,而不会像我告诉它的那样给出游戏结束消息。我很困惑,看不到我做了什么。我知道我没有为 2 个岩石部分正确编码,但我什至无法让它稍微运行。帮助!这是我现在拥有的:

0 投票
2 回答
4965 浏览

python - 单人“乒乓”游戏

我刚刚开始学习 pygame 和 livewires,我正在尝试制作一个单人乒乓球游戏,你只需击球,它就会反弹直到它通过你的球拍(位于屏幕左侧和由鼠标控制),这让你输了。我有基本代码,但球不会留在屏幕上,它只是闪烁并且不会保持不变。此外,桨不随鼠标移动。我确定我错过了一些简单的东西,但我就是想不通。请帮忙!这是我所拥有的:

0 投票
1 回答
109 浏览

python - 如何从一个类中引用另一个类中的 Sprite 对象属性?

我不知道如何从另一个类中引用 Livewires 中 Sprite 对象的“顶部”属性?

0 投票
1 回答
562 浏览

python - 第一次在 livewires 模块中编程,如何为我的可执行游戏制作起始页?

我希望我的游戏首先进入标题幻灯片,并在角色死亡(它是小行星克隆)时返回该幻灯片,任何帮助将不胜感激。

0 投票
2 回答
3827 浏览

python - pygame freezes when I try to exit it after running it from IDLE!

I'm running it through the livewires wrapper which is just training wheels for pygame and other python modules in general; but everytime I run it, it'll execute and when I try to exit, it will not respond and then crash.

Any input on how I could go about fixing this would be great. There isn't any input in my textbook and all google seems to yield are results to this problem using pygame itself.

Apparently pygame and Tkinter seem to conflict?

Thanks in advance!

Addendum - This is the code I was trying to run:

0 投票
1 回答
590 浏览

python - 调试通过 livewires 运行的 Python pygame

Python 似乎完全忽略了我的一个对象——games.Text 对象。似乎无法理解为什么,语法似乎正确。这是代码。

0 投票
1 回答
1018 浏览

python - 调试示例 Pygame 代码?

一个简单的问题:为什么第一个代码可以工作,但看似相同的第二个代码在 pygame 窗口出现时冻结了?

故障二:

0 投票
2 回答
1353 浏览

python - 调试简单的乒乓球游戏?

我一直在使用 Python 的 Pygame 通过 Livewires 编写一个简单的乒乓球游戏。我已经发布了这个问题和一个运行完美的类似示例游戏代码,因为这里的每个人都不会精通 livewires 和/或 pygame。

这是有错误的代码。发生的情况是窗口打开,并且“Ball”对象运行良好并且从屏幕上掉下来(它应该是不完整的),并且“Slab”对象被卡在鼠标最初所在的位置。这里是:

这是一段类似的功能代码:

任何见解都将不胜感激!

0 投票
1 回答
145 浏览

python - 快速调试题【Python、pygame】

它仍然是一个不完整的程序,但由于某种原因,文本框的值在它应该增加的时候没有增加......这是为什么?当 Pizza sprite 与 Pan sprite 重叠时,文本框中的分数应该增加 10。为什么不会发生这种情况?

谢谢!

0 投票
1 回答
136 浏览

python - 调试示例 pygame 代码。super() 可能再次出错

无法弄清楚出了什么问题。我所知道的是它不会执行。在底部找到引用。

编辑:已更新,仍然无法正常运行...

追溯: