This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-12-23 09:45:17

TheSupremeOverLord
Scratcher
Registered: 2012-09-29
Posts: 100+

Programing

One of my friends brothers in autistic, and he wants to be a game creator.  What programing languages other than scratch would be good for him to use?


http://i1154.photobucket.com/albums/p522/lizzyhipo/MINIPIG.jpg

Offline

 

#2 2012-12-23 11:30:28

puppetadventurer
Scratcher
Registered: 2011-02-20
Posts: 1000+

Offline

 

#3 2012-12-23 12:23:06

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: Programing

No programming language is "best", it's all up to:

-Developer's preference of features, syntax and paradigm.
-Libraries - they're usually exclusive to the language they were built for.
-Is the language fast? Compiled (C and variants) or interpreted (Python, Java)? Again, developer's preference.
-What platform does the programmer want to develop for? Android only supports Java, Objective-C for iOS.

I believe your friend's brother should simply start with a popular language and game library, get familiar with the basics and then start checking out other programming languages. A popular choice is Python with the pygame library.


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#4 2012-12-30 11:17:46

Programmer_112
Scratcher
Registered: 2012-02-17
Posts: 100+

Re: Programing

I would start with Python and make text-based games, and then move on to either Java or C and Objective C, depending on if I wanted to do iOS or Android.  Of course, Scratch is a great go between to learn graphics.


http://i49.tinypic.com/rk60py.png

Offline

 

#5 2012-12-30 14:09:16

NeilWest
Scratcher
Registered: 2010-01-06
Posts: 1000+

Re: Programing

TheSupremeOverLord wrote:

One of my friends brothers in autistic, and he wants to be a game creator.  What programing languages other than scratch would be good for him to use?

Lua is relatively easy and there are lots of tutorials and can be used in games like Tekkit or Roblox.

Offline

 

#6 2012-12-30 15:25:44

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: Programing

NeilWest wrote:

Lua is relatively easy and there are lots of tutorials and can be used in games like Tekkit or Roblox.

...and in game frameworks such as Moai and LÖVE. It's great - very easy, yet powerful and extensible.  smile

Last edited by technoguyx (2012-12-30 15:26:07)


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#7 2012-12-31 09:42:28

scratchisthebest
Scratcher
Registered: 2009-02-08
Posts: 500+

Re: Programing

I love löve. It's quite simple to use.

Modyfying someone else's game can be a good place to start, especially when using LÖVE because you just rename the .love to a .zip and open it up.

Try playing with ASWDL first, then crack it open and mess with the codes.


bye 1.4, we all loved you. but we all outgrew the site. 2.0 is a welcome change.
http://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.png

Offline

 

#8 2013-01-01 00:02:09

roger74
Scratcher
Registered: 2012-02-05
Posts: 4

Re: Programing

he should try a language called BASIC.

its similar to the gramer we use in english.

try geting petit coputer (an app on the 3DS $7.99)you can program with BASIC and it comes with 29 sound tracks.

Offline

 

#9 2013-01-01 00:08:17

fillergames
Scratcher
Registered: 2012-10-15
Posts: 1000+

Re: Programing

roger74 wrote:

he should try a language called BASIC.

its similar to the gramer we use in english.

try geting petit coputer (an app on the 3DS $7.99)you can program with BASIC and it comes with 29 sound tracks.

Do not get it. Its the most confusing programming language on earth. I felt like i wasted 8 $ on that app.


http://i50.tinypic.com/2ufvxc5_th.gif Grammer? Whats grammar?

Offline

 

#10 2013-01-01 09:26:16

Snowdrift
Scratcher
Registered: 2011-06-22
Posts: 500+

Re: Programing

I think it would be better if it was SmallBasic not BASIC.

Offline

 

#11 2013-01-01 09:57:03

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Programing

It's up to personal preference, really.


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#12 2013-01-01 10:43:13

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Programing

Let variable = 5 is harder than

set [variable v] to (5)
but easier than int variable = 5;


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

Board footer