Results 1 to 10 of 62

Thread: 2nd PGD Challenge Questions!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Can we post any game? even if it is text based and not so complex and pro-ish ?

  2. #2
    The game must fit the competition rules http://www.pascalgamedevelopment.com...ge-The-Journey
    One of the major rules in this competition is that you need to make your game in a way for player to be able to travel between different locations. These locations have to be designed in a way so that it is abolutly clear for player to se that those are indeed different locations.
    I belive it could be posible to achieve this with text based game but I doubt it will be easy. But on the other thought it might be easier than expected.
    So if you wish to try go ahead you have nothing to lose.
    Last edited by SilverWarior; 08-04-2012 at 05:03 PM.

  3. #3
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Well a simple way could be to have each new 'location' a different text colour and change the text color when they arrive there. Then to establish that you are in a new location, you could print off "Welcome to Planet Zoobo!" and continue off with your description and their list of choices, etc... Or if you are any good at ASCII art you could work some of that magic.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  4. #4
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    It's funny though, SilverWarior does bring up an interesting point by mentioning the theme there. I'm finding that some teams are having a hard time sticking to theme. It's almost as if they want to make what they want to make and then force the theme into it. I guess that's just one angle to go at it from a creative stand-point. The other way could be to take the theme and think of a game that would be built around the theme. That was the intention for the challenges originally, but I guess not everyone can work that way.

    Of course another reason could simply be that they are trying to work with their own established frameworks, engines and libraries they spent so much time on already. Fair enough, but it almost makes me want to do the next one where you have to do it from scratch.

    Either way I wish everyone luck! There is just over 3 weeks left so don't let too many days go by.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  5. #5
    Quote Originally Posted by WILL View Post
    I'm finding that some teams are having a hard time sticking to theme. It's almost as if they want to make what they want to make and then force the theme into it. I guess that's just one angle to go at it from a creative stand-point.
    Well, I picked my game genre based on time availability and complexity, given the time frame all content-based genres were out given I don't have anyone working on the graphics or level design (that eliminates RPG, FPS, platformers, hand-tuned puzzles...), that left reflex (shooters), random-puzzle and level-scaled/grind games. Given that my last one was basically a shooter, and I had no original idea for a random-puzzle games...

    Quote Originally Posted by WILL View Post
    Fair enough, but it almost makes me want to do the next one where you have to do it from scratch.
    I'm starting completely from scratch this time, in a way it's nice and unencumbered, no library, no game engine, bare-bones RTL, open horizons! but on the other, hand, it's a little "too scratch", I'm making up even the 2D vector stuff and sin/cos caching as I go, been a while since I last had to write those ;-)

  6. #6
    I just got home very late last night from my holiday, and had to unpack and clean up today so I have had little time to think about my entry

    I am thinking of using Oxygene for Java for my entry...is anyone else using Oxygene in this competition yet?

  7. #7
    Quote Originally Posted by paul_nicholls View Post
    I just got home very late last night from my holiday, and had to unpack and clean up today so I have had little time to think about my entry

    I am thinking of using Oxygene for Java for my entry...is anyone else using Oxygene in this competition yet?
    Well, I'm fiddling around with Oxygene for Java. We'll see if it will result in an entry.
    Imagine I've written something clever here inspiring you to make something awesome. If that happens give me credits

  8. #8
    Quote Originally Posted by pstudio View Post
    Well, I'm fiddling around with Oxygene for Java. We'll see if it will result in an entry.
    Neat I did try using some JMonkey with my Beta version of Oxygene a few weeks back, but I wasn't sure what packages to include, and when I finally got it to compile, it crashed when run (couldn't find some java class...). Now my Beta version has expired and I have had to uninstall Oxygene + VS 2010 since the trial license clashed with my expired Beta license (grrr). Hopefully I can reinstall it tonight.

    I might try seeing if I can get LWJGL working with it...might be a bit easier and quicker for the competition LOL

    I still have no idea what I am going to do yet though...

  9. #9
    Quote Originally Posted by smexhy View Post
    Can we post any game? even if it is text based and not so complex and pro-ish ?
    I think a text-based adventure game could easily fit the theme. Text descriptions of different locations can also describe different locations. IMHO.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •