Last active
July 14, 2018 14:13
-
-
Save tosik/a54fca07fc1c1ce3cfd4a14a4a51cff2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
デジコミ | |
ムービー | |
ミニアプリ | |
ダンジョン | |
タワー | |
ゴチャキャラ | |
トラップ | |
フィールド移動 | |
マップ作成 | |
マップ生成 | |
キャラ生成 | |
アイテム生成 | |
ジェネレータ | |
隠しアイテム | |
穴掘り | |
探索 | |
索敵 | |
脱出 | |
毒 | |
ジャンプ | |
剣と魔法 | |
血と肉と鉄 | |
呪い | |
1人称視点 | |
3人称視点 | |
クォータービュー | |
サイドビュー | |
トップビュー | |
横スクロール | |
縦スクロール | |
全方向スクロール | |
上下スクロール | |
左右スクロール | |
リアルタイム | |
コミュニケーション | |
交換 | |
配信 | |
対戦 | |
バイオレンス | |
セックス | |
スピード | |
やさしさ | |
将棋 | |
囲碁 | |
チェス | |
麻雀 | |
カード | |
レース | |
恋愛 | |
感動 | |
犠牲 | |
仁義 | |
知識 | |
教育 | |
殺戮 | |
犯罪 | |
殺人 | |
猟奇 | |
支配 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ミニアプリ犯罪感動 | |
殺人縦スクロールデジコミ | |
全方向スクロールカードデジコミ | |
バイオレンス呪い交換 | |
ジャンプ教育チェス | |
犠牲デジコミ将棋 | |
縦スクロールレース交換 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f = open("items.txt") | |
text = f.read | |
categories = text.split("\r\n\r\n") | |
categories.sample(3).each do |category| | |
print category.split("\r\n").sample | |
end | |
puts "ゲーム" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ジャンルは文字列はここから取ってきました。ありがとうございます。 http://www.n2gdl.net/tools/ideaplus/index.html