Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Symmetric 7 player multiplayer map template

Author: 
caeles
Wednesday, November 20, 2013 - 12:17
Art Type: 
Concept Art
Tags: 
multiplayer map
template
torus
License(s): 
GPL 3.0
Collections: 
  • Potentially Trivial Works
Favorites: 
1
Share Icons: 
Preview: 
Preview
Preview

This is a template for multiplayer maps for strategy games (real-time or turn-based). It only works for games on tori, that is the map wraps around left-to-right and top-to-bottom.

I hereby license the template under CC0.

The purpose is to provide symmetric gameplay for as many players as possible. Which is seven. In particular, each pair of players is connected by a path and all those paths have the same length.

Red squares denote the players' bases.
Blue structures denote impassable terrain.
Green lines denote shortest paths between pairs of bases.

EDIT:

I added a mock example map using LPC artwork. The example also shows that you can leave multiplayer seats empty and still have symmetric gameplay (as all players have equal access to the empty space).

The example is dual licensed under CC-BY-SA 3.0 and GPL 3.0.
The template is multi licensed under CC0, GPL 2.0, GPL 3.0, and WTFPL.

Here is a short tutorial on how to use the template to make a map:
1. Use a map size that is divisible by seven.
2. The distance from one base to the next is one seventh the map size horizontally and two seventh the map size vertically.
3. Add paths between pairs of bases as in the template (or the example). Path segments also use seventhes of the map size.
4. Add two blobs of impassible terrain (lava in the example) to force the bends in the paths. Copy those around.

Attribution Instructions: 
The example uses artwork by Lanea Zimmerman, Stephen Challener, Manuel Riecke, and Luke Mehl.
File(s): 
map7.png map7.png 3 Kb [53 download(s)]
example.png example.png 309.4 Kb [52 download(s)]
  • Log in or register to post comments

Comments

Redshrike
joined 14 years 1 month ago
11/20/2013 - 12:24
Redshrike's picture

Hello.  I'm really not trying to be a jerk, but what am I looking at here?  I'm really not sure how a developer would be able to use this.

  • Log in or register to post comments
vk
joined 10 years 7 months ago
11/20/2013 - 15:45

I think by torus he means:

if you go further up you end up at bottom

if you go further right you end up at left

 

You can build a rts/tbs game map based on the template by placing bases on dots. For 7 players.

 

If I got it right

 

Probably it should be in documents category

  • Log in or register to post comments
caeles
joined 11 years 3 months ago
11/21/2013 - 13:04

@ Redshrike: is it clearer after the edit?

@ vk: I had planned to submit it in Documents, but the art submission guidelines say that Documents submissions must be usable in a game on their own. Which a template clearly isn't.

  • Log in or register to post comments
CodeAndReload
joined 10 years 10 months ago
11/21/2013 - 14:44

Is this best discribed as a torus or a mobius-strip on both horizontal and vertical axes?

  • Log in or register to post comments
caeles
joined 11 years 3 months ago
11/22/2013 - 10:06

Definitely a torus.

A Möbius strip has a twist: When you exit to the left near the bottom, you reenter from the right near the top. With a torus, you reenter from the right near the bottom.

What you describe is called the projective plane. I have yet to see it in a game. On the other hand, torus games are fairly common. Examples from the top of my head are Globulation2, KoboDeluxe, Pacman, and Widelands. Whenever the world is finite but there is no border, it usually is a torus.

  • Log in or register to post comments