breakoutRPG
I started working on this game because while I was trying to figure out Phaser3 I saw this game jam going on. I am new to programming and games so I thought it would be a fun project that would help me to learn JavaScript.
I wanted to make a game like Diablo and Phaser3 had an example on their examples so I put them together and made them work together.
It was a really fun project and I am really loving making a game. I wanted to add items that drop and can be equipped, since the code is already there. I only started a week ago though and ran out of time.
If anyone wants to work on a game together please let me know! I am thinking of isometric space themed RPG.
update: having problems getting the sound to work so I disabled it for now :(
If you fork the project on github you can run it easily with sound!
Comments
Log in with itch.io to leave a comment.
Cool Game. I like how the paddle controls...where you don't lose control by having a cursor onscreen. I too have made several paddle games (with Game Maker Studio) but haven't figured out how to use the paddle without the pointer being present, then a player loses control in my games when the cursor goes too far off screen.