PDA

View Full Version : games with apple script?




pats-madin
Jan 4, 2008, 08:20 PM
For starters i'm completely new with macs, i just bought my first one in august. For some reason i have a feeling i might get laughed at for this question but im going to ask it anyway... is it possible to create simple games using script editor?



HiRez
Jan 4, 2008, 09:12 PM
For starters i'm completely new with macs, i just bought my first one in august. For some reason i have a feeling i might get laughed at for this question but im going to ask it anyway... is it possible to create simple games using script editor?

It's certainly possible, much as it is possible to pound a nail with the handle of a screwdriver. but for something very simple, absolutely.

Sayer
Jan 4, 2008, 09:40 PM
I made text-based games for online chatting in IRC years ago, so, I'd say yes.

titaniumdecoy
Jan 4, 2008, 11:41 PM
I would suggest learning Python (which is not difficult) and using the pygame (http://www.pygame.org/) module to write 2D games.

pats-madin
Jan 5, 2008, 12:10 AM
alright, cool thankss.

guitarmaster18
Jan 6, 2008, 10:13 PM
I've done numerous AppleScript text games ;)

Although, if you want a good place to start I would suggest Unity (http://www.unity3d.com). It is an amazingly powerful game engine and it has all of the really complex 3D stuff built in (like the physics engine, and it also has many shaders built in...). It can use either Javascript or C#.

Good Luck!