cnCalc计算器论坛

 找回密码
 注册
搜索
查看: 49872|回复: 113

[TI-Nspire系列] TI-NSpire国外BASIC游戏大集合

  [复制链接]
发表于 2010-10-22 20:22:37 | 显示全部楼层 |阅读模式
计算器程序
程序名称: Solitaire 经典纸牌游戏
平台: TI-Nspire 
系统/软件要求: Unknown
版本号: Unknown
类型: 游戏 
作者: Elliot Way
大小(K): 27.4
更新日期: Unkonwn
描述: -
已知缺陷: -
源代码: 开源/部分开源
1. Solitaire 经典纸牌游戏
作者:Elliot Way

来自ticalc.org的截图:



玩法说明:
θ(c.deal)开始新的一局。
要把上图中的黑桃A移动到红心2下,输入
θ(2)
θ(4)
要翻左上角的牌叠,输入θ(b.draw_from_deck)或者θ(10)
要把牌叠翻出的第一张牌拖到下方,输入
θ(b.deck)
θ(下方牌堆号)
要把下方的牌堆中的牌按同一花色的A,2,3...这样的顺序拖到上方的目标牌堆中,输入
θ(牌堆号)
θ(b.home)
要取消任意操作,输入θ(c.cancel)
要对游戏进行设置,输入θ(c.settings)
要退出设置模式,输入θ(4)

solitaire.zip (28.98 KB, 下载次数: 240)
 楼主| 发表于 2010-10-22 20:32:15 | 显示全部楼层
2. 另一个经典,Hangman
作者还是Elliot Way。。。


玩法简介:首先不要被左下方的H A N G _ A N误导……那只是图画啦。
输入new()开始新游戏
输入θ(字母)猜字母
如果有足够把握就输入guess("词")猜整个词
注意这样猜错都会消耗一次机会哦。
hangman.zip (9.35 KB, 下载次数: 330)
 楼主| 发表于 2010-10-22 20:39:32 | 显示全部楼层
3. Mazes2 迷宫游戏
继续是Elliot Way 的杰作……


输入new()开始新迷宫游戏
然后会提示输入迷宫大小【长/宽】
分别用θ(数字)输入。
用θ(b.switchto3d)或者θ(b.switchto2d)切换视角。
在2D模式下:
输入θ(b.zoomin)或者θ(b.zoomout)放大缩小,当然放的越大玩起来难度越大。
输入θ(a.left/right/up/down)移动。
在3D模式下:
输入θ(a.backward/forward/turn_left/turn_right)

自带说明书:
θ(input)    *=2d only  '''=3d only
inputs:
a.-
backward - moves backwards'''
forward - moves forwards'''
movedown - moves down*
moveleft - moves left*
moveright - moves right*
moveup - moves up*
turn_left - turns left'''
turn_right - turns right'''
b.-
switchto2d - switches to 2d mode'''
switchto3d - switches to 3d mode*
zoomchange - zooms the requested number of       times out.  Enter a negative number when              prompted to zoom in.*
zoomin - zooms in*
zoomout - -zooms out*
c.-
cancel - cancels requested input
new - generates a new maze
setalgorithm - sets the maze generating               algorithm. (I have 2.)
setend - sets the relative position of the end in      the next generated maze
setstart - sets the relative position of the start in    the next generated maze
d.-
show_settings - displays the following:
  - The algorithm prepared for the next maze.
  - The size of the most recently generated maze
  - The start set for the next maze.
  - The end set for the next maze.

以及附上的文档中的说明:

Players: 1
This program allows you to create randomly generated mazes, and then move through these mazes from a designated start point to a designated end point.
All commands are given to the program using the following format:
q(input)
where input is either a number which has been requested by the program, or one of four types of input.
The first input type moves through the maze.
Use a.(movement) to move, e.g.
q(a.moveright) moves one square to the right (in 2D mode) while
q(a.turn_right) turns the perspective 90 degrees clockwise (in 3D mode).
The second input type involves display options.
Use b.(option) to select this option, e.g.
q(b.zoomout) zooms out.
The third input type edits settings.
Use c.(setting)
to select a setting to change e.g.
q(c.setstart) will display a menu and request an input on to what to change the start.
This type also includes
c.new which generates a new maze and c.cancel.
The fourth input type displays settings.
Use q(d.show_settings) to show the current settings.



mazes.zip (21.37 KB, 下载次数: 300)
 楼主| 发表于 2010-10-22 20:44:05 | 显示全部楼层
4. NSpire上最强RPG游戏:
TI RPG 2
作者 Superbany


说明书太太太太……长了……我就不翻译了,自己去看吧。注意把其中的TIRPG_2_syst.tns放到MyLib中然后刷新库再玩。

tirpg2.zip (54.27 KB, 下载次数: 1072)
 楼主| 发表于 2010-10-22 20:44:56 | 显示全部楼层
今天就放这几个,占个楼~
 楼主| 发表于 2010-10-22 20:45:13 | 显示全部楼层
再占~
 楼主| 发表于 2010-10-22 20:45:42 | 显示全部楼层
占楼x3...
 楼主| 发表于 2010-10-23 18:15:52 | 显示全部楼层
顶给imath...你不是要这个么。。
发表于 2011-1-13 12:51:27 | 显示全部楼层
好东西哈j_0010.gif
发表于 2011-9-29 16:07:30 | 显示全部楼层
第一次看游戏,这也太牛啦,不是人玩游戏,是游戏玩人啊,估计要被它玩死了! 未知命令“是游戏玩人啊,估计要被它玩死了!
发表于 2011-10-19 19:57:34 | 显示全部楼层
这不算挖坟吧....

不过这个太好了,正好学习学习
发表于 2012-10-13 15:08:27 | 显示全部楼层
谢谢分享
发表于 2013-2-14 15:36:02 | 显示全部楼层
非常感谢
发表于 2013-2-14 19:29:07 | 显示全部楼层
不知道cas打rpg是什么感觉,感谢楼主。
发表于 2013-3-5 19:40:59 | 显示全部楼层
游戏·。。主要显摆哈哈哈
发表于 2013-3-9 18:03:40 | 显示全部楼层
朔雪X忆 发表于 2010-10-22 20:44
4. NSpire上最强RPG游戏:
TI RPG 2
作者 Superbany

那个RPG的怎么打开啊,还不知道如何开始游戏呢
回复 支持 2 反对 0

使用道具 举报

发表于 2013-3-22 22:53:18 | 显示全部楼层
这货 v200上能用么
发表于 2013-3-23 18:15:50 | 显示全部楼层
好好啊红啊!!!
发表于 2013-3-23 18:15:58 | 显示全部楼层
好好好啊好好啊红啊
发表于 2013-3-23 18:16:03 | 显示全部楼层
哈哈哈哈哈哈哈啊哈
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-3-28 21:45 , Processed in 0.088915 second(s), 29 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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