Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

Chess coding

Synergy Rob

New Coder
I have created a game of double chess called Synergy Chess. This is live as a free online game that people can play against human or bot (not an app - web based only). I am not a coder. I hired someone to write the program. The game is written in ReactJS, NodeJS, Xitrium, Scala and Java. This makes it very hard to find quality people that can actually work on the coding. After doing some research on Wikipedia I have noticed that chess dot com was created 15 years ago and is written in Java, JavaScript and PHP. They currently have over 100,000,000 registered online players.

I am trying to find out if chess dot com is still written in these languages. if it is, then it should be feasible that Synergy Chess can be simplified to make it easier to work on. I may need to start again and have the game written from scratch. I am looking for solid advice from real coders regarding this issue.
 
I have created a game of double chess called Synergy Chess. This is live as a free online game that people can play against human or bot (not an app - web based only). I am not a coder. I hired someone to write the program. The game is written in ReactJS, NodeJS, Xitrium, Scala and Java. This makes it very hard to find quality people that can actually work on the coding. After doing some research on Wikipedia I have noticed that chess dot com was created 15 years ago and is written in Java, JavaScript and PHP. They currently have over 100,000,000 registered online players.

I am trying to find out if chess dot com is still written in these languages. if it is, then it should be feasible that Synergy Chess can be simplified to make it easier to work on. I may need to start again and have the game written from scratch. I am looking for solid advice from real coders regarding this issue.
I expect you will need HTML and Javascript, you could use some PHP.
You could implement this using only those if you wanted web based.
You could even have a download of HTML and Javascript to make it a local game if you wanted.
X E.
 

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom