8000 GitHub - Game-prince/pyphysics: This is a physics library for pygame.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Game-prince/pyphysics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyphysics

This is a python package for game developers who use pygame. After using this package developers will be able to implement different objects in the game.

milestones

  • Create a space
  • Create an object in the space
    • Apply gravity on object
    • Apply some force on object

requirements

  • python 3.6
  • pygame==2.1.0

installation

usage

Folder Structure

pyphysics
├── pyphyics
│   ├── __init__.py
|   ├── space.py
|
├── .gitignore
├── documentation.txt
├── README.md
├── requirements.txt
└── setup.py

About

This is a physics library for pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0