Contents Menu Expand Light mode Dark mode Auto light/dark mode
Welcome to CPP Game's documentation!
CPP Game
CPP Game

Contents:

  • READ ME
  • How does the game run?
  • Making YOUR game!
  • Documentation
    • Entity Component System (ECS)
      • Components
        • Transform
        • Sprite
        • KeyboardController
          • KeyboardPlayer
        • MouseController
          • MouseTest
        • Collider
        • UILabel
        • Health
        • Damage
      • Entities
        • Projectile
        • Player
        • TempEntity
      • States
        • Cooldown
          • Hurting
          • Shooting
          • Spawning
    • Custom Controllers
      • KeyboardPlayer
      • MouseTest
    • Collision
    • Game class
    • TileMap class
    • Utils
Back to top

Entities#

Child classes of the Entity class.

Contents:

  • Projectile
  • Player
  • TempEntity
Next
Projectile (entity)
Previous
Damage (component)
Copyright © 2024, Antonio ROCHA
Made with Sphinx and @pradyunsg's Furo