[Gifted and Talented] Game Maker for Primary Schools
Kevork Krozian
kevork at edulists.com.au
Fri Jul 29 20:16:10 EST 2011
Hi Folks,
Apologies for the last email - please ignore J
Kevork Krozian
Edulists Creator Administrator
www.edulists.com.au
tel: 0419 356 034
From: giftedandtalented-bounces at edulists.com.au
[mailto:giftedandtalented-bounces at edulists.com.au] On Behalf Of Kevork
Krozian
Sent: Friday, 29 July 2011 8:13 PM
To: 'Gifted and Talented Mailing List'
Subject: Re: [Gifted and Talented] Game Maker for Primary Schools
Hi Nat,
I thought I would pass on to you the details of the LaTrobe Uni lecturer in
Games programming who actually is the one who has stated Use Cases are not
appropriate for Games design. I am drafting an explanation as to why we may
have differences in opinion ( with his input ) on this and will forward this
to the members of the panel where this was discussed several weeks ago. The
lecturer's name is Paul Taylor, email: P.Taylor at latrobe.edu.au .
Paul also runs 1 day workshops for students at LaTrobe Uni Bundoora, to
teach the basics of Xbox programming using XNA. I will let him know you may
be in touch .
With the PHP example I showed you yesterday, there was a typo which was not
picked up by 2 sets of reviewers of the book and I thank you for alerting me
to it.
The array I showed should have been written as follows:
<?php
$myarray =array('apple',55, array('plum','peach','apricot'),true,'54.56');
// The line I showed you read $myarray =array('apple','55',
array('plum','peach','apricot'),'true','54.56') and was not intended to be
all strings.
$myarray[4]= 5*$myarray[4];
print_r($myarray);
?>
// Note the data types in the array- string, integer, array of string,
Boolean and real/float.
The point of the example was to show both the fact PHP handles mixed data
types in an array and simply adjusts the data type when an operator is
applied as the example attempting to multiply 5* '54.56' to give 278.2
showed below. Notepad++ shows the data types in the highlighting it uses as
shown here:
Output is
Array ( [0] => apple [1] => 55 [2] => Array ( [0] => plum [1] => peach [2]
=> apricot ) [3] => 1 [4] => 272.8
Note the string '54.56' is happily multiplied by 5 to give the float/real
272.8.
The point is that a 2D array of mixed data types could happily be
implemented in PHP to give a bit more meaning to a problem setting than all
data to be the same.
Since the PHP text is only in ebook format I can fix these typos and even
add to content as the need arises .
If I can help with anything else or if you are in the mood to post some
sample C# code to help others please let me know.
Kind Regards
Kevork Krozian
Edulists Creator Administrator
www.edulists.com.au
tel: 0419 356 034
From: giftedandtalented-bounces at edulists.com.au
[mailto:giftedandtalented-bounces at edulists.com.au] On Behalf Of Nathanial
Bradshaw
Sent: Sunday, 22 May 2011 10:12 AM
To: giftedandtalented at edulists.com.au
Subject: [Gifted and Talented] Game Maker for Primary Schools
Dear Colleagues,
VITTA has just launched a Game Maker resource package for primary schools.
The resource is titled "Game Maker for Primary Schools" and focuses on the
development of 2d Maze Games. The resources are ideal for students in upper
primary, but also younger students who are looking for extension activities.
The link is attached:
http://www.vitta.org.au/resourceshop/id/118/cid/1/parent/0/pid/1/t/resources
hop/title/Game+Maker+for+Primary
Once purchased, the resource also offers the option to upgrade to additional
VITTA Game Maker resources at a reduced cost.
Regards,
Nathaniel Bradshaw
International Exchange Coordinator, Teacher of Information Technology and
Mathematics
Committee Member of The Victorian IT Teachers Association
Caroline Chisholm Catholic College
204 Churchill Avenue, Braybrook. 3019
T: 03 9296 5311 | F: 03 9296 5381
E: n.bradshaw at cccc.vic.edu.au
W: www.cccc.vic.edu.au
--------------------------------------------------------------
This Email and any attachments may be confidential and, if you
are not the intended recipient, you must not disclose or use the
information in this mail. If received in error, please notify
us immediately and delete the Email and all copies.
Caroline Chisholm Catholic College does not guarantee that this
Email is virus or error free.
The attached files are provided and may only be used on the basis
that the user assumes all responsibility for any loss, damage or
consequence resulting directly or indirectly from the use of
the attached files, whether caused by the negligence of the sender
or not.
The content and opinions in this Email are not necessarily those
of Caroline Chisholm Catholic College.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.edulists.com.au/pipermail/giftedandtalented/attachments/20110729/f26f6935/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 7464 bytes
Desc: not available
Url : http://www.edulists.com.au/pipermail/giftedandtalented/attachments/20110729/f26f6935/attachment-0001.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 738 bytes
Desc: not available
Url : http://www.edulists.com.au/pipermail/giftedandtalented/attachments/20110729/f26f6935/attachment-0002.jpe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 5438 bytes
Desc: not available
Url : http://www.edulists.com.au/pipermail/giftedandtalented/attachments/20110729/f26f6935/attachment-0003.jpe
More information about the giftedandtalented
mailing list