diff options
author | Juan J. Martinez <jjm@usebox.net> | 2020-12-31 16:23:38 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2020-12-31 16:23:38 +0000 |
commit | e0e9142dbf47115201f9d6579108ce40c255efb0 (patch) | |
tree | acdd49daff3a457bc18a3157b04112edacf3c027 | |
parent | 73ff4f657ed19b122cf3820b29126463e8c85350 (diff) | |
download | ubox-msx-lib-e0e9142dbf47115201f9d6579108ce40c255efb0.tar.gz ubox-msx-lib-e0e9142dbf47115201f9d6579108ce40c255efb0.zip |
Clarified controls
-rw-r--r-- | game/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/game/README.md b/game/README.md index 36437f2..6c0ba87 100644 --- a/game/README.md +++ b/game/README.md @@ -4,9 +4,10 @@ This is a example game to demo and test functionality of ubox MSX lib. It has only one screen is not too exciting! -In the menu press fire on any joystick or space to play with cursors. +In the menu press fire on any joystick or space to play with cursors (space as +fire). -Use space to activate the elevators and ESC to exit the game. +Use fire to activate the elevators and ESC to exit the game. This game is meant to be a demo, and because of that, it is simple and not specially optimised; but you can see that it moves the player and 7 enemies |