Skip to content

Jiatao7/Physics-Learning-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Physics Learning App

Overview

This was my culminating project for my grade 12 computer science course.

It is an user-friendly GUI application developed with Java Swing, designed to teach users about the concept of friction.

Key Features:

  • Interactive Simulation: Allows users to control variables such as the coefficient of friction and mass to observe their effects on an object's motion
  • Practice Problems: Randomly assigns friction problems and offers users the ability to check their answers, view a hint, or access the full solution
  • Quiz: Generates a set of problems for users to solve and tracks their scores to assess their understanding

Try Out the Project:

To try out the project, make sure you have Java Development Kit (JDK) installed.

Clone the repository:

git clone https://github.com/Jiatao7/Physics-Learning-App.git
cd Physics-Learning-App

Compile the code:

javac -encoding UTF-8 -d bin src/*.java

Run the code:

java -cp bin Main

Project Demo:

https://drive.google.com/file/d/16jPUWTPPnlpN8OpQz-QHj1w7zGiwtFcJ/view?usp=sharing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages