Common Computer Science References
Learning Outcome
At the end of this lesson, you will be able to:
define the "core" functionality of your app
Review
null
Lesson
as you are exploring possible solutions, remember who your user is
have as few features as possible, that still achieves the goal of your game
Activity
null
Daily Assignment
state exactly what the core functionality of your program is
make sure your program does not do anything else!
post this "exactness"
on your device
now that you have a "moving" something on your device, lets make sure we can actually get artwork on it
today, start by placing just a bitmap (image) on the screen (or a Unicode text character if you are doing console app)