Commit Graph

5 Commits

Author SHA1 Message Date
Chris Proctor 9bd0d8e285 Adding orbit_test
We did some live-coding to make a proof-of-concept
for how to get the electrons to orbit!
2024-09-25 16:30:27 -04:00
Chris Mekelburg 4a58ce02b7 first milestone/version drawing project
I was able to draw the rings using iteration and the 6 electrons to show
a carbon atom. I found the turtle documentation to be helpful in finding
some new functions to use such as moving to any spot in the coordinate
plane and drawing the electrons as dots.

For the next steps, I will try to incorporate some iteration for the
drawing of the electrons since it is a repetitive process. I found both
in this project and in the typeface problem set that I sometimes need
to write the code out a few times before trying to add in the iteration.
I then will animate the electrons and hope to be able to incorporate
some type of input that enables my drawing to draw a Bohr model for
different elements based on the user input, which is my longer term
goal.
2024-09-21 21:17:54 -04:00
Chris Proctor 1cc4eddcb9 Add feedback to README 2024-09-17 10:08:17 -04:00
Chris Mekelburg 83a3b72b10 This is the submission of the readme file for my
initial project proposal. I am looking forward to
getting started.
2024-09-14 16:33:40 -04:00
cmekelburg 0aa8c3f169 Initial commit 2024-08-27 23:08:20 +00:00