文件名称:井字游戏:在终端上播放井字游戏
文件大小:83KB
文件格式:ZIP
更新时间:2024-02-26 22:51:44
ruby game terminal tic-tac-toe ncurses
井字游戏
在您的终端上玩井字游戏。
安装
$ gem install tic-tac-toe-ruby
用法
$ tic-tac-toe --size 10 --players 3 --goal 4
$ tic-tac-toe --help
USAGE: tic-tac-toe [options]
Moving: Arrow keys or h/j/k/l
Placing symbol:
【文件预览】:
tic-tac-toe-master
----.gitignore(18B)
----bin()
--------tic-tac-toe(678B)
----LICENSE(1KB)
----README.md(732B)
----preview.png(72KB)
----lib()
--------tic_tac_toe()
--------tic_tac_toe.rb(1KB)
----tic-tac-toe-ruby.gemspec(881B)
----Gemfile(74B)
----features()
--------support()
--------playing.feature(4KB)
--------moving.feature(4KB)
----Rakefile(51B)