
Alice 3 to Java: Learning Creative Programming through Storytelling and Gaming
Description
For courses in Introductory Programming for Java and Alice
Learn programming basics in a creative context that's more engaging and less complicated
Taking a computer programming course can be challenging, time-consuming, and downright frustrating-but there's a better way. Alice 3 to Java: Learning Creative Programming through Storytelling and Gaming , First Edition introduces readers to programming in a creative context that's more engaging and less complicated, while still covering all the essential concepts you'd expect to see in an introductory programming course. Readers are invited to step into the world of creating 3D animations through chapters that present programming concepts with hands-on examples. Throughout the text, readers create a short story or game centered on Lawrence Prenderghast's Haunted Circus , a story by Laura Paoletti. Students bring the story to life through projects and exercises using Alice, an animation tool similar to professional software used by studios like Pixar and DreamWorks. Later in the book, students may apply what they've learned in Alice to using Java, a professional, production-level programming course.
More details
Persons
Content
- Prologue: Lawrence Prenderghast's Haunted Circus
- Introduction
- Design
- Implementation in Alice
- Implement and Test
- Procedures, do together, and Count Loops
- Stepwise Refinement and Inheritance
- Implementation in Java
- Importing: Alice 3 to Java and Code
- Code Reuse, Parameters, Data Types, Variables, and Arithmetic Expressions
- Java: Parameters, Data Types, Variables, Expressions, and Loop Control
- Interactivity with Events, If/Else, Conditions, and Built-in Functions
- Custom Functions, While Loops, Random Values, Input, and a Game Algorithm
- Built-in Arrays, Poses, More Events, and Interactive Controls
- Custom Arrays and Functions
- Java: Custom Arrays and Sort
- Event-Driven Programming and Advanced Game Controls