*Added background image to Game scene and key board controls of the player #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi All
I choose the following git repository and made some changes. Since i could not found any issued related to that repository, I added my own changes that will require for game.
Since i have good experience with Cocos creator environment, i tried to find Cocos related project. Since i could not find Cocos retarded repository, i choose this repository. Previously i don't have any experience with Phaser CE game engine,i had to learn it newly in order to do this task.
Chosen repository -> Wizcorp/wizard-academy-spaceshooter
changes are follows :
* Added background image to Game scene
* Added key functions for move player
- go Up ( W key)
- go Down (S key)
- go Left (A key)
- go Right (D key)
- go Up Right ( W + D keys)
- go Up Left ( W + A Keys)
- go Down Right (S + D keys)
- go Down left (A + S Keys)
* added key board function to change direction of player( Left or Right)
- turn Left (Q Keys)
- turn right (E Keys)
I committed the code and i attached a video and the zip files of the project for your reference.
Here are the URL to download the video and the source file : https://drive.google.com/file/d/1HHn4YjF28JuPyKG1sUgKug_YQOhGkdUx/view?usp=sharing
Thank you
Dilan Sarith Hewawitharana