Topic:   An Intriguing Idea...   (Read 10642 times)


0 Members and 1 Guest are viewing this topic.

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
An Intriguing Idea...
« on: February 22, 2009, 03:04:59 PM »
Here's an idea to help keep our skills sharp; every now and then we pick an idea for a simple game and each of us attempt to make it, then we post up the source of our results so that everyone can study and learn from them. Think of it as a "programming exercise" per-se, as well as a fun activity.

Anyone interested? If so what should we start with? A vehicle racing game maybe? Or a Space Invaders clone? Throw some suggestions. :)
« Last Edit: February 22, 2009, 03:06:04 PM by Silverwind »
I survived the spammage of 2007

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: An Intriguing Idea...
« Reply #1 on: February 22, 2009, 03:07:11 PM »
Is this GM only?

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: An Intriguing Idea...
« Reply #2 on: February 22, 2009, 03:09:43 PM »
Nah, use any language. :)
I survived the spammage of 2007

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: An Intriguing Idea...
« Reply #3 on: February 22, 2009, 03:14:03 PM »
I can see this idea going somewhere cool...

How about every month you come up with a really open-ended project idea (for example "make a shooter") and then see how people interpret it and what they make.

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: An Intriguing Idea...
« Reply #4 on: February 22, 2009, 03:20:17 PM »
Yeah, monthly could be good, although considering that this is also a useful exercise perhaps we could do it more frequently if everyone finished ahead of schedule.

btw, games don't have to be high quality, it's just good practice for us all. :) (though obviously the better you make it the more drool the rest of us shall omit) There shouldn't be any pressure towards finishing a project either, as that seems to turn people off.
I survived the spammage of 2007

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: An Intriguing Idea...
« Reply #5 on: February 22, 2009, 03:30:15 PM »
Hey, how about a card based game for a starter? That leaves lots of room for versatility.
« Last Edit: February 22, 2009, 03:30:43 PM by Silverwind »
I survived the spammage of 2007

GMG Tim


  • Administrator

  • GMG-er

  • *****


  • Posts: 465
Re: An Intriguing Idea...
« Reply #6 on: February 22, 2009, 03:34:04 PM »
I could post a really basic SpaceInvaders clone I made in PyGame (took me an hour).

Ghost

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: An Intriguing Idea...
« Reply #7 on: February 22, 2009, 03:37:05 PM »
I like this idea, I'm in. Something simple, something quick, and good enough to keep your skills honed.
Racing, shooting, space and such games are good.


-Gandolf

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: An Intriguing Idea...
« Reply #8 on: February 22, 2009, 04:03:38 PM »
Cool, lets say "shooters" then, as that could include Ghost's example. :)

I'm gonna start work right away! :D
I survived the spammage of 2007

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: An Intriguing Idea...
« Reply #9 on: February 22, 2009, 05:35:16 PM »
There should be some sort of deadline so people keep their projects small... lets shoot for two weeks.

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: An Intriguing Idea...
« Reply #10 on: February 22, 2009, 08:44:28 PM »
I would never be able to cope with doing such a thing because I am a perfectionist and I can't stand posting a game that would look lame in my eyes.
I must be dreaming (wake up me wake up) How could this have happened. Tireas' cry when he found his computer fallen over in his chair with it's screen shattered.

GMG Tim


  • Administrator

  • GMG-er

  • *****


  • Posts: 465
Re: An Intriguing Idea...
« Reply #11 on: February 23, 2009, 01:31:41 AM »
If you wanna try the SpaceInvaders example:

(1) Make sure you have Python installed.
  • open 'terminal'
  • type 'python'
  • if something like this pops up you're good:
Code: [Select]
Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53) 
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
[/list]
(2) Install pygame(3) Launch SpaceInvaders
  • download SpaceInvaders
  • open 'terminal'
  • in 'terminal' type 'python ' (with the space after python) and then drag main.py to the terminal window.
  • press enter & play!

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: An Intriguing Idea...
« Reply #12 on: February 23, 2009, 04:52:56 AM »
Woh... how come Python has such a strange way of launching?
I survived the spammage of 2007

EqwanoX


  • Administrator

  • GMG Extraordinaire

  • *****


  • Posts: 1180
Re: An Intriguing Idea...
« Reply #13 on: February 23, 2009, 09:19:28 AM »
Quote
If you wanna try the SpaceInvaders example:!
i have to do all that?! you couldnt make it more user friendly

how bout we pick up the league assault game thats been pretty much abandoned, its based off alias' platform engine, and its supposed to play like smash bros with guns, its actually a great idea for a game and simple
« Last Edit: February 23, 2009, 09:23:32 AM by EqwanoX »

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: An Intriguing Idea...
« Reply #14 on: February 23, 2009, 11:03:04 AM »
<- Hey, Gnome and IĀ are still working on that.
« Last Edit: February 23, 2009, 11:03:15 AM by WarHampster »