Skip to main content

GameMaker - Asteroids - Part C

Game Link: https://drive.google.com/open?id=1R_4YPex2se7Le_A9l66nT61wzPWiiViQ

Q&A:

- What difficulties did you have? 
I did not know how to spawn player itself my pressing R.

- How did you solve them?
I tried a way that makes restarting game work. 
(but the function I used has been changed after reading comments i YouTube. )

- What did you change in your game to make it unique? How do these changes affect gameplay?
In the tutorial video, I think that the player would still able to restart the stage even it has not died yet. 
I viewed a comment in YouTube and change it to avoid this condition. 
It works and now the player only able to spawn after game over. 

Comments

Popular posts from this blog

Kodu Pac-Man

game play CPU How close is your game to the original? What is different? What is the same? i think my version of Pac-man at least 75% close to the original game For the power pill, i change it to be speeding up and gaining more scores than killing robots. Most parts are the same. map, scoring, idea of this game.  What extra or creative details did you change or add to your version of the game? Why did you create these changes? Kodu game lab is a 3D world, so i make a few ladders that player can have more entertainment and more ways to escape from robot.  What difficulties did you have? How did you fix this? I settled the winning score to 375. Each apple has 5 points, and power pill has 20 points.  so... I think the difficulty is medium.  What feedback did your beta testers have for you and how did you implement their suggestions Umm.. Mr Chen did not give me suggestion as long as I successfully complete the speeding system from powe...

Blender - Character - Part 2 - Texturing

Blender download link:  https://drive.google.com/open?id=1MITTSkEJI1QwWUj5741bc4OOrOrVVre6

Scratch Level 4 - Create Your Own Game

https://scratch.mit.edu/projects/192119690/ I have met plenty of different difficulties while coding this game.  I found that the ball always appear in different position and bounce shifty in the game.  Also I find that when the ball touching the blocks, the blocks disappear and the ball go through them like no obstacle in front of it.  I asked Mr. Chen about these questions.  He taught me there is a tool in vector mode of customes option to let ball function normally; and he taught me to place a "wait 0.05 second" before the blocks hide when touching the ball.  I used many different versions of BreakOut on Scratch.  Those include the Atari version.  I take the idea of Atari icon appear when the game start.  I searched the image of GAME OVER online and erased the edges of the image. Overall, this is the project that I combined the different projects' elements in. I would try to add the setting of winning the game and...