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

*Added background image to Game scene and key board controls of the player #1

Open
wants to merge 1 commit into
base: template-v1
Choose a base branch
from

Conversation

dilanHewawitharana
Copy link

@dilanHewawitharana dilanHewawitharana commented Aug 29, 2018

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

        * 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)
@dilanHewawitharana dilanHewawitharana changed the title * UPD : * Added background image to Game scene *Added background image to Game scene and key board controls of the player Aug 29, 2018
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