Find Resources

What are the chances?

Posted March 30, 2017 by turtle

An off-line activity to introduce students to concepts of randomness and how to program percent chance using a slider in StarLogo Nova.

Swords and Shields

Posted August 25, 2016 by turtle

Swords and Shields is an interactive simulation game which teaches students some of the basic ideas of complex adaptive systems. After playing, you can show the students a model of the game in StarLogo TNG or StarLogo Nova to discuss basic concepts of agent-based modeling. Try it, it's fun! See also the variation to this activity in Resources, and see the related activity of TryAngles.

What are the chances?

Posted August 30, 2016 by turtle

This activity to explore randomness and how to program percent chance in StarLogo Nova.

Random Walks with code blocks for StarLogo Nova

Posted August 30, 2016 by turtle

Modeling the movement of agents (people,molecules, cars or ideas) is an important part of modeling systems. Different agents will have varying amount of randomness in their “walks” which can have an impact on systems. In this activity, students will apply the concept of randomness to a simple StarLogo program in which the agents will use ‘random’ blocks to ‘wiggle’ as they move around SpaceLand. This programming activity follows the ‘What are the Chances?" activity.

Rock Paper Scissors

Posted August 30, 2016 by turtle

The classic game of Rock Paper Scissors is known to all students. This common experience can then be used to encourage students to think about Complex Adaptive Systems in terms of unpredictability, which comes from the simple rules of agents. The off-line activity gives students a set of rules that will then be programmed into their computer model using Boolean logic and collisions.

Battleship activity in StarLogo Nova

Posted August 30, 2016 by turtle

This activity uses the idea of the classic "battleship" game to review x and y coordinates in StarLogo Nova.  Students do a pen and paper simulation of the game, and then use a base model in StarLogo Nova to review the coordinates.

Decoding a model

Posted September 1, 2016 by turtle

Decoding a model is an on computer activity in which students are challenged to decode a model.

Battle of the Agents

Posted March 29, 2017 by turtle

A take on the classic board game Battleship, this paper and pencil activity is a fun way to help students understand the use of x and y coordinates in StarLogo Nova. After the activity, students can use the StarLogo Nova model to experiment with x and y locations in a game-like context.

Daisy world

Posted April 3, 2017 by turtle

A model demonstrating the albedo effect of black or white surfaces. Use as a part of the Climate Change and Agriculture Project GUTS Curricular Unit, or as a stand-alone model, activity, and video.

Skill Building Deck

Posted June 12, 2019 by ilee

A slide deck of exercises to build CS and decoding skills

Code.org and SLNova Computer Science Concepts

Posted May 13, 2017 by kristico

This is a 4 week unit for a Computer Technology class in a middle school. Students are introduced to computer science concepts through lessons in Code.org's Course 3. Students then apply those concepts in SLNova projects.

Data and Data Analysis video

Posted July 3, 2017 by sgibbs

A very short video (0.36) introducing the concepts of data and data analysis from StarLogo Nova models.

Maze

Posted August 3, 2017 by arodriguez

Students struggle understanding proportional relationships and scaling shapes. This module allows students to scale one shape and transfer it to 3 different environments. Students will create a game online (SL Nova) and program a Sphero (robot) while learning the math standards.

Exploring the Wiggle Walk and Collisions via a Kinesthetic Activity

Posted August 4, 2017 by jhenderson

This activity teaches the Wiggle Walk blocks (random right by ___ degrees, random left by___ degrees), through a kinesthetic activity and explores when a programmer would want to code agents to move this way. It avoids the statical analysis of the random probabilities found in Module One, Lesson 4 Activity 1: Probability with Dice and Data and Colliding Turtles, while still addressing the end goals of the Module One Lesson 4.

Debugging Challenges for StarLogo Nova

Posted July 27, 2018 by turtle

These challenges ask students to identify and correct common coding errors within StarLogo Nova programs. The first challenge is generic, all others relate to the content area module from CS in Science. Students like to solve the problems and fix the code, and learn about debugging skills while engaging further with content area modules. It is also a good review for instructions/facilitators before building code with students.

Coding Challenges

Posted July 27, 2018 by turtle

Coding Challenge are a series of short challenges that focus on improving coding skills using StarLogo Nova. Each set of challenges focuses on a specific concept: degrees & heading, x & y coordinates and randomness, conditions including absolute value and percent chance, adding color to the terrain and repeat loops, using the z coordinate, and other computer science concepts (logic blocks, data collection),.

Walk & Turn for StarLogo Nova

Posted July 27, 2018 by turtle

This is the CS in Science, Module 1, Activity 1 activity. Students participate in an activity acting as agents, then view a computer model, to introduce concepts of computer science and complex adaptive systems.

Alternate activities to introduce Project GUTS

Posted July 27, 2018 by turtle

Sometimes, teachers have a students who have already participated in Project GUTS introductory activities, and want to use something different, or want another activity to expand a lesson. Below are links to some alternate activities, both hands-on and on-line, for you to explore.

Lightbot and StarLogo NOVA

Posted August 25, 2016 by turtle

This on-line activity asks students to complete the first 8 exercises of the popular "Lightbot" program within the Hour of Code activities. Then, students try to recreate a similar program in StarLogo Nova, where an unfamiliar user could use keyboard controls, widgets, or procedures to get the robot to follow a pattern. It practices several computing skills (procedures, loops) and conveys the idea that games students see and play on-line have been created and coded by someone.

If you can't find what you're looking for, send us a comment about what you were expecting to find.