Results 1 to 8 of 8

Thread: New here.. :)

  1. #1

    New here.. :)

    Hi i just entered here and it's look like a fun place to be

    i started to build a game in turbo pascal 7 but it's very simple i guess, just three arrays and some integers XD i wanted to add a score table to it and by search i found this forum.
    btw this my game and it's my first too..
    http://rapidshare.com/files/36595017...scape.rar.html

    Nir.

    P.s. my english isn't so good because i'm not a native speaker.. and please if someone has idea how to add the game like a world to walk around him, write about it.. thanks.

  2. #2

    New here.. :)

    Hi and welcome at PGD

    Wow! A game of 8Kb size I did not see such small programs for ages

    A bit of graphics wouldn't be the worst thing. I found it a little difficult to steer the "character". The keyrepeating seems to need too long to make it a "quick game".

    Anyhow. Keep it up and maybe you find the motivation to convert it to windows platform with a little bit of graphics?

    Greetings,
    Dirk
    <a href="http://www.greatgamesexperiment.com/game/Valgard/?utm_source=gge&amp;utm_medium=badge_game"><img border="0" alt="GGE" title="GGE" src="http://static.greatgamesexperiment.com/badge/game/valgard/gge400x56.png"></a>

  3. #3

    New here.. :)

    Welcome to PGD! It is an amazing community. I've loved it since I joined

    Well, first... I'd recommend stopping the use of TP7, and moving on to modern compilers like FreePascal.

    Second, to add a world you can walk around in, you need graphics. The majority of graphics units out there require OOP Pascal (Object Oriented Pascal) which is nearly the same as Delphi. So, research into that a bit... Then look into Jedi-SDL.

    Also, I found your game a bit confusing aswell.. What exactly are you supposed to do?
    --MagicRPG--

  4. #4

    New here.. :)

    first of all thanks for replying..
    DarknessX, why i should stop programming in TP7? how fpc is better?
    and Huehnerschaender, i don't know yet how to use graphics =/..

  5. #5

    New here.. :)

    TP7 is old, outdated, and basically horrible. It is very difficult to do graphics in (although possible), and cannot (AFAIK) support OOP Pascal...
    --MagicRPG--

  6. #6
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    New here.. :)

    Well it's for DOS, which is the main issue. Know anyone that uses or wants to use DOS still?
    Jason McMillen
    Pascal Game Development
    Co-Founder





  7. #7

    New here.. :)

    Quote Originally Posted by ntk100
    why i should stop programming in TP7? how fpc is better?
    FPC supports TP 7 syntax, but has the added bonus of running on Win32, Linux, MacOS, Game Boy Advance, Nintendo DS to name a few as well as Object Orientated Programming. Look into it, you may like it.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  8. #8

    New here.. :)

    Hello ntk100, welcome and have fun :)

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
  •