this post was submitted on 21 Jul 2023
4 points (100.0% liked)

AnarchyChessDevelopers

32 readers
1 users here now

A cousin community to AnarchyChess for developers to have day to day discussions for working on any Open Source implementation of AnarchyChess.

Memes and typical AnarchyChess posts and comments may be removed if they become disruptive.

founded 1 year ago
MODERATORS
 

Im still relatively new to this and finding my bearings, so please cut me some slack for a bit.

This community was made for AnarchyChess developers, others are welcome though, especially if we make releases and get bugs etc.

The first order of business is What will the first AnarchyChess release look like ?

I propose have the functionality of a desktop game where two people sitting at the one computer shall be able to play a game against each other using a Knook (Knight and Rook combination piece).

For this i propose to create a fork of DreamChess which has 2D and 3D renderings and is available on macOS, Windows and Linux.

If we expand to use mobile devices, GCompris is an open source project that has a chess implementation.

I am open to suggestions though if there are platforms people are familiar with etc.

To do this, we might be working with a code base that has some rules hard baked in an have to break things. A long time ago i cracked open the code to dreamchess to make Kxe2 a legal first move and there was a bit of hotwiring.

Please ask any questions below.

you are viewing a single comment's thread
view the rest of the comments
[–] Possible_EmuWrangler 1 points 1 year ago

Sorry for the delay in getting back with a detailed response. I only have limited time to give the project. If i was building from the ground up, id consider just about anything, even making custom engines etc. But with only a few hours a week, hotwiring something else seems to be the best payoff to get something in the shortest time.

I know going deep with dreamchess would create some issues down the track, but if this just gets AnarchyChess 1.0 (The Knook arises), then i'm ok and if it inspires a full blown project, that'd be great, but i cant see me being a big developer of that.

Im fluent enough with C++ that it should be doable, i wont say easy, but i'm confident i can get something done as a build.