Slashdot Mirror


In UK Study, Girls Best Boys At Making Computer Games

New submitter Esteanil writes Researchers in the University of Sussex's Informatics department asked pupils at a secondary school to design and program their own computer game using a new visual programming language. The young people, aged 12-13, spent eight weeks developing their own 3D role-playing games. The girls in the classroom wrote more complex programs in their games than the boys and also learnt more about coding. The girls used seven different triggers – almost twice as many as the boys – and were much more successful at creating complex scripts with two or more parts and conditional clauses. Boys nearly always chose to trigger their scripts on when a character says something, which is the first and easiest trigger to learn.

6 of 312 comments (clear)

  1. What kind of a "study" is this? by popo · · Score: 5, Insightful

    "Complex stories"? "Two or more parts or conditional clauses"? Two???

    "Trigger their scripts on when a character says something?"

    I am a game developer. I have no idea what they are talking about.

    More fundamentally: is "complexity" good?

    --
    ------ The best brain training is now totally free : )
    1. Re: What kind of a "study" is this? by Trepidity · · Score: 5, Informative

      Varies by engine, but a lot of game logic these days is specified via visual programming languages, especially at big "AAA" game companies. The engine itself and the graphics/rendering parts, along with some computationally sensitive AI bits, will be written in C++, but a lot of the actual gameplay-relevant logic and events are scripted using something like Kismet (UDK3) or Blueprints (UDK4). Partly this is because in big companies, game logic has moved more and more towards becoming the responsibility of the level and character designers, while the "programmers" have become more specialized engine/graphics coders who don't actually program anything to do with gameplay.

  2. Girls more developed at 12-13 years by houghi · · Score: 5, Insightful

    News at 11.

    --
    Don't fight for your country, if your country does not fight for you.
  3. More Information by Kvathe · · Score: 5, Informative

    Fortunately my university provides me with access to the original study, so for those who are interested:

    The study was performed on three elementary school classes with a total of 55 students (29 girls, 26 boys). Despite the small sample size, they did perform a statistical analysis and found the results to be significant (p < 0.001), the results being that girls on average scored higher on a computational thinking test before and after the course. The differences in improvement between genders was not significant and it is worth noting that despite having lower average scores before and after the course, the range of scores for boys in post-testing extended higher and lower than those of girls. I wish I could link the boxplot for the data but I'm not sure that's legal.

    It is also important to note that the study was not performed in order to measure the difference between boys and girls in programming, but to measure the benefits of using their special programming software over an eight-week course. The software itself is indeed very visual, and the 'programming' is done by dragging around boxes with partial statements and filling in the blanks with object boxes. The software then constructs a text interpretation of the code in a lower box, which is what the computational thinking problems related to.

    1. Re:More Information by Kvathe · · Score: 5, Informative

      Additionally: the focus on girls using more triggers than boys is misleading, the three extra triggers not used by boys were used by girls a combined total of five times, with two only being used once. Hardly the huge creative gap that it's made out to be.

  4. Re:Which is why girls dominate game making... by Karmashock · · Score: 5, Insightful

    Girls have developed faster then boys at that age since always. It is a well known trait.

    However, the boys catch up and then the advantage vanishes.

    Games are not programmed or developed by 12 year olds. They're mostly developed by people between the ages of 25 and 45. An age bracket which is well beyond the critical age range you're talking about.

    What is more, you can see in the colleges that even with women out numbering men in the colleges... the programming, mathematics, etc courses are mostly men. And amongst the hard programming and math courses... 99.999999 percent men.

    Now am I saying women can't do this work? No. I am rather saying they don't want to do it. They sit down in the programming classes, notice it is not fun for them, and leave.

    It is a choice.

    --
    I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.