Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.yellow)
- print("Welcome to MineOS questiongame")
- print("type start to start")
- term.setTextColor(colors.white)
- while (read() ~= "start") do
- term.setTextColor(colors.white)
- print("Wrong Word")
- term.setTextColor(colors.white)
- end
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.yellow)
- print("Made By GochiPC")
- print(" ")
- print("Who maked MineOS?")
- term.setTextColor(colors.white)
- while (read() ~= "gochifo") do
- term.setTextColor(colors.red)
- print("Wrong try again")
- end
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.yellow)
- print("Made By GochiPC")
- print(" ")
- print("what was e first oparating system was maded?")
- term.setTextColor(colors.white)
- while (read() ~= "cmdos") do
- term.setTextColor(colors.red)
- print("Wrong try again")
- end
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.yellow)
- print("thanks for playing")
- print("type leave to leave")
- term.setTextColor(colors.white)
- while (read() ~= "leave") do
- print(" ")
- end
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement