|
Post by microfarad on Feb 28, 2011 1:18:09 GMT
I'm making a game where you can breed dragons. It is based off of real genetic principals. I think it will be fun. People can buy dragons with Dan-Balls, or pay to breed with another dragon...
Also... I turned a male dragon into a female... I had to censor out the traits since that would ruin the game.
>>> test = Dragon() >>> test.Randomize() >>> test.Describe() "He has shiny purple scales, large wings, long venemous fangs, long spikes on his back, a long tail, no forehead spike, and he can't breath fire." >>> X = Chromasome([ Choose('<CENSORED>','No','Yes',1), Choose('<CENSORED>','Yes','No',.1) ]) >>> test.genome.groups[0].chromasomes[0] = X >>> test.Traits() >>> test.Describe() "She has shiny purple scales, large wings, long venemous fangs, long spikes on her back, a long tail, no forehead spike, and she can't breath fire."
|
|
|
Post by QwertyuiopThePie on Feb 28, 2011 1:39:12 GMT
Let's name her Puff and give her magical abilities.
|
|
|
Post by kuraikiba on Feb 28, 2011 1:45:45 GMT
And what would be the owner's name? Little Jackie Paper?
|
|
|
Post by ~Memzak~ on Feb 28, 2011 5:17:30 GMT
Ooohooo, dragon breeding game? I'm interessted, will there be images and traits and fights and growth stages... etc ?
|
|
|
Post by nmagain on Feb 28, 2011 20:15:56 GMT
Heh, MF rageblocked me from it
|
|
|
Post by kuraikiba on Feb 28, 2011 22:47:34 GMT
Exactly how would one even play said game?
|
|
|
Post by izacque on Feb 28, 2011 23:18:20 GMT
May I have a dragon? I'll give it a safe home away from dangerous pollution.
|
|
|
Post by QwertyuiopThePie on Mar 1, 2011 0:09:42 GMT
By the sea, perhaps?
It does make me wonder where all this is taking place. It's like one big dragon orgy.
|
|
|
Post by kuraikiba on Mar 1, 2011 1:19:53 GMT
I'm still lost on how to request a dragon.
|
|
|
Post by QwertyuiopThePie on Mar 1, 2011 1:25:29 GMT
That'll be added in a later stage is my guess.
|
|
|
Post by kuraikiba on Mar 1, 2011 2:00:01 GMT
I got at least three black ones. I feel good.
|
|
|
Post by QwertyuiopThePie on Mar 1, 2011 2:21:57 GMT
That sounds so ridiculously wrong.
|
|
|
Post by kuraikiba on Mar 1, 2011 2:30:42 GMT
Two posts above: That's what she said.
|
|
|
Post by Elmach on Mar 1, 2011 6:57:08 GMT
SUGGESTIONS:
Shiny Red => Ruby Shiny Blue => Sapphire Shiny Green => Emerald Shiny Black => Onyx? Obsidian? Not sure...
And allow to search with multiple querys;
555: Search Owner Elmach Color Red Luster Shiny Fire Yes
Or whatever.
|
|
|
Post by microfarad on Mar 1, 2011 6:57:27 GMT
Well, as many of you know, I have been testing said game in the chat. Once I get the chat version 100% working, I will embark on making a fully fledged multiplayer online game with dragon territories, wild dragons to tame/conquer, maybe villages to terrorize or protect. Who knows how far this could go. All text based for now, though I have had fantasies of a 3D game...
|
|
|
Post by nmagain on Mar 1, 2011 11:46:31 GMT
I know how far this could go! just as far as your other "games".
|
|
|
Post by microfarad on Mar 1, 2011 14:25:46 GMT
Dragon Breeding moved to the Game chat. Saving STILL does not work, sorry. But have fun with it anyways!
|
|
|
Post by PowderLich on Mar 1, 2011 15:34:19 GMT
Well, as many of you know, I have been testing said game in the chat. Once I get the chat version 100% working, I will embark on making a fully fledged multiplayer online game with dragon territories, wild dragons to tame/conquer, maybe villages to terrorize or protect. Who knows how far this could go. All text based for now, though I have had fantasies of a 3D game... Keep it ASCII, there is no graphics engine quite as good as imagination! With it's instant rendering, unlimited polygons and no model switching!
|
|
|
Post by ~Memzak~ on Mar 1, 2011 18:31:17 GMT
Yes, nothing quite like it, but I would like 3D models too... XD
|
|
|
Post by microfarad on Mar 2, 2011 2:07:27 GMT
It's definitely staying text. I'm going to quit working on the chat version, and begin on a MMO stylized version.
|
|
|
Post by ~Memzak~ on Mar 2, 2011 17:14:44 GMT
Oh so they were dragons on chat, no wonder I couldn't see them...
Also what programming language is this going to be made in?
|
|
|
Post by microfarad on Mar 3, 2011 0:00:03 GMT
Python
|
|
|
Post by microfarad on Oct 7, 2012 1:19:14 GMT
I think I'll pick this project back up again.
|
|