Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4,6 TrustPilot
logo-home
Exam (elaborations)

CPSC110 Pset4 solution

Rating
-
Sold
-
Pages
11
Grade
A
Uploaded on
16-11-2025
Written in
2025/2026

This is the correct and the latest solution for pset 4.

Institution
Course

Content preview

;​; DO NOT PUT ANYTHING PERSONALLY IDENTIFYING BEYOND YOUR CWL IN THIS​
​FILE.​
​;; YOUR CWLs WILL BE SUFFICIENT TO IDENTIFY YOU.​
​(require 2htdp/universe)​
​(require 2htdp/image)​
​(require spd/tags)​

​(@assignment psets/pset-04);Do not edit or remove this tag​

(​ @problem 1)​
​(@htdw ListOfBall)​

;​; Constants:​
​(define WIDTH 605)​
​(define HEIGHT 535)​

​(define BALL-RADIUS 10)​

(​ define TOP (+ 0 BALL-RADIUS));these constants define the "inner box"​
​(define BOT (- HEIGHT 1 BALL-RADIUS));that constrain the center of the ball​
​(define LEF (+ 0 BALL-RADIUS));​
​(define RIG (- WIDTH 1 BALL-RADIUS));​

​(define BALL (circle BALL-RADIUS "solid" "white"))​

​(define MTS (rectangle WIDTH HEIGHT "solid" "green"))​


;​;​
​======================================================================​
​=====​
​;;​
​======================================================================​
​=====​
​;; Data definitions:​

(​ @htdd Ball)​
​(define-struct ball (x y dx dy))​
​;; Ball is (make-ball Number Number Number Number)​
​;; interp. (make-ball x y dx dy) is ball​
​;; - position x, y in screen coordinates​
​;; - velocity dx, dy in pixels/tick​
​;; CONSTRAINT: x is in [LEF, RIG]; y is in [TOP, BOT]​
​(define B1 (make-ball (/ WIDTH 2) (/ HEIGHT 2) 4 -3))​

​(@dd-template-rules compound)​

​(define (fn-for-ball b)​

, ​(... (ball-x b)​
​(ball-y b)​
​(ball-dx b)​
​(ball-dy b)))​

(​ @htdd ListOfBall)​
​;; ListOfBall is one of:​
​;; - empty​
​;; - (cons Ball ListOfBall)​
​;; interp. a list of balls​
​(define LOB1 empty)​
​(define LOB2 (cons B1 empty))​

​(@dd-template-rules one-of​
​atomic-distinct​
​compound​
​ref​
​self-ref)​

​(define (fn-for-lob lob)​
​(cond [(empty? lob) (...)]​
​[else​
​(... (fn-for-ball (first lob))​
​(fn-for-lob (rest lob)))]))​




;​;​
​======================================================================​
​=====​
​;;​
​======================================================================​
​=====​
​;; Functions:​

(​ @htdf main)​
​(@signature ListOfBall -> ListOfBall)​
​;; start the game, call with (main LOB1)​
​;; no tests for main functions​

​(@template-origin htdw-main)​

​(define (main lob)​
​(big-bang lob​
​(to-draw render-balls) ;ListOfBall -> Image​
​(on-tick next-balls) ;ListOfBall -> ListOfBall​
​(on-key handle-key) ;ListOfBall KeyEvent -> ListOfBall​
​(on-mouse handle-mouse))) ;ListOfBall MouseEvent Integer Integer​

Written for

Institution
Study
Course

Document information

Uploaded on
November 16, 2025
Number of pages
11
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

R176,89
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
06shyun1211

Get to know the seller

Seller avatar
06shyun1211 University of British Columbia
Follow You need to be logged in order to follow users or courses
Sold
1
Member since
4 months
Number of followers
0
Documents
8
Last sold
3 weeks ago

0,0

0 reviews

5
0
4
0
3
0
2
0
1
0

Trending documents

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can immediately select a different document that better matches what you need.

Pay how you prefer, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card or EFT and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions