Category: Uncategorized

  • CAD Blog Post

    When I started thinking of this project, the first thing that I thought about was making a bottle container for any liquid. However, when I started making the cylinders, I was thinking about why not make it interesting. Therefore, I decided to make an engine, to be specific, not the whole engine with all the details, whcih might be costing months of time, I did the pumping cylinders part.

    Part 1

    This is the first part of the whole thing, it is just basically creating circles and making extrudes.

    Part 2

    This is another part using the tool of three point arc to make it symmetrical towards the original cylinder.

    Part 3

    This is the last part of the body which simply includes two cylinders and the 3 dimension shape that we made on the second part.This part is also the main rotation part of the engine that pumps the pistons up and down.

    This is the main part of the project, which is called the pistons, they are the things that goes up and down. I started this part by using the diameter of the cylinder in part 3 to create a circle. Then I created another circle slightly smaller and connected them together. Then used the extrude tool to make it 3d. Lastly using the revolve tool to make the top part.

    This is the whole thing connected together

    Another view…

    The drawing of the project

    The total materials needed:

    Conclusion:

    This is the first 3D model creating project, I thought I did pretty well on the logic of the whole project. However, I think it will be best if I can add more details to the pistons, or even make it more complicated such as a whole engine of a car.

  • Number game blog post

    1: As the project was announced, it actually made me quite struggle since I have nearly zero experience in Python so I have to go through how python code was made and the fundamentals.

    I started with thinking of doing something sports related like a bouncing ball code. However, It came out that the background and the ball image is hard to be crafted together. From this, I got inspired to make a number guessing game.

    ____________________________________________

    This is my Code for the project

    “欢迎使用 Colab”的副本 – Colab

    ____________________________________________

    This is the flow chart of the process

    ____________________________________________

    These are the definitions of what each code does

    1:

    This sentence is mainly telling the system that we are about to code a thing that requires random generates

    2:

    This sentence means we are letting the system randomly pick a number to start the game

    3:

    These are basically the greeting sentences, and sets the attempts count

    4:

    The first one means that the game will run forever until we get the right answer, the second one is to ensure if I entered a non-number, we can do with it.

    5:

    These basically means to create a box for the player to write their guess and plus an attempt for each guess

    6:

    These are just codes that will give feedbacks if the player gets the wrong answer and also stop when the player guessed the correct answer

    7:

    This is basically the part of how the system should do if the player input a non-number thing

    Function Definition

    These are the parts pf Function, creating a reusable code that includes the whole game in it

    ____________________________________________

    The AI Interaction

    AI Interactions

  • Hello world!

    Welcome to User’s blog Sites. This is your first post. Edit or delete it, then start writing!