Question:

What kind of program should I write next?

by  |  earlier

0 LIKES UnLike

I current writing a game similar to the old star trek main frame game you know the 8x8 grid should the emenys keep your ship running

After I get done what should I write next

 Tags:

   Report

3 ANSWERS


  1. Do an adventure story -- text.  Better, write a simple engine which uses pointers (if you've never learned C or pascal those would be great -- especially pascal) for them.  And then extend it by displaying pcx images or gif files.   There are tutorials for this sort of thing around (though not, so far as I know, involving pointers.  What I mean by that is this: each description is saved to disk.  Each line is eighty characters long, but each description is as long as it needs to be.  The program reads the room number at the start of each line, then creates a node consisting of an eighty-one character string and a pointer to the next one.If there is a node like that attached to the description node of a room record, go to that node's next and down the chain till you come to a null, and that is where you assign this line, while setting its pointer to null).  Adventure games were and are fun, and home brew games are a lot of fun.

    If you've played nethack maybe that can be your next project.


  2. If you want to try something more harder, you could try making a rubik's cube, or some other puzzle. Maybe a tower of hanoi game.

    Joining a project on http://sourceforge.net could also be an idea.

  3. A program that answers people's questions on the Internet.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions