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 7 bullets #125

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

Conversation

Divyansh2045
Copy link

No description provided.

Added SFML to the space invaders project. Added bin files to x64 and sfml files in
Created a window with different parameters like width height, name.
Tried limiting the frame limit and have some commented codes that I may require in the future
Blue screen is now visible when program is run
Tried and tested all kinds of shapes and then finally added a circle on the window screen
Added a magenta triangle, a green circle and a red square in the project
Sprite and text has been added onto the screen.  A triangle and square is also ther on the screen which can be commented or deleted later.
Feature 1 - SFML setup & window creation
Added a player class with texture and a sprite. Added public and private acc modifiers and declared properties accordingly. Created functions within the class with cout statements.
Added code for player movement inside main and player sprite is now displayed on screen
some code tweak included player,texture and player.sprite in code in main. tweaked window.draw
made 2 new folders headers and source files. Included game service header file and game service cpp file source file.
Added methods and functions in both files.
Used game service class to call specific functions
This reverts commit 0368a07, reversing
changes made to e5a9fea.
For some reason, movement and escape key is not working. will figure out soon
changed code
just trying to make the player move
Feature3 playerService implemented and linked to service locator
created enemy MVC. successfully spawned first enemy onto screen
GameplayService is now set up and the game now has a BG
Feature 5 enemies, implemented updated enemy model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant