Hilarious Random Game Idea Generator

By Pangaea on Feb 02, 2014

Get hilarious game idea suggestions using this random game idea generator.

A special thanks to dto (for the custom generated ideas using a LISP script)
Denthos (for getting ideas off a twitter page (https://twitter.com/gameideamachine) using a Java)
Beeglebug (for the the ideas he generated on his twitter page) https://twitter.com/gameideamachine
Andrio (for help MSL)

Install:
Download these and pop them in your mIRC root directory. make sure you don't change the text file names.

http://fractalscapes.net/IndieGames/hawkee/gameidea.txt
Customizable bits
http://fractalscapes.net/IndieGames/hawkee/gameidea_engine.txt
http://fractalscapes.net/IndieGames/hawkee/gameidea_software.txt
http://fractalscapes.net/IndieGames/hawkee/gameidea00.txt
http://fractalscapes.net/IndieGames/hawkee/gameideaNUM.txt

How to use:
!gameidea - Get a random game idea.
!gameidea (number) - Same as above but you can call back a specific game idea number.

Notes before anyone starts:
I cant code much
I know this could be done with a socket
I know I've way too many text files to go with the script
I know technically speaking its not a generator since its reading off per-generated entries from a text file.
I know I suck.

Additional Notes:
Within gameidea.txt there are "1886" lines... some of these "generated game ideas" are relevant in some ways to my own channel.. i have put all theses entries toward the bottom so if anyone wants to delete them it wont effect the suffix numbered list. The custom ones that are often relevant to my own chan are numbered from (No:1050) to (No:1886) .. anything above that is from https://twitter.com/gameideamachine

Will only work for voice and ops


For a demo come to ##Indie-Games on freenode
http://fractalscapes.net/IndieGames/members/

on *:text:!gameidea:#: {
  if ($nick isop $chan) || ($nick isvoice $chan) msg # $read(gameidea00.txt) $read(gameidea.txt)
}

on *:text:!gameidea *:#:if ((($nick isop $chan) || ($nick isvoice $chan)) && ($2 isnum)) msg $chan  $read(gameidea.txt,$2) - Total: $lines(gameidea.txt)
}

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.