Skip to content

Instantly share code, notes, and snippets.

@tosik
Last active July 14, 2018 14:13
Show Gist options
  • Save tosik/a54fca07fc1c1ce3cfd4a14a4a51cff2 to your computer and use it in GitHub Desktop.
Save tosik/a54fca07fc1c1ce3cfd4a14a4a51cff2 to your computer and use it in GitHub Desktop.
デジコミ
ムービー
ミニアプリ
ダンジョン
タワー
ゴチャキャラ
トラップ
フィールド移動
マップ作成
マップ生成
キャラ生成
アイテム生成
ジェネレータ
隠しアイテム
穴掘り
探索
索敵
脱出
ジャンプ
剣と魔法
血と肉と鉄
呪い
1人称視点
3人称視点
クォータービュー
サイドビュー
トップビュー
横スクロール
縦スクロール
全方向スクロール
上下スクロール
左右スクロール
リアルタイム
コミュニケーション
交換
配信
対戦
バイオレンス
セックス
スピード
やさしさ
将棋
囲碁
チェス
麻雀
カード
レース
恋愛
感動
犠牲
仁義
知識
教育
殺戮
犯罪
殺人
猟奇
支配
ミニアプリ犯罪感動
殺人縦スクロールデジコミ
全方向スクロールカードデジコミ
バイオレンス呪い交換
ジャンプ教育チェス
犠牲デジコミ将棋
縦スクロールレース交換
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 "ゲーム"
@tosik
Copy link
Author

tosik commented Jul 14, 2018

ジャンルは文字列はここから取ってきました。ありがとうございます。 http://www.n2gdl.net/tools/ideaplus/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment