Month: October 2015
121COM Week three Lab exercises (Printscreen through word)
a) This code reverses a list b) Using the appendix function the code is able to add another component to the list c) Using the remove function, the code is able to remove a component from the list d) Using the lower function the code is able change uppercase from lowercase e) Using str.center it […]
ALL: High Sprites First Draft (Week 2)
ALL Sprites(First Draft) These are our initial sprites for the game. The player will have control of the wizard which they will be able to move from left to right. The rabbit(s) will be the enemy in which its the players job to attack. Finally the tree and log are just some examples of scenery […]
ALL: Scolling background script(Week2)
So this piece of script creates a public integer and allows for a constant scrolling background on the Y axis. I wanted this to be a constant motion so the script was applied in the update section of the script, by creating a new vector 2 whereby this script would later be applied to the […]
worksheet 4 Flip flops, adders and registers
Lab Exercises Week 3
Lab Exercises Week 3
121COM Python worksheet 3(Download Document)
questions on woksheet 3
121COM Python worksheet 4 (My attempt) (Download Document)
worksheet 4 my attempt