public static final int COL_DIR_UNDEF = 4; // undefined collision direction // gravity direction enumeration public static final int GRAV_BOTTOM = 0; public static final int GRAV_LEFT = 1; public ...
This is a simple 2D Java Game Library suitable for beginning Java students. It has no dependencies and all necessary files are in one folder. As it relies on the standard Java library, it is ...