Skip to content

Releases: ChrisYuanZhong/CrossPlatformGameEngine

Side-Scrolling Platformer Release

11 Dec 04:50
Compare
Choose a tag to compare

This is a simple side-scrolling platformer game created by my game engine with my physics static library.

Game Engine Descriptions: https://drive.google.com/drive/folders/1gnllFQo6m8JwzMxtvhA83t8gEoacCADz
Demo Video: https://drive.google.com/file/d/1iJ7pdrBvREuZyoVupNtEULLYKRY22pnZ/view?usp=sharing

Physics System Release

05 Dec 01:57
ec00f98
Compare
Choose a tag to compare
Updates

1. The physics system now works properly if game objects are destroyed during runtime.
2. Fixed a bug where the collision detection of box colliders is only accurate when the boxes are only rotated by the y axis. It now works with any rotations!
3. Added a compensation for gravity due to the drag coefficient.