Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature 10 collisions #109

Open
wants to merge 64 commits into
base: main
Choose a base branch
from
Open

Commits on Jun 20, 2024

  1. Window

    GR-tejas committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9756614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    738edd7 View commit details
    Browse the repository at this point in the history
  3. Update main.cpp

    GR-tejas committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ae9627a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from GR-tejas/Feature-1-SFML

    Drawing shapes using SFML
    GR-tejas authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7492978 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Update main.cpp

    GR-tejas committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5abb636 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from GR-tejas/Feature-1-SFML

    Sprites and text in SFML
    GR-tejas authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    92f4fbe View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Player Class

    Added player class
    GR-tejas committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    66e9bd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Update main.cpp

    GR-tejas committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0633651 View commit details
    Browse the repository at this point in the history
  2. Player Movement

    GR-tejas committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    540dcca View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    0d45c91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4918d6f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Added service locator files

    GR-tejas committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4ce1d67 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Organizing code

    GR-tejas committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    021e498 View commit details
    Browse the repository at this point in the history
  2. Added event service

    GR-tejas committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c0ab1c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Added player service

    GR-tejas committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    436b2a5 View commit details
    Browse the repository at this point in the history
  2. Temp

    error with movement speed
    GR-tejas committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    84c77d0 View commit details
    Browse the repository at this point in the history
  3. Added TimeService

    GR-tejas committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    acb1182 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Added Player Model Class

    GR-tejas committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    76d4f58 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    98e9d89 View commit details
    Browse the repository at this point in the history
  2. Forward Declaration

    GR-tejas committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    94561ba View commit details
    Browse the repository at this point in the history
  3. Implemented namespace

    GR-tejas committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    f71a244 View commit details
    Browse the repository at this point in the history
  4. Added game state enum

    GR-tejas committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    f256d32 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    33ea4c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    489a3b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f72037 View commit details
    Browse the repository at this point in the history
  4. Manage Button State

    GR-tejas committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    833be80 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. temp

    GR-tejas committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e118c62 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Temp 2

    GR-tejas committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    efca13f View commit details
    Browse the repository at this point in the history
  2. Enemy Service

    Implemented Enemy Service
    GR-tejas committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b4f9742 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Implement Enemy Movement

    GR-tejas committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    de1469c View commit details
    Browse the repository at this point in the history
  2. Spawn Multiple Enemies

    GR-tejas committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ad152df View commit details
    Browse the repository at this point in the history
  3. Create Gameplay Service

    GR-tejas committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5af7057 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Common Enemy Properties

    GR-tejas committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    857cc9a View commit details
    Browse the repository at this point in the history
  2. Unique Enemy Functionality

    GR-tejas committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7c5aac1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Movement Functionality

    GR-tejas committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    469c761 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Spawn Enemies

    GR-tejas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    0340efc View commit details
    Browse the repository at this point in the history
  2. Create Barriers

    GR-tejas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    0c817e6 View commit details
    Browse the repository at this point in the history
  3. data for barriers

    GR-tejas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6dec415 View commit details
    Browse the repository at this point in the history
  4. Spawn Multiple Barriers

    GR-tejas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fecfead View commit details
    Browse the repository at this point in the history
  5. Config File Added

    GR-tejas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    771f2ac View commit details
    Browse the repository at this point in the history
  6. Sound Service

    GR-tejas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    229ae00 View commit details
    Browse the repository at this point in the history
  7. Added Sounds and Music

    GR-tejas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    cf94f83 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Create Projectile Interface

    GR-tejas committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    e6e3f37 View commit details
    Browse the repository at this point in the history
  2. Bullet MVC

    GR-tejas committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    67f9fab View commit details
    Browse the repository at this point in the history
  3. The Model And View

    GR-tejas committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    0f37aec View commit details
    Browse the repository at this point in the history
  4. Bullets Created

    GR-tejas committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    165af8e View commit details
    Browse the repository at this point in the history
  5. Spawn Bullets

    GR-tejas committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    e41a287 View commit details
    Browse the repository at this point in the history
  6. Move The Bullets

    GR-tejas committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    3d9b89b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Fire The Bullets

    GR-tejas committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    62f71c3 View commit details
    Browse the repository at this point in the history
  2. Collectible Interface

    GR-tejas committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    221ce22 View commit details
    Browse the repository at this point in the history
  3. Powerup Controllers

    GR-tejas committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a263aa7 View commit details
    Browse the repository at this point in the history
  4. Spawning Powerups

    GR-tejas committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6eab029 View commit details
    Browse the repository at this point in the history
  5. UI Interface

    GR-tejas committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0fd6323 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Changed UI Service

    GR-tejas committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    84b74da View commit details
    Browse the repository at this point in the history
  2. Implemented Image View

    GR-tejas committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2077669 View commit details
    Browse the repository at this point in the history
  3. Text View

    GR-tejas committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    14815c7 View commit details
    Browse the repository at this point in the history
  4. Button View usage

    GR-tejas committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    dba7736 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Multiple Entities

    GR-tejas committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4b8c1ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe2f6ba View commit details
    Browse the repository at this point in the history
  3. Player Collision

    GR-tejas committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4ac1b5e View commit details
    Browse the repository at this point in the history
  4. Player Collision

    GR-tejas committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0911906 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Bullet Collision

    GR-tejas committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    41de6a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3c3dd9 View commit details
    Browse the repository at this point in the history
  3. Screen UI Elements

    GR-tejas committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1b57c9d View commit details
    Browse the repository at this point in the history