adri326 / 5dchess-variants

5D Chess variant and puzzle repository
Creative Commons Zero v1.0 Universal
3 stars 2 forks source link

🎉 - added missing non misc of the steam game #3

Open jlnrrg opened 3 years ago

jlnrrg commented 3 years ago

Basically the title. I checked the variants of the steam game, build them with your editor and here we are. The misc category I will add later, but first wanted to talk about the order with you. lets talk on discord

jlnrrg commented 3 years ago

Great idea with the normalization. I just copied the code from the designer. If you care to explain it, I'll take care of it for the next PRs.

adri326 commented 3 years ago

The 5DFEN files should have the headers defined in the template:

[VariantName "Your Variant Name"] {This should be the same name as the directory name}
[Promotions "Q,N,R,B"]
[InitialMultiverses "0"] {space-separated list of initial timeline indices}

(should make the InitialMultiverses comma-separated in 5dchess-notation)

adri326 commented 3 years ago

And feel free to add a README.md for each variation, so that users can browse the repository from within github and get an idea of what the variant looks like and plays like!