Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Tools / March 2007

Tip: Looking for answers? Try searching our database.

Game programming for kids: looking for open source 2D game development kit

Thread view: 
Max Kubierschky - 30 Mar 2007 08:08 GMT
Hello,

I'm planning to give a game programming course for kids of mixed age.
For this, I am looking for an open source 2D game development kit.
I am also willing to participate in the development of the development kit.

Features I'd like to see
- Possibility to construct simple games via drag and drop without programming
- Integration into an IDE
- Based on Java or Python
Pluses:
- Good Tutorial
- German documentation

Any Ideas?

Max
Laurent Pointal - 30 Mar 2007 08:59 GMT
Max Kubierschky a écrit :
> Hello,
>
[quoted text clipped - 10 lines]
> - Good Tutorial
> - German documentation

With Python:
* pygame + build your drag'n drop features
* if you like 3D, vpython.

http://www.pygame.org/
http://www.vpython.org/
John Salerno - 30 Mar 2007 18:56 GMT
> With Python:
> * pygame + build your drag'n drop features
> * if you like 3D, vpython.
>
> http://www.pygame.org/
> http://www.vpython.org/

Wow, vpython looks pretty  need. I'm messing around with it right now
and reading the docs. But I can't find something...do you know how to
clear the contents of the current scene? I checked the attributes of the
display, but there is nothing like "empty" that would do it.
John Salerno - 30 Mar 2007 19:20 GMT
>> With Python:
>> * pygame + build your drag'n drop features
[quoted text clipped - 4 lines]
>
> Wow, vpython looks pretty  need.

neat*  :)
Laurent Pointal - 30 Mar 2007 22:42 GMT
>> With Python:
>> * pygame + build your drag'n drop features
[quoted text clipped - 6 lines]
> and reading the docs. But I can't find something...do you know how to
> clear the contents of the current scene?

No, I know about vpython existence, I tried demos but haven't used it (no
need).

You may use the development lists for such questions.

http://sourceforge.net/mail/?group_id=6013

A+

Laurent.
Paul Rudin - 31 Mar 2007 07:15 GMT
>> With Python:
>> * pygame + build your drag'n drop features
[quoted text clipped - 7 lines]
> clear the contents of the current scene? I checked the attributes of
> the display, but there is nothing like "empty" that would do it.

for x in scene.objects:
   x.visible = 0

?
pabloreda - 31 Mar 2007 20:18 GMT
I 'm doing the same

in forth...

www.reda4.org
Diez B. Roggisch - 30 Mar 2007 10:00 GMT
Max Kubierschky schrieb:
> Hello,
>
[quoted text clipped - 10 lines]
> - Good Tutorial
> - German documentation

Squeak. Smalltalk, but especially targeted at your requirements.

http://www.squeak.org/

Diez
Max Kubierschky - 30 Mar 2007 10:09 GMT
Diez B. Roggisch schrieb:
> Max Kubierschky schrieb:
>> Hello,
[quoted text clipped - 18 lines]
>
> Diez

What part of Squeak is targeted at 2D game development?
Marc 'BlackJack' Rintsch - 30 Mar 2007 11:35 GMT
> What part of Squeak is targeted at 2D game development?

http://www.squeak.org/Features/FunandGames/

And also take a look at http://www.squeakland.org/ (Kids play → Etoys)
which is a framework for children, that let's you paint objects and attach
behaviour to them.

Ciao,
    Marc 'BlackJack' Rintsch
John Nagle - 30 Mar 2007 17:00 GMT
> Diez B. Roggisch schrieb:
>
[quoted text clipped - 15 lines]
>>> - Good Tutorial
>>> - German documentation

    The Blender GameKit will do all that.

    You can do simple games without programming.
    There's a graphical integrated environment.
    Programs can be written in Python.
    There's a published book ("Blender GameKit")
    German documentation may be hard to come by, though.

                    John Nagle


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.