Game Ideas

Game Editor comments and discussion.

Game Ideas

Postby willg101 » Fri Mar 18, 2005 9:32 pm

Anyone have a few, simple, addicting game ideas?
I'm running a bit dry right now.
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

Postby Just4Fun » Fri Mar 18, 2005 9:53 pm

Hi Will,
What type of games do you enjoy writing? It seems like a lot of people in the forum like platform games so they must be pretty popular.

Personally, they aren't my forte, but then again, I just enjoy playing around with GE anyway. I'm not making money... just having fun. It sure beats crossword puzzles (unless you are designing them).

How about doing a demo remake of hangman or some game that uses the new input Actor. I haven't really gotten a good grasp of the input Actor yet. It would be nice to see some example code that uses it.

As far as ideas for addictive games, I imagine that Ingsan will have a few. She's got a great imagination for this stuff...

Later
I've learned that I still have a lot to learn.

** Makslane == Genious **
Just4Fun
 
Posts: 524
Joined: Tue Jul 01, 2003 5:19 am
Location: USA: Washington State; West Coast
Score: 6 Give a positive score

Postby willg101 » Tue Mar 22, 2005 12:03 am

thanks!
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

Postby Just4Fun » Tue Mar 22, 2005 1:38 am

Will,
How did you fair with Hangman?
I've learned that I still have a lot to learn.

** Makslane == Genious **
Just4Fun
 
Posts: 524
Joined: Tue Jul 01, 2003 5:19 am
Location: USA: Washington State; West Coast
Score: 6 Give a positive score

Postby willg101 » Tue Mar 22, 2005 10:14 pm

Uhh...
Well, I'm very sorry! My school work has caught up with me and I've been working on my campaign for class president lately, so I haven't been able to do much with GE.
So, as soon as I can, I will make one!
Again, I'm so sorry! :(
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

Postby Fuzzy » Wed Mar 23, 2005 4:31 am

A vast overlooked field are the games we played as kids. Things like tag, various card games, doctor(jk), target shooting, either with a gun, or with a slingshot, hide and seek, and PIRATES! ARRRR!
User avatar
Fuzzy
 
Posts: 1068
Joined: Thu Mar 03, 2005 9:32 am
Location: Plymostic Programmer
Score: 95 Give a positive score

Postby Just4Fun » Wed Mar 23, 2005 10:59 pm

Will,
Good Luck on your bid for President!

ThreeFingerPete,
I agree.

It is the simple, well known games(or even a slight twist on them), that sometimes offer the hardest challenge to program, but they keep people coming back generation after generation...
I've learned that I still have a lot to learn.

** Makslane == Genious **
Just4Fun
 
Posts: 524
Joined: Tue Jul 01, 2003 5:19 am
Location: USA: Washington State; West Coast
Score: 6 Give a positive score

Postby willg101 » Thu Mar 24, 2005 1:51 am

Thanks!
The results came out today, and I had a 12-?-? victory (out of 18 votes)[side note-the reson I won was partly due to GE, I made a game for all of my class mates!]

Anyway, now I will start on a game. I couldn't get hangman to work the other night, becuase I couldn't get strcpy to work. So, I'll continue on my other project for now.
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

Postby yep » Thu Mar 24, 2005 6:33 pm

idieas eh....how about that snake game...i'm doing one right now

:D

Good Luck on your bid for President!


hope u loose 8)
sup?
yep
 
Posts: 15
Joined: Thu Mar 24, 2005 6:28 pm
Score: 0 Give a positive score

Postby willg101 » Thu Mar 24, 2005 10:14 pm

Boy, thanks, yep!
I already won before you posted your message.
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

Postby Just4Fun » Fri Mar 25, 2005 12:01 am

Hey Will,
Congradulations Mr. President(BTW,your class sounds very small)
Now GE has a new use: Politics! :shock:
As far as Hangman goes, it is actually a pretty difficult game to program.

Here is the scoop (well, part of it on strcpy):
arg 1 (destination), arg 2(source)
char *strcpy(char * dst, const char * src)
Copies the second argument (a string) into its first argument (a character array that must be large enough to store the string and terminating null character, which is also copied.) GE handles the null character.

Example:
If "MyActor" has some text set in the Actor Control Panel, use:
strcpy(MyActor.text,"Hello World.");
Last edited by Just4Fun on Fri Mar 25, 2005 6:38 am, edited 1 time in total.
I've learned that I still have a lot to learn.

** Makslane == Genious **
Just4Fun
 
Posts: 524
Joined: Tue Jul 01, 2003 5:19 am
Location: USA: Washington State; West Coast
Score: 6 Give a positive score

Postby yep » Fri Mar 25, 2005 5:24 am

willg101 wrote:Boy, thanks, yep!
I already won before you posted your message.



:lol:

:mrgreen:
sup?
yep
 
Posts: 15
Joined: Thu Mar 24, 2005 6:28 pm
Score: 0 Give a positive score

Postby willg101 » Sat Mar 26, 2005 2:11 pm

Thank-you very much J4F!
Yes, my class is very small to most people, but I go the grand haven christian (a small school, 350 kids in preK-8th), and there are only 20 kids in my class, two of which were sick that day and one happened to be my VP.

Anyway, thanks for showing me the code! :)
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

Postby willg101 » Tue Mar 29, 2005 10:14 pm

I couldn't get the code to work. Could you please give me an example?
Thanks in advance!
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score

Postby Just4Fun » Tue Mar 29, 2005 11:53 pm

Ok Will,
ARe YOu REady?
Here is a step-by-step(some of which is probably WAY too elementary for you, but maybe some newbie will also benefit.)

1. Create Actor(Normal): Name it "myactor" (without quotes).

2. Right Mouse Click on the "myactor" smiley icon. Select "Actor Control".The Actor Panel will open.(Make sure "myactor" is selected in the "Actor Name:" box.)

3. Select the text button in the "myactor" Actor Panel.
The "Set Text" Panel will open.

4. Put the following text into the grey text box area: "Elect Will for President. He knows how to lead and he knows how to listen!"

5. Now, select the "New Font" button -->truetype font. Select a font of your choice; say "arial.ttf". Change the font size to 12. Select OK. (Now you should see your text displayed on the GE screen. So, now you have placed some text into your Actor.

6. Next, add the Event: "Create Actor" and the Action: "Script Editor". The "myactor" Script Editor Panel will open.

7. Finally, copy and paste the following code into the script editor:

strcpy(myactor.text,"Once you can accept the universe as \n");
strcat(myactor.text,"matter expanding into nothing that is something,\n");
strcat(myactor.text,"wearing stripes with plaid comes easy.\n");
strcat(myactor.text," --Albert Einstein.\n");

8. Select the OK --> Immediate Action.

9. Run the program.

If you have followed all the steps correctly, you will see the strcpy() text has been copied into "myactor" text and it will replace the original text that you typed into "myactor" on the text panel in Step 4. The"\n" is a special C programming character that simply means insert a newline. Or in older terminology: carriage return.

Hey, but what the heck is the strcat() function? I'll leave that one up to you to find out! Hint: look it up in a C programming reference.

That is about it for now. HTHs...J4F
:lol:
I've learned that I still have a lot to learn.

** Makslane == Genious **
Just4Fun
 
Posts: 524
Joined: Tue Jul 01, 2003 5:19 am
Location: USA: Washington State; West Coast
Score: 6 Give a positive score


Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest

cron