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

Welcome to CPP Game’s documentation!#

Click here for the repository

Click here for my .io page

Contents:

  • READ ME
    • How to play!
    • Compilation instructions
    • Libraries/Requirements
    • Documentation
    • Notes and to-do’s
  • How does the game run?
    • Main game loop
    • Entity-Component-System
    • Game.hpp and Game.cpp
  • Making YOUR game!
  • Documentation
    • Entity Component System (ECS)
    • Custom Controllers
    • Collision
    • Game class
    • TileMap class
    • Utils

Indices and tables#

  • Index

  • Module Index

  • Search Page

Next
C++ Game
Copyright © 2024, Antonio ROCHA
Made with Sphinx and @pradyunsg's Furo
On this page
  • Welcome to CPP Game’s documentation!
    • Indices and tables