Skip to content

An exercise exploring variables and loops using Python Arcade

License

Notifications You must be signed in to change notification settings

Ethan-source/E01b-Smiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The objective of this assignment was to rearrange the coordinates of the shapes it takes to make a yellow smiley face. As each page progresses, there are more lines of code that allow for easier and more specific placement of the shapes. The smiley faces in all of the pages were originally either all put in the corner coordinates of the screen (0,0), or were overlapping. It was my job to change the (x,y, height, and width)coordinates so that all of the shapes were placed correctly. Finally, on page main5.py all of the code was previously written, and I had to explain what each part of the code does.

About

An exercise exploring variables and loops using Python Arcade

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%