DWK

General
+ Home
+ Links

Programming
+ My Programs

collision

A program to calculate the angle of the trajectory of an object, such that it will collide with a target.

It's just a simple C++ SDL demo of the algorithm, which is quite badly implemented. Be sure to press '?' to see the valid keys. The comment at the top of collision.cpp explains the algorithm briefly.

git is used for version control, but the repository isn't here at the moment.

Download

  • collision-2.7.0-332814f.tar.gz (669,056): collision git version 332814f, including source code, resources (a font), 32- and 64-bit Linux executables, and a Windows executable plus all of the required DLLs.
  • collision-2.7.0-332814f.zip (666,378): Exactly the same as above, in .ZIP format. (Windows computers will more likely be able to open this.)
Top