compsci 4 4.1 computer science 4: java for video games jam jenkins d305 lsrc [email protected]...

25
CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC [email protected] Dietolf (Dee) Ramm D226 LSRC [email protected] Instructor www.cs.duke.edu/education/courses/fall05/cps004/dr TA

Upload: joy-quinn

Post on 24-Dec-2015

221 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.1

Computer Science 4:Java for Video Games

Jam JenkinsD305 [email protected]

Dietolf (Dee) RammD226 [email protected]

Instructor

www.cs.duke.edu/education/courses/fall05/cps004/dr

TA

Page 2: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.2

Introduction

Administrative material Introduction to Java Webpage development First assignment (due Wednesday)

Page 3: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.3

Administrative Material

Course Webpage What you will learn? Is this course right for you? Structure of the course

Page 4: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.4

What you will learn in this course

Two primary goals are to teach Basic programming Basic computer science concepts

To explore these topics we’ll study Video game design Algorithms used in video games

Page 5: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.5

What you won’t learn in this course

The same amount and type of programming as in CompSci 6 for majors

Enough about Java or video games to market your own games

Programming concepts that will only be useful using our video games package

Page 6: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.6

Who should take this course ?

Students with very little or no background in computer programming

Students who want to learn something about computer programming and might want to take additional courses

Prospective majors who feel they are not ready for CompSci 6

Students who want to learn something new, interesting, and fun, that might actually be useful

Page 7: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.7

Who should not take this course

Computer Science Majors who already know how to program (in any language)

Computer Programmers Students afraid of technology who want

to get QS credit with as little pain a possible and who could never imagine taking another computer course (take CompSci 1 instead: it’s a survey course with more general knowledge)

Page 8: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.8

Structure of the Course

Homeworks 50% Weekly Typically done in pairs Build toward project

Tests 30% 2 Each 15% (no final: final period required for

project presentations) Project 20%

Used in place of final Done in pairs

Page 9: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.9

Introduction to JavaDownloading Source Code

Open course website:http://www.cs.duke.edu/education/courses/fall05/cps004/dr

Click on Code at the upper right Right click on pong.jar Select Save Link Target As Save to Desktop (confirm that pong.jar is on the Desktop)

Page 10: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.10

Introduction to JavaUsing Eclipse

Starting Eclipse Making a project Importing files into a project Editing source code Compiling source code Executing source code Saving project

Page 11: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.11

Starting Eclipse

Double Click on Math Apps on the Desktop

Double Click on eclipse.exe

Page 12: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.12

Making a project

File->New->Project Java->Java Project Click on Next For Project Name type Sample Click on Finish Switch to Java Perspective? Yes

Page 13: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.13

Importing files into a project File->Import Zip file Click on Next From zip file Click on Browse Click on Desktop Click pong.jar Open For Into folder Click on Browse and select

Sample ok Finish

Page 14: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.14

Executing source code

Click on + by Sample Click on + by pong Click on Pong.java Run->Run as->Java Application Play the game

Using the mouse Using the keys ‘i’ and ‘m’

(click on red square near bottom right to end)

Page 15: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.15

Editing source code

Double Click on PongLoop.java Go to line 69 where it says

position1.y-=2; (you’ll see 69:23 in the lower right hand corner

as you move the cursor in the code) Change it to say

position1.y-=8;

Click on the disk icon to save (or File->Save)

Page 16: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.16

Compiling source code

Always be sure to save any changes before compiling (done in the previous step)

(compile is done automatically when you save)

Page 17: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.17

Executing the modified code

Click on Pong.java Run->Run as->Java Application

(or click on icon with white triangle in green circle)

(this will repeat the last Run->Run as->Java Application)

What changed?

Page 18: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.18

Saving project

During class projects are saved on the desktop

Before leaving the lab be sure to save your project to your acpub account

Page 19: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.19

Saving project

Click on Sample File->Export Jar file Click on Next Click on Export java source files and resources For Select the export destination

Browse ICC229 (My Computer) Select P drive Create and/or change into cps4 folder Use filename mypong.jar

Click on Finish

Page 20: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.20

Web Page Development

Where files should be placed How to create and use directories

(folders) Using Windows Notepad

Can use almost any editor Could use the one in Eclipse

Page 21: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.21

Webpage Placement

Your webpage is located in P:\public_html Your individual course webpage will be

located in P:\public_html\cps4 Your personal webpage is viewable from

http://www.duke.edu/~yourlogin Your course webpage is viewable from

http://www.duke.edu/~yourlogin/cps4

Page 22: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.22

Creating Directories

Double Click on My Computer (ICC229) Double Click on P drive (could also be

indicated by your login) Double Click on public_html File->New->Folder Type in cps4 and Enter

Page 23: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.23

Netscape/Mozilla Composer

Find and open up Notepad Type in

<html><head> </head><body><h1> Hello! </h1></body></html>

File->Save as Select P:\public_html Select cps4 Save as Hello.html

Page 24: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.24

Netscape/Mozilla Composer

In Netscape/IE/Firefox, go tohttp://www.duke.edu/~yourlogin/cps4/Hello.html

Rename Hello.html to index.html and go tohttp://www.duke.edu/~yourlogin/cps4/

index.html is searched for automatically if no file name is given

Experiment on your own time with this web page to make more webpages and add links

(Refer to resources on class web page for help with html)

Page 25: CompSci 4 4.1 Computer Science 4: Java for Video Games Jam Jenkins D305 LSRC cjj1@cs.duke.edu Dietolf (Dee) Ramm D226 LSRC dr@cs.duke.edu Instructor

CompSci 4 4.25

First Assignment

Visit the course website and complete the first assignment due on Wednesday