Carys Stringer
@CarysS
What it says on the tin!
What's better than whales and space?
Whales in space!
https://Space-Shooter-JavaScript--CarysS.repl.co
Also a touch screen
A simple game of snake.
https://Snake-in-JavaScript--CarysS.repl.co
A text based story where you must help an intern survive her apprenticeship at an alien research facility while exploring the full terms of her contra
A sci-fi story/text game where you help an intern and unwilling lab rat for the ISC escape while uncovering the mysteries of the organization's true m
pyelias This looks interesting! I'll definitely keep track of this.
There's a problem around line 290 though, it should be checking against "1", not just 1.
Also, here's a quick hack to shorten the delays: Just put
\_time = time
class time:
def sleep\(delay\):
\_time.sleep\(0.5\)
at the top of the code, between the import time and the screeny = lines.
EDIT: ugh, the indentation got messed up. The first 2 lines shouldn't be indented, the 3rd should be by 2 spaces, and the 4th should be indent5 years ago