Moon Lander Matlab Game Example of getting keypressed
Version 0.3 (beta, so please, give feedback).
This is a game and also an example of how to read/use keypress functionality from figures.
it's a tribute to Moon Lander[1], without any lucrative pourpouse.
The game opens a figure with the spaceship that must land on the square
avoiding hitting the land.
Use the arrows to turn the spaceship and the spacebar to fire the engine.
References:
[1] Lunar Lander, Game, http://en.wikipedia.org/wiki/Lunar_Lander_%28video_game%29
This function was written by :
Héctor Corte
B.Sc. in physics 2010
M.Sc. in Complex physics systems 2012
NPL (National Physical Laboratory), London,United kingdom.
Email: leo_corte@yahoo.es
Cite As
Héctor Corte (2024). Moon Lander Matlab Game Example of getting keypressed (https://www.mathworks.com/matlabcentral/fileexchange/38927-moon-lander-matlab-game-example-of-getting-keypressed), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.3.0.0 | This new version has better graphics and uses a class to handle the spaceship. It is now a better example for a game. |
||
1.2.0.0 | Fixed the problem with the intro. And now the engine stays on fire despite you push other keys. |
||
1.1.0.0 | I fixed the problem with the intro. And now the engine stays on fire despite you push another keys at the same time of spacebar. |
||
1.0.0.0 |