- Jun 15, 2001
- 34,348
- 1,523
- 126
I started playing around with Terasology ([Homepage][Download (ZIP)]), a Minecraft clone. It's pretty interesting. It looks a lot better than Minecraft and it's open source.
It's Java based like Minecraft (anyone know why that's so popular?) and it definitely uses a lot of resources. It seems to be pegging around 8GB of memory right now, so I'd suggest running it with the following flags:
Screenshot:
Anyway, if you like Minecraft type games, check it out. Its drawing algorithm needs work, but it's still fairly new.
It's Java based like Minecraft (anyone know why that's so popular?) and it definitely uses a lot of resources. It seems to be pegging around 8GB of memory right now, so I'd suggest running it with the following flags:
Code:
java -Xmx25000M -Xms20000M -XX:+UseThreadPriorities -jar "d:\Terasology\Terasology.jar"
Screenshot:

Anyway, if you like Minecraft type games, check it out. Its drawing algorithm needs work, but it's still fairly new.