Untitled

posted in The XNA Struggle
Published March 27, 2006
Advertisement
I think i will try to sap from you guys.

Im a bit tired. So for my first small game,
what do you guys think I should try for?

I.E. Im trying to do something along the lines of a command line idea such as word jumble, which I have already done. Or like a command prompt version of tic tac toe.

Any Ideas guys?
Im sure i'll come up with some thing but suggestions never hurt. So have at it.
Previous Entry Starting up
Next Entry Heh
0 likes 3 comments

Comments

Rob Loach
Guess The Number -> Tic Tac Toe -> Text-RPG -> Pong -> Breakout -> Tetris -> Asteroids
March 27, 2006 09:18 PM
jdaniel
What about Godzilla vs. Knoxville? We had this as a recursive lab in CS140. You pretty much set up a grid of numbers. The is a 'G' on one spot that is godzilla and a 'C' on another spot that represents a cop. Godzilla's goal is to maximize damage (by moving onto numbered squares). The cop is trying to minimize damage by landing on the grid where 'G' is. You can play either 1 or 2 players. ??
March 27, 2006 09:18 PM
Ravuya
I've always been a big fan of "I Win".

int main(int argc, char* argv[]) {
        printf("I win!\n");
        return 0;
}


Just kidding though. What about Milles Bourne?
March 28, 2006 02:13 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Puppy

858 views

UserInfo File

884 views

Vista to XP :P

1005 views

Clean Up Code

892 views

Chat Update.

740 views

Side step.

834 views
Advertisement