Skip to content

Author's personal project for learning ball physics

Notifications You must be signed in to change notification settings

DragWx/ball-physics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Ball Physics

This is a personal project where I learn how ball physics work. This project is likely to change shape several times and may occasionally resemble a game.

This is written in JS because it's an easy environment to experiment in.

Current Features

  • Movement and velocity of one ball
  • Collision detection against a static layout:
    • Layout is made of vertices
    • Layout is defined as a tilemap
    • Wall ejection
    • Bouncing

License

Copyright (C) DragWx

Licensed under the MIT License.

About

Author's personal project for learning ball physics

Resources

Stars

Watchers

Forks