8000 GitHub - ronaldroe/planets: used python to build a basic physics engine to simulate planets gravity.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ronaldroe/planets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🪐 Planets

Static Badge

📖 About

This is a pygame project I made when I was very first learning to code. It is an interactive simulation of gravity. You can launch moons by clicking, dragging, and releasing.

📸 Screen Shots

screenshot


🌟 Current Features:

  • Able to launch moons and see how they interact with the planets gravity.

📋 Planned Features:

No new features are currently planned for this project.

Feel free to contribute your own ideas to this project.


 

🛠️ Built With

📝 Languages

  • Python: Used for logic handling.

📚 Libraries and Frameworks

  • Py-Game: Used for rendering screen, game window, and various game like capabilities.

🌐 APIs and Services

No APIs or additional services are currently used on this project

📦 Package Managers

Do not currently have a package manager installed but intend to add tooling soon

 

💻 Installation / Setup

  1. Clone this repo to your machine:
git clone https://github.com/xBromsson/dnd-spells.git

 

📜 License

This project is released into the public domain using The Unlicense - see the LICENSE file for details.

 

🤝 Contributing

We welcome contributions to this project! Here's how you can help:

  1. Fork the Repository: Create a fork of this project to your GitHub account.

  2. Clone the Fork: Clone the fork to your local machine.

    git clone https://github.com/your-username/project-name.git
    
  3. Create a Branch: Create a new branch to work on.

    git checkout -b my-new-feature
    
  4. Make Changes: Make your changes or additions to the new branch.

  5. Commit and Push: Commit your changes to your own branch and push the work back up to your fork.

    git push origin my-new-feature
    
  6. Pull Request: Open a pull request to propose your changes to the main branch.

For more information on using GitHub, please refer to GitHub's How To.

Thank you for your contributions!

About

used python to build a basic physics engine to simulate planets gravity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0