使用 flash/as3 编写游戏
我对不同的游戏(对于程序员)有很多想法,你必须编写一些程序来完成拼图;语言不应该太复杂,我什至开始考虑像 Scratch 这样的图形语言(http://scratch.mit .edu/)。
不管怎样,我想探索人们已经做了哪些将各种脚本语言移植到 as3 的工作; BASIC 将是一个好的开始,或者是一些 tinyc 衍生品,但是 - 我不知道如何使用谷歌搜索这个; “flash”和“as3”这两个词只会淡化结果,而尝试在那里使用另一种编程语言只会进一步破坏结果 - 所以我希望有人已经研究过这个问题并有关于他们的经验的更多细节。
游戏本质上是控制某种车辆,使用转弯和移动命令并读取传感器来确定要做什么;等等等等。
非常感谢, 克里斯
I have a bunch of ideas for different games (for programmers) where you have to write some program to complete the puzzle; The language shouldn't be too complicated and I even started thinking about a graphical language like Scratch (http://scratch.mit.edu/).
Anyway, I wanted to explore what people had done already porting various scripting languages to as3; BASIC would be a good start, or some tinyc derivative, however - I'm not sure how to search for this using google; the words "flash" and "as3" just dilute the resulsts and trying to use another programming language in there was well just breaks the resulsts even further - so I was hoping somebody has looked into this already and has further details on their experience.
The games essentialy control a vehicle of sorts, using turn and move commands and reading sensors to determine what to do; etc etc.
Many thanks,
Chris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ANTLR 现在支持 ActionScript 3,因此您可以轻松实现自己的自定义语言小时。
ANTLR supports ActionScript 3 these days, so you can implement your own custom language in a matter of hours.
我在此页面上看到了 ActionScript 中 Lua 的 2 个实现:
http://lua-users.org/wiki/LuaImplementations
Lua 用于魔兽世界。我发现用 Lua 制作 WoW 插件的人也喜欢玩编程游戏:)
I see 2 implementations of Lua in actionscript on this page:
http://lua-users.org/wiki/LuaImplementations
Lua is used in World of Warcraft. I recon people who make WoW addons in Lua would also like playing a programming game :)