Belluminar 2018 Chall 1
지각생이 콩콩 , 지각생이 콩콩
ssh chall1@ubuntu.hanukoon.com (pw: givemeflag)
ssh chall1@ubuntu.hanukoon.com (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(#) mto open menu,qto 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




