Skip to content

Instantly share code, notes, and snippets.

@jeremiahmarks
Created September 18, 2017 16:04
Show Gist options
  • Save jeremiahmarks/4563d789023b59dcc0dcafd267ee99fb to your computer and use it in GitHub Desktop.
Save jeremiahmarks/4563d789023b59dcc0dcafd267ee99fb to your computer and use it in GitHub Desktop.
Notes for asteroid field
How to log into codesters
Go to http://codesters.com
Click on the "Log In" Button
Log in using code f7b3de
Select your name from the list
use the password that is on the other side of your nametag to log in.
Take a gander at the game we are going to build:
til.la/afield
Important things to remember:
"boolean" means it can be true or false. We will be using boolean variables for the game. In Python they are "True" and "False", without the quotations.
in order to insert variable text into an otherwise static string we can use curly brackets in the string, and " ".format(numOfLives)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment