Ajax Chess 3.0

Discussion about chess-playing software (engines, hosts, opening books, platforms, etc...)
Post Reply
glinscott
Posts: 8
Joined: Mon Jun 14, 2010 6:12 pm
Real Name: Gary Linscott

Ajax Chess 3.0

Post by glinscott » Thu Jul 01, 2010 2:11 am

http://forwardcoding.com/projects/ajaxchess/chess.html

It's slowly getting stronger :). Still lacking pawn evaluation though.

Changes:
- 604.5/1000 or ~70 ELO better than previous version
- Killer moves
- Tuned PSQ tables/mobility
- Better king eval in endgame (won't stay on back row)
- Show '#' for checkmate
- Improved UI (new game, switch black/white, choose time/move)
- Fixed crashes from using invalid hash moves
- Other small bug fixes
- Speed optimizations

User avatar
Swaminathan
Posts: 375
Joined: Wed Jun 09, 2010 12:14 pm

Re: Ajax Chess 3.0

Post by Swaminathan » Thu Jul 01, 2010 5:03 am

glinscott wrote:http://forwardcoding.com/projects/ajaxchess/chess.html

It's slowly getting stronger :). Still lacking pawn evaluation though.

Changes:
- 604.5/1000 or ~70 ELO better than previous version
- Killer moves
- Tuned PSQ tables/mobility
- Better king eval in endgame (won't stay on back row)
- Show '#' for checkmate
- Improved UI (new game, switch black/white, choose time/move)
- Fixed crashes from using invalid hash moves
- Other small bug fixes
- Speed optimizations
Thanks, Gary. What elo do you estimate for it?

and could it be made as .exe?
Logo made by Ulysses P (Vytron)
Co-Authored with Dann Corbit: Strategic Test Suite

glinscott
Posts: 8
Joined: Mon Jun 14, 2010 6:12 pm
Real Name: Gary Linscott

Re: Ajax Chess 3.0

Post by glinscott » Thu Jul 01, 2010 8:01 am

I'm not honestly sure what ELO. Probably plays about 2000 tactically, and 1200 positionally :). That's on Chrome, where it searches about 150k NPS.

I can't do an EXE version easily unfortunately, as there aren't good, fast javascript hosts easily available.

aahelee
Posts: 1
Joined: Wed Jun 29, 2011 6:38 am
Real Name: love the animal

Re: Ajax Chess 3.0

Post by aahelee » Tue Jul 12, 2011 8:49 am

How do you stop abuse of ajax? I have an ajax application that responds to people typing in words in a textbox, and the ajax app responds to their key presses by calling the php script each time. How do I stop a person constantly typing stuff and causing the server difficulty in trying to handle all the requests?

Peter C
Posts: 154
Joined: Thu Jun 10, 2010 3:12 am
Real Name: Peter C

Re: Ajax Chess 3.0

Post by Peter C » Thu Aug 04, 2011 8:03 pm

You could possibly make it an EXE with the help of NodeJS, although I have trouble running Node on Windows so it would be kinda useless anyway.

Post Reply