- kill vampires asap
- the dog is evil
- you can protect noids from bullets without collecting them
- live and die for your noids but know when to let them go (for me im still getting used to deeper runs vs. purely score optimizing, so its worth living longer)
- kill vampires asap
- the dog is evil
- you can protect noids from bullets without collecting them
- live and die for your noids but know when to let them go (for me im still getting used to deeper runs vs. purely score optimizing, so its worth living longer)
x = Value1 if Condition else Value2
but i do like when languages flatten things out and have if expressions, so any if block can just evaluate to a value you're assigning. also nicer for longer chunks of code..
x = Value1 if Condition else Value2
but i do like when languages flatten things out and have if expressions, so any if block can just evaluate to a value you're assigning. also nicer for longer chunks of code..