@darius My attempt at minimal code (and iterations) to complete the game:
for (let i = 0; i < 3094; i++) {
generateUtopias();
}
Top-level
@darius My attempt at minimal code (and iterations) to complete the game: for (let i = 0; i < 3094; i++) { No comments
|