I've started working on a little project.
Dunno what to call it yet, but it's an evolved version of chess.
The core idea;
Pieces have both an innate move set just like chess pieces do but they also have an aura.
EG Ranger - A piece has the ability to move three diagonal spaces in any direction and its aura make its so any adjacent friendly piece's move set changes from whatever its initial move set is to being able to move 3 spaces vertically or horizontally.
So for each piece you need to remember its move set and its aura. Basically two tiers.
The "king" and "queen" have a third tier where, for example, when beside a Ranger they can do all their usual move set plus the bonus the ranger provides and the bonus's range is increased by 1.
The board will be bigger than a chess board and the core strategic decision will be around opting for solo pieces moving on their own to maintain board control or grouped pieces to maintain power focused in specific areas.
I'm going to try to code it with AI.
That's the basic idea.
- what do you think
- can you think of any ideas for move sets and auras.
One extra element I thought of bringing in is races. Each race has some tweaks to the move sets of some of its pieces. But that may overcomplicate things.



