The Eval Game
oskaerik.github.io
The Eval Game
1–10 of 34 posts
Re: The Eval Game
#2There's no indication of the class having to be defined in the scope (though it makes sense). The password isn't really clear on being in the filesystem (at first I assumed it's in the actual github repository for the game) and "no __builtins__" sounds more like you can't use the literal string "__builtins__".
I feel like it would've been so much more fun if you could see how the rules are checked instead of having to figure it out.
Re: The Eval Game
#3Seems very fun but the instructions are really unclear. There's no indication of the class having to be defined in the scope (though it makes sense). The password isn't really clear on being in the filesystem (at first I assumed it's in the actual github repository for the game) and "no __builtins__" sounds more like you can't use the literal string "__builtins__". I feel like it would've been so much more fun if you…
Re: The Eval Game
#4Lord Jesus the hacks I had to do to avoid __builtins__. 281 chars total.
Re: The Eval Game
#5Re: The Eval Game
#6I can't figure out how to type a newline on Android, so fail
Re: The Eval Game
#7Re: The Eval Game
#8Re: The Eval Game
#9Re: The Eval Game
#10I'm no python expert, but if python really has a way to define named functions inside an expression, I'm not sure I want to know how to do it...