Skip to content

This is my AP Computer Science Principles project, submitted in 2023. It uses JavaScript to simulate the motion of a few objects under the influence of gravity. Reload the page to reset the universe.

License

Notifications You must be signed in to change notification settings

Edward-Chin/GravitySim.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# README for Gravity Sim #

This is the README file for the Gravity Sim app. It's a great place to write
down some notes about how your app works. For starters, here is some information
about the other files in this folder.

The files in this folder contain everything you need to run your app:

* `applab/applab.js` - This file contains the applab library, which has all the
  javascript that applab uses to run your app.

* `applab/applab.css` - This file contains some default CSS styling for your app.

* `index.html` - This is the html file that you designed in applab using the
  Design tab. It contains all the buttons, text inputs, and other controls for
  your app. Go here to add additional controls to your app.

* `style.css` - This file defines the custom styling for each control in your
  app that you specified under the Design tab. Go here to change the colors,
  positions, dimensions, and other properties of your app's controls.

* `code.js` - This file has all the code you wrote for your app. Go here to add
  new behavior to your app.

* `assets` - This is a directory with all the asset files (pictures and sounds)
  that you uploaded in applab.

About

This is my AP Computer Science Principles project, submitted in 2023. It uses JavaScript to simulate the motion of a few objects under the influence of gravity. Reload the page to reset the universe.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published