iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
113 stars 32 forks source link

No "io" #147

Closed LeComm closed 9 years ago

LeComm commented 9 years ago

I was going to add output showing the current map generating progress, because it takes so long. But I found out that there's no access to the "io" module.

rakiru commented 9 years ago

print("derp herp")

iamgreaser commented 9 years ago

There's a reason I don't allow access to the io module.

So yeah, use print() instead.

Closing.

LeComm commented 9 years ago

(I was aware of print, the problem lied in fflush)