Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jan 9th, 2006, 2:18 PM   #11
Kadaj
Newbie
 
Kadaj's Avatar
 
Join Date: Jan 2006
Posts: 11
Rep Power: 0 Kadaj is on a distinguished road
I sent a pm to Big_K about it explaining in more detail what the game is about. I added my other idea about PK where after a certain level they can kill other players but if they do they get marked as a PKer and can have a bounty put on their head by other players or pay the bounty off at a NPC

Hope it gets picked for a community project. *Crosses Fingers*
__________________
For Great Justice...Take Off Every "Zig"
Kadaj is offline   Reply With Quote
Old Jan 9th, 2006, 3:40 PM   #12
MicDareall
Programmer
 
Join Date: Dec 2005
Posts: 67
Rep Power: 0 MicDareall is an unknown quantity at this point
If you really want to do this and would be willing to learn programming....I suggest you start with Python.....it would easily handle everything you need done and is, in my oppinion, the easiest language to learn and use....and with the Pygame library(pygame.org) it would be really easy to make this....... If you do, I suggest starting with http://www.livewires.org.uk/python/... its a lesson plan started for teaching kids to program using Python and a wrapper around the pygame library and it makes it farely easy to start with, and you'll be taking a direction towards learning what you need to for the game as you learn the python language itself..... I suggest diving straight into pygame when building the game though........
MicDareall is offline   Reply With Quote
Old Jan 9th, 2006, 3:55 PM   #13
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 3 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
Sane, a member of these forums is pretty damned good at pygame, maybe he'd like to help (if he isn't too busy with his current project).
__________________
Join us at #programmingforums @ irc.freenode.net!

My software never has bugs. It just develops random features.
coldDeath is offline   Reply With Quote
Old Jan 9th, 2006, 4:28 PM   #14
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 4 Arevos is on a distinguished road
A project like this seems too big to be feasible. MMO games ain't easy. And nor are video games in general, come to think about it.
Arevos is offline   Reply With Quote
Old Jan 9th, 2006, 5:25 PM   #15
nnxion
Programming Guru
 
nnxion's Avatar
 
Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5 nnxion is on a distinguished road
Quote:
Originally Posted by Polyphemus_
He wants to have it as a 2d game, not text-based. PHP doesn't have any use at graphics.
Oh, sorry bout that. A basic game would be cool, if someone were to lay it out really well, and take the time to make all the models, diagrams and publish it all on CVS/Sub-Version, then it would probably work to get the community involved.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for."
-- Socrates
nnxion is offline   Reply With Quote
Old Jan 10th, 2006, 3:25 AM   #16
Kadaj
Newbie
 
Kadaj's Avatar
 
Join Date: Jan 2006
Posts: 11
Rep Power: 0 Kadaj is on a distinguished road
Quote:
Originally Posted by Arevos
A project like this seems too big to be feasible. MMO games ain't easy. And nor are video games in general, come to think about it.
If everyone thought like that then nothing would ever get done and everybody would sit round moaning that they "Could" of done it but it was too hard.
__________________
For Great Justice...Take Off Every "Zig"
Kadaj is offline   Reply With Quote
Old Jan 10th, 2006, 5:26 AM   #17
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 4 Arevos is on a distinguished road
Quote:
Originally Posted by Kadaj
If everyone thought like that then nothing would ever get done and everybody would sit round moaning that they "Could" of done it but it was too hard.
There's a difference between ambitious and infeasible. I've seen a lot of community developed 2D and 3D MMORPG projects. I've yet to see any that has been completed.

The reality is that to build such a game would require, at the very least, a year's work by a full-time team of experienced programmers. That's a lot of man-hours, and you'd be hard pressed to find volunteers willing to put that much of their life into such a project.

That's not to say MMO community games haven't worked. Text-based MUDs have successfully been developed by communities, and so too have Web-based MMO games. Those are two genres I'd see as feasible, but a 2D MMO game? Sorry, I'm not convinced.
Arevos is offline   Reply With Quote
Old Jan 10th, 2006, 10:36 AM   #18
Indigno
Professional Programmer
 
Indigno's Avatar
 
Join Date: Dec 2005
Location: Anywhere non-productive
Posts: 267
Rep Power: 0 Indigno is an unknown quantity at this point
Send a message via AIM to Indigno Send a message via MSN to Indigno Send a message via Yahoo to Indigno
Quote:
Originally Posted by Arevos
There's a difference between ambitious and infeasible. I've seen a lot of community developed 2D and 3D MMORPG projects. I've yet to see any that has been completed.

The reality is that to build such a game would require, at the very least, a year's work by a full-time team of experienced programmers. That's a lot of man-hours, and you'd be hard pressed to find volunteers willing to put that much of their life into such a project.

That's not to say MMO community games haven't worked. Text-based MUDs have successfully been developed by communities, and so too have Web-based MMO games. Those are two genres I'd see as feasible, but a 2D MMO game? Sorry, I'm not convinced.
I have to agree with you there. It's going to take forever to get Element done, how are we going to get a MMORPG game done?

Quote:
Originally Posted by coldDeath
Wow, that "buying your own plot of land" idea sounds cool :-)

My friend has a game on the GameBoy, can't remember its name, but its similar to the "farming idea". I'll remember it name soon :-)
Harvest moon.
Indigno is offline   Reply With Quote
Old Jan 10th, 2006, 10:41 AM   #19
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 3 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
Harvest Moon!

Thats the one. :-)
__________________
Join us at #programmingforums @ irc.freenode.net!

My software never has bugs. It just develops random features.
coldDeath is offline   Reply With Quote
Old Jan 10th, 2006, 4:07 PM   #20
Indigno
Professional Programmer
 
Indigno's Avatar
 
Join Date: Dec 2005
Location: Anywhere non-productive
Posts: 267
Rep Power: 0 Indigno is an unknown quantity at this point
Send a message via AIM to Indigno Send a message via MSN to Indigno Send a message via Yahoo to Indigno
Quote:
Originally Posted by coldDeath
Harvest Moon!

Thats the one. :-)
I got totally adicted to that game. Then I got bored and went back to starcraft and wolfenstein.
Indigno is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:11 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC