/FP3

final project exploration #2: use a Racket library that will be part of your final project

Primary LanguageRacket

FP3

Name: LeangSeu Kim

Partner: Chhayhout Chheou

Project Name: Space Shooting

2htdp/image

defining a bunch of pictures so I can use it after.

p0.png

place the character on the background.

p2.png

Adding tree to the canvas

p1.png

2htdp/universe

creating animation

(define (create-scene width)
  (underlay/xy background width 160 timber-man-left))

(animate create-scene)

This will product an animation that move timber-man-left from left to right

p3.png p4.png p5.png

I download all the asset from this site

The plan for this project to make the game similiar timberman

I will be working on gui part and my partner will be doing the sound. Then finally we will combine it for the game.