Puyomino / ponggame

SDD task that is a simple game of Pong
0 stars 0 forks source link

Poster Diagrams #11

Closed Puyomino closed 2 months ago

Puyomino commented 4 months ago

We need some UML diagrams for the Pong game poster. These include but are not limited to:

huy070206 commented 4 months ago

Sequence drawio i did the sequence diagram first. might need some fixing but u guys can have a look

Puyomino commented 4 months ago

I realised that the context diagrams, data flow diagrams and structure charts aren't necessary here, as the program doesn't record or store any data. It only listens for user inputs, then immediately forgets after they have released the button.

If you can find a way to make the other charts, go ahead but I'm not sure if there can be anything there.

Puyomino commented 4 months ago

pong game flowchart drawio I made a ball flowchart as that is probably the most complex thing here.