cnCalc计算器论坛

 找回密码
 注册
搜索
查看: 10327|回复: 22

[fx-9860/9750] 挖一个坑,填个魔塔(9860、9750)

[复制链接]
发表于 2012-7-5 14:49:30 | 显示全部楼层 |阅读模式
11070221319a22b46877c1444d.bmp
还差战斗模块没写,地图码了6F/20多F
发表于 2012-7-5 15:00:51 | 显示全部楼层
g1a?
 楼主| 发表于 2012-7-5 15:04:47 | 显示全部楼层
2# 皮丘With冰之伊
对的。
发表于 2012-7-5 17:09:39 | 显示全部楼层
乌,看起来很不错的样子。
开源吗?成功以后我看能不能移植到ns上
发表于 2012-7-5 17:58:45 | 显示全部楼层
哇,真不错!
 楼主| 发表于 2012-7-5 18:06:26 | 显示全部楼层
开不开源无所谓,其实本工程最难的是这个:
魔塔黑白 - 副本.bmp
画了两个礼拜(断断续续的,权当做调剂,所以实际没那么恐怖)
发表于 2012-7-5 20:49:10 | 显示全部楼层
你可以使游戏的英文版本?

English and french 精灵 share page: http://www.planet-casio.com/Fr/f ... age-de-sprites.html
 楼主| 发表于 2012-7-5 21:47:38 | 显示全部楼层
7# helder7

Syntax Error:
Here're two possible corrections:
1.你可以使用我们的英文版本游戏。(You can use our English-version game(There is a same game which is in English))
2.你可以使这个游戏变成英文的吗?(Can you turn this game into English version?)

if you mean 1,sorry but i didn't see any game in your post
if you mean 2,then i'll tell you i need you translate all the monster's name i'll post later.

//tks for your website.drawin' these little stuffs is taking me a lot of time and patient!
 楼主| 发表于 2012-7-5 21:55:31 | 显示全部楼层
你可以使游戏的英文版本?

English and french 精灵 share page: http://www.planet-casio.com/Fr/forums/topic11086-1-partage-de-sprites.html
helder7 发表于 2012-7-5 20:49

so could you translate these names into english or tell me where i can find an English mo ta?(do you know its english name?)
  1. boss_man = new Array(50);
  2. boss_man[0] = new Array(50, 20, 1, 1, 1, "绿头怪");
  3. boss_man[1] = new Array(70, 15, 2, 2, 2, "红头怪");
  4. boss_man[2] = new Array(100, 20, 5, 3, 3, "小蝙蝠");
  5. boss_man[4] = new Array(110, 25, 5, 5, 4, "骷髅人");
  6. boss_man[3] = new Array(200, 35, 10, 5, 5, "青头怪");
  7. boss_man[5] = new Array(150, 40, 20, 8, 6, "骷髅士兵");
  8. boss_man[23] = new Array(125, 50, 25, 10, 7, "初级法师");
  9. boss_man[8] = new Array(150, 65, 30, 10, 8, "大蝙蝠");
  10. boss_man[6] = new Array(300, 75, 45, 13, 10, "兽面人");
  11. boss_man[16] = new Array(400, 90, 50, 15, 12, "骷髅队长");
  12. boss_man[25] = new Array(500, 115, 65, 15, 15, "石头怪人");
  13. boss_man[20] = new Array(250, 120, 70, 20, 17, "麻衣法师");
  14. boss_man[7] = new Array(450, 150, 90, 22, 19, "初级卫兵");
  15. boss_man[9] = new Array(550, 160, 90, 25, 20, "红蝙蝠");
  16. boss_man[24] = new Array(100, 200, 110, 30, 25, "高级法师");
  17. boss_man[11] = new Array(700, 250, 125, 32, 30, "怪王");
  18. boss_man[10] = new Array(1300, 300, 150, 40, 35, "白衣武士");
  19. boss_man[14] = new Array(850, 350, 200, 45, 40, "金甲卫士");
  20. boss_man[12] = new Array(500, 400, 260, 47, 45, "红衣法师");
  21. boss_man[26] = new Array(900, 450, 330, 50, 50, "兽面武士");
  22. boss_man[28] = new Array(1250, 500, 400, 55, 55, "冥卫兵");
  23. boss_man[29] = new Array(1500, 560, 460, 60, 60, "高级卫兵");
  24. boss_man[27] = new Array(1200, 620, 520, 65, 75, "双手剑士");
  25. boss_man[21] = new Array(2000, 680, 590, 70, 65, "冥战士");
  26. boss_man[15] = new Array(900, 750, 650, 77, 70, "金甲队长");
  27. boss_man[17] = new Array(1500, 830, 730, 80, 70, "灵法师");
  28. boss_man[22] = new Array(2500, 900, 850, 84, 75, "冥队长");
  29. boss_man[18] = new Array(1200, 980, 900, 88, 75, "灵武士");
  30. boss_man[30] = new Array(3100, 1150, 1050, 92, 80, "影子战士");
  31. boss_man[13] = new Array(15000, 1000, 1000, 100, 100, "红衣魔王");
  32. boss_man[19] = new Array(25000, 1500, 1200, 250, 220, "冥灵魔王");
  33. boss_man[31] = new Array(80000, 3500, 3700, 0, 0, "血影");
  34. boss_man[32] = new Array(99999, 9500, 2500, 0, 0, "魔龙");
复制代码
 楼主| 发表于 2012-7-5 22:00:49 | 显示全部楼层
7# helder7
hi~
sorry for my bad french.i only know "bonjour!~"j_0012.gif and google hasn't been smart enough.
so please help me to post this picture into that forum,tks.
发表于 2012-7-5 22:02:01 | 显示全部楼层
本帖最后由 wtof1996 于 2012-7-5 22:05 编辑

6# GWHBOB
这个啊,找个flash版本的截图,采用bmp2lua技术就可以轻松移植
另外,lua的table很不错的
不过说回来,ti-lua基于事件,所以移植可能稍微有点困难(也许不会)
另外,cx是彩色的,可以有更丰富的表现
加油写吧!
 楼主| 发表于 2012-7-5 22:11:49 | 显示全部楼层
11# wtof1996
1.彩图我也有但转成黑白还是得手动一点一点画,不然很难看的。
2.这个程序我本来就是按照面对事件的思路编的==
发表于 2012-7-5 22:36:07 | 显示全部楼层
7# helder7  

Syntax Error:
Here're two possible corrections:
1.你可以使用我们的英文版本游戏。(You can use our English-version game(There is a same game which is in English))
2.你可以使这个游戏 ...
GWHBOB 发表于 2012-7-5 21:47

i want say "Can you do a english game version" ... google its enough smart


  1. boss_man = new Array(50);
  2. boss_man[0] = new Array(50, 20, 1, 1, 1, "Green Hydra");
  3. boss_man[1] = new Array(70, 15, 2, 2, 2, "Red Hydra");
  4. boss_man[2] = new Array(100, 20, 5, 3, 3, "Small bat");
  5. boss_man[4] = new Array(110, 25, 5, 5, 4, "Skull Man");
  6. boss_man[3] = new Array(200, 35, 10, 5, 5, "Green Hydra");
  7. boss_man[5] = new Array(150, 40, 20, 8, 6, "Skeleton soldiers");
  8. boss_man[23] = new Array(125, 50, 25, 10, 7, "Junior Master");
  9. boss_man[8] = new Array(150, 65, 30, 10, 8, "Big bat");
  10. boss_man[6] = new Array(300, 75, 45, 13, 10, "Shoumian people");
  11. boss_man[16] = new Array(400, 90, 50, 15, 12, "Skeleton captain");
  12. boss_man[25] = new Array(500, 115, 65, 15, 15, "Stone Frankenstein");
  13. boss_man[20] = new Array(250, 120, 70, 20, 17, "Master");
  14. boss_man[7] = new Array(450, 150, 90, 22, 19, "Junior guard");
  15. boss_man[9] = new Array(550, 160, 90, 25, 20, "Red bat");
  16. boss_man[24] = new Array(100, 200, 110, 30, 25, "Senior Master");
  17. boss_man[11] = new Array(700, 250, 125, 32, 30, "Strange king");
  18. boss_man[10] = new Array(1300, 300, 150, 40, 35, "White samurai");
  19. boss_man[14] = new Array(850, 350, 200, 45, 40, "Guardian");
  20. boss_man[12] = new Array(500, 400, 260, 47, 45, "Red Master);
  21. boss_man[26] = new Array(900, 450, 330, 50, 50, "Shoumian samurai");
  22. boss_man[28] = new Array(1250, 500, 400, 55, 55, "Deep guards");
  23. boss_man[29] = new Array(1500, 560, 460, 60, 60, "Senior guard");
  24. boss_man[27] = new Array(1200, 620, 520, 65, 75, "Swordsman");
  25. boss_man[21] = new Array(2000, 680, 590, 70, 65, "Ming soldiers");
  26. boss_man[15] = new Array(900, 750, 650, 77, 70, "Captain");
  27. boss_man[17] = new Array(1500, 830, 730, 80, 70, "Spirit Master");
  28. boss_man[22] = new Array(2500, 900, 850, 84, 75, "Ming captain");
  29. boss_man[18] = new Array(1200, 980, 900, 88, 75, "Spirit of samurai");
  30. boss_man[30] = new Array(3100, 1150, 1050, 92, 80, "Shadow warrior");
  31. boss_man[13] = new Array(15000, 1000, 1000, 100, 100, "Red devil");
  32. boss_man[19] = new Array(25000, 1500, 1200, 250, 220, "Spirit of Demon King");
  33. boss_man[31] = new Array(80000, 3500, 3700, 0, 0, "Ghost");
  34. boss_man[32] = new Array(99999, 9500, 2500, 0, 0, "Moloon");
复制代码


i will post the sprites in french forum
发表于 2012-7-5 22:43:58 | 显示全部楼层
还有外国友人……
发表于 2012-7-5 22:46:29 | 显示全部楼层
I hope this game can be successfully translated to English and other foreign languages, and be known to fx-9860 users outside P.R.China.
发表于 2012-7-6 11:54:03 | 显示全部楼层
可以用ndless,ndless有sdk
发表于 2012-7-6 20:25:28 | 显示全部楼层
16# cztian
但是兼容性……3.2肯定是不能的,所以,lua是比较好的选择
而且ndless不安全,操作不当可能brick
发表于 2012-7-6 20:28:05 | 显示全部楼层
12# GWHBOB
这样啊,那么就好办了
不过ns分辨率和9系差很多,界面布局什么的肯定要大改的
唉,等你先完成了9系的再说吧,加油!
 楼主| 发表于 2012-7-7 17:11:07 | 显示全部楼层
还差商店、剧情和英文化。
ss1.bmp
ss2.bmp
ss3.bmp

评分

参与人数 1金钱 +3 收起 理由
diameter + 3 我很赞同

查看全部评分

发表于 2012-7-7 20:19:51 | 显示全部楼层
我同学做过TI-83PLUS上的,只有4层......
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|cnCalc计算器论坛

GMT+8, 2024-3-29 00:06 , Processed in 0.053774 second(s), 24 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表