I'm designing a game with a multi-dimensional playing board, each dimension has the same length (an n-cube). Each of the dimensions wraps (think Asteroids). My goal is to place the pellets so they are as far apart from each other as possible, including wrapping.
I'm wondering if there is a general solution for where to place k pellets in n-dimensions to maximize this distance.