• Login
  • Register
  • Login Register
    Login
    Username:
    Password:
  • Home
  • Members
  • Team
  • Help
User Links
  • Login
  • Register
  • Login Register
    Login
    Username:
    Password:

    Quick Links Home Members Team Help
    Tendo City Tendo City: Metropolitan District Ramble City Anyone want to start Writing/Making a Video Game??

     
    • 0 Vote(s) - 0 Average
    Anyone want to start Writing/Making a Video Game??
    EdenMaster
    Offline

    Administrator

    Posts: 4,500
    Threads: 189
    Joined: 12-11-2000
    #51
    11th September 2005, 9:08 PM
    But...laziness is so much easier!
    The Earthworker Race has ended.  Everybody wins.
    Reply
    Reply
    -iLluSiON-
    Offline

    Member

    Posts: 227
    Threads: 15
    Joined: 07-01-2003
    #52
    12th September 2005, 7:23 PM
    How about a Flash Cartoon then?
    Reply
    Reply
    EdenMaster
    Offline

    Administrator

    Posts: 4,500
    Threads: 189
    Joined: 12-11-2000
    #53
    12th September 2005, 8:50 PM
    We've been kicking around the idea of adapting our old Shiggy images into a Flash animation, but it never came together...because...

    *laziness takes over, unable to type further*
    The Earthworker Race has ended.  Everybody wins.
    Reply
    Reply
    Laser Link
    Offline

    Moderator

    Posts: 1,352
    Threads: 54
    Joined: 11-23-1999
    #54
    13th September 2005, 2:54 PM
    Programming is easy. Any first semester can write hello world. Any CS grad should be able to write a compiler (with proper training and time). Writing a game is a tad bit different. It's not like C++ comes with a bunch of libraries you can call to simulate physics. C++ doesn't even come with graphics code.

    You can use Open GL or DirectX, but both of these are extremely gigantic graphics libraries that use completely different programming concepts from anything you'll learn in school. Once you understand the syntax of how these libraries work, you need to understand how the computer does graphics. If you are doing 3D, get ready for a bunch of linear algebra with matrix operations.

    After you master graphics, we gotta start talking about algorithms. Even the simplest games require you to make good algorithm decisions. For example, Tetris uses collision detection. How will you figure out which blocks are touching and when you have filled a line? It's not as easy as it sounds.

    And even for the people who are really good at all this stuff, it still takes a whole lot of time. Like years for a team of 5-6 programmers working 50-60 hours a week. So yeah, writing code is easy. The hard part is figuring out wha tyou actually want to write. Programming a game is an advanced form of software engineering, and it's not easy.
    Reply
    Reply
    -iLluSiON-
    Offline

    Member

    Posts: 227
    Threads: 15
    Joined: 07-01-2003
    #55
    13th September 2005, 4:43 PM
    Then I'll ask other programmers I know. I'm pretty sure I have a friend who has written codes/engines for games before. He was in the business.
    Reply
    Reply
    A Black Falcon
    Offline

    Administrator

    Posts: 30,489
    Threads: 1,355
    Joined: 12-19-1999
    #56
    13th September 2005, 5:19 PM
    OB1 and his friend were making a game... I seem to remember you at some point you'd do music for them, but then you dissapeared for like a year.
    My Games Collection (Always Updated) My Webpage!
    Currently Playing: Various Stuff
    [Image: logo_bos_79x76.jpg]
    Reply
    Reply
    Laser Link
    Offline

    Moderator

    Posts: 1,352
    Threads: 54
    Joined: 11-23-1999
    #57
    14th September 2005, 12:20 PM
    I wrote a 3D F-Zero clone from scratch using OpenGL for school. I spent about 200 hours on it over the semester. It is playable, but very ugly, has a low frame rate, 1 hard coded track, and a car made from approxiamtely 50 polys. To really make a decent game, I'd have to start over because I did just about everything wrong even though it seemed like the best idea at the time. :) If you have a friend who is in teh game development business, he has probably learned a lot of the tricks that really hinder development and could probably put together something nice for you.

    I really want to spend some good time with engines likek OGRE or Crystal Space, because you can get into making content rather quickly instead of spending days writing your camera functions...
    Reply
    Reply
    Darunia
    Offline

    Posting Freak

    Posts: 3,603
    Threads: 189
    Joined: 02-01-2000
    #58
    14th September 2005, 12:43 PM
    Approximate chances of this project ever getting off the ground:

    1 in 9.292237 ludijillionex.
    H.R.M. DARVNIVS MAXIMVS EX TENEBRIS EXIT REX DEVSQVE GORONORVMQVE TENDORVM ROMANORVM ET GRÆCORVM OMNIS SEMPER EST
    Reply
    Reply
    Darunia
    Offline

    Posting Freak

    Posts: 3,603
    Threads: 189
    Joined: 02-01-2000
    #59
    14th September 2005, 12:44 PM
    Approximate chances of this project ever getting off the ground:

    1 in 9.292237 ludijillionex.

    For those of you who aren't familiar with advanced mathematics, ludijillionex is the number ONE followed by a GIGGLEFLOP of ZEROS.
    H.R.M. DARVNIVS MAXIMVS EX TENEBRIS EXIT REX DEVSQVE GORONORVMQVE TENDORVM ROMANORVM ET GRÆCORVM OMNIS SEMPER EST
    Reply
    Reply
    Great Rumbler
    Offline

    Administrator

    Posts: 21,192
    Threads: 868
    Joined: 07-07-2000
    #60
    14th September 2005, 12:55 PM
    Quote:OB1 and his friend were making a game...

    ARE making a game actually. It's nearly finished.

    [Image: 623df4d9.jpg]
    Sometimes you get the scorpion.
    Reply
    Reply
    -iLluSiON-
    Offline

    Member

    Posts: 227
    Threads: 15
    Joined: 07-01-2003
    #61
    14th September 2005, 7:24 PM
    do they still need music??
    Reply
    Reply
    A Black Falcon
    Offline

    Administrator

    Posts: 30,489
    Threads: 1,355
    Joined: 12-19-1999
    #62
    14th September 2005, 7:33 PM
    Quote:ARE making a game actually. It's nearly finished.

    The early version was fun, if frusterating in parts, I'm interested to see how it's coming along...
    My Games Collection (Always Updated) My Webpage!
    Currently Playing: Various Stuff
    [Image: logo_bos_79x76.jpg]
    Reply
    Reply
    EdenMaster
    Offline

    Administrator

    Posts: 4,500
    Threads: 189
    Joined: 12-11-2000
    #63
    14th September 2005, 10:20 PM
    Tell me that isn't OB1s toaster...
    The Earthworker Race has ended.  Everybody wins.
    Reply
    Reply
    A Black Falcon
    Offline

    Administrator

    Posts: 30,489
    Threads: 1,355
    Joined: 12-19-1999
    #64
    14th September 2005, 10:33 PM
    Sure looks like it... themed levels? :)
    My Games Collection (Always Updated) My Webpage!
    Currently Playing: Various Stuff
    [Image: logo_bos_79x76.jpg]
    Reply
    Reply
    Great Rumbler
    Offline

    Administrator

    Posts: 21,192
    Threads: 868
    Joined: 07-07-2000
    #65
    15th September 2005, 4:53 AM
    Quote:do they still need music??

    I imagine they've probably made or found their own music by now.

    Quote:Tell me that isn't OB1s toaster...

    Sorry, but it is.
    Sometimes you get the scorpion.
    Reply
    Reply
    A Black Falcon
    Offline

    Administrator

    Posts: 30,489
    Threads: 1,355
    Joined: 12-19-1999
    #66
    15th September 2005, 10:30 AM
    Samurai Toaster? :)
    My Games Collection (Always Updated) My Webpage!
    Currently Playing: Various Stuff
    [Image: logo_bos_79x76.jpg]
    Reply
    Reply
    Great Rumbler
    Offline

    Administrator

    Posts: 21,192
    Threads: 868
    Joined: 07-07-2000
    #67
    15th September 2005, 11:21 AM
    Yep.
    Sometimes you get the scorpion.
    Reply
    Reply
    « Next Oldest | Next Newest »

    Users browsing this thread:

    Pages (2): « Previous 1 2



    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Toven Solutions

    Home · Members · Team · Help · Contact

    408 Chapman St. Salem, Viriginia

    +1 540 4276896

    etoven@gmail.com

    About the company Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

    Linear Mode
    Threaded Mode