Belluminar 2018 Chall 1
지각생이 콩콩 , 지각생이 콩콩
ssh [email protected] (pw: givemeflag)
ssh [email protected] (pw: givemeflag)
Press Up/Down to move the cursor and Enter key to choose
Start Game
: Starts the gameQuit
: Quit the program
https://github.com/Chaser324/invaders
- Left/Right keys to move spaceship(
^
) - Space to shoot bullets(
*
) to enemy(alien) ships(#
) m
to open menu,q
to quit game
Show final score and get input of player information
Input name
: player name to display in scoreboardInput intro
: player intro to display in scoreboardLast Says
: something to say(???)
Function save_score
filters the string from the Last Says
and execute as system("echo " + string);
The whitelisted chars are numbers(0~9), /
, '
, ;
, x
, $
press Enter key to continue
Sorts records of gameplay from program startup by score and print infomation(name, score, intro)
Y
: Play game againN
: Quit the program