|
casse-brick latest
Ce projet est réalisé dans le cadre du cours de Programmation Avancée en M1 Informatique de l'université de Strasbourg.
|
| ▼CCollider | Generic collider object |
| CCircleCollider | Circular collider object |
| CHexagonCollider | Hexagonal collider object |
| CRectCollider | Rectangular collider object |
| CTriangleCollider | Triangular collider object |
| ▼CCollidingObject | Generic colliding object |
| ▼CBrique | Block object in the game |
| CHexagon | Hexagonal block |
| CRectangle | Rectangular block |
| CTriangle | Triangular block |
| ▼CMovingObject | Moving colliding object |
| CBall | Ball object in the game |
| CPLATFORM | Movable platform object |
| CWALL | |
| CCollisionInfo | The CollisionInfo struct contains information about a collision |
| CCollisionManager | Manages collision detection and resolution |
| CGrille | Game grid for blocks/bricks |
| Cpoint | The point struct represents a point in 2D space |