Skip to content

My first ever programming-related projects. Implemented during the Instigate Robotics course.

License

Notifications You must be signed in to change notification settings

dpetrosy/Instigate_Robotics_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


📜 About Repository

Here are 3 small projects that I've done during a programming course for the beginner at Instigate Robotics.

  • 3D model developed in FreeCAD at our choice.
  • KTurtle programming tasks.
  • Develop a 2D game in Scratch at our choice.

🛠️ FreeCAD

The task was to develop a 3D model in FreeCAD. So I choose something interesting for me and made 3d model for
120mm M829 Armor-Piercing, Fin-Stabilized, Discarding Sabot (APFSDS).
I used these references during the development.
To see the 3D model download the FreeCAD software and open the .FCStd file.

🐢 KTurtle

There were 3 tasks, which needed to develop in KTurtle:

  • Write a pseudocode to draw any polygon.
  • Write a pseudocode to draw a circle.
  • Write a pseudocode to draw a 3D cube, which depends on viewpoint.

KTurtle documentation is located here.
To run the sources download the KTurtle learning environment and open the .turtle files.

👨🏻‍💻 Scratch

The task was to develop a 2D game in Scratch of our choice.
So I made a reaction game, to see it just open .sb3 file in Scratch website.