Search for tag: "ellipse"
Cantu @ 2022 NNCI REU Convocation2022 NNCI REU Convocation at the University of Louisville, Kentucky; Rodolfo Cantu, 2022 CNF REU Intern with Prof. Amal El-Ghazaly (Cornell)
From Melanie-Claire Mallison
10 plays
|
|
Lesson 27.8 Application DesignGame applications (and graphical applications in general) can get pretty complicated. In this video we talk about how to break up your code to make it more readable and more manageable. In some…
From Hannah Lee
60 plays
|
|
Lesson 27.6 Application StateEven though you only need to implement three methods in GameApp subclass, this methods will eventually get very long. In this video we introduce the concept of application state, and talk about how…
From Hannah Lee
67 plays
|
|
Lesson 27.3 The GameApp ClassIn this video we introduce the GameApp class, which is a class written by your instructor. In the last assignment you will be creating a subclass of the class to run your game. This video highlights…
From Hannah Lee
87 plays
|
|
Zoom Nov. 5. InheritanceIn this presentation, we continue with several of the classes that we worked on last time. But this time, we create subclasses of them.On the exam, the class question will always be a two-parter. One…
From Hannah Lee
21 plays
|
|
Lesson 9.4 If-Elif StatementsIn this video we introduce the final conditional statement, the if-elif-else statement. This allows you to chose between an arbitrary number of options.
From Hannah Lee
131 plays
|