AllYourBlocks / ChunkWars

Chunk Wars is a team-based attack-defend minigame for Minecraft. You play in an arena of different Chunks, all carefully handcrafted to replicate different Minecraft biomes and structures as closely as possible. Along with your team you will face everything that vanilla Minecraft can throw at you. Your goal is to be the last team standing.
https://www.planetminecraft.com/project/chunk-wars-1487425
GNU General Public License v3.0
1 stars 0 forks source link

Use an in-game Memory Array to store and recall the locations of Chunks #137

Closed AllYourBlocks closed 1 year ago

AllYourBlocks commented 1 year ago

Memory Array has been created just below tp co-ordinates at -137 80 9080

AllYourBlocks commented 1 year ago

Things for me to think about...

Which block should represent which Chunk? Should the game logic do an integrity test? (i.e. 1 of each Chunk type per arena) Is it more fun/interesting/valuable to potentially have a game several Chunks of the same type? If we represent each 5x5 and 6x6 Chunk with different blocks, we could have a crossover game with 5x5 Chunks in a 6x6 game, and vice versa

AllYourBlocks commented 1 year ago

Done! And it's amazing :D