Who said that the ABAP does not provide entertainment?
SAPChess was developed to demonstrate that ABAP is much stronger and more powerful than it seems.
With the arrival of innovations ABAP hasn't lost its identity, just became better.
What is SAPChess ?
SAPChess is an open source game developed in ABAP. That let you play Chess in three options:
- Single Player - Where you can play alone;
- Multiplayer - Where you can play with other player (Release 0.2.0);
- CPU - Where you can play with CPU;
Also it's possible
send message (
Release 0.3.0) while play in the multiplayer mode option.
How this was possible ?
Thanks to Guilherme Coe Maeda that has been working hard in SAPChess.
Thanks to ABAP Objects it was possible implement the artificial intelligence in
the game, thus it's possible to win or lose to system!
To implement Multiplayer mode option to the game it was necessary to create a protocol like (TCP/IP)
to create sessions for communications between IP's (Machines) !
Thanks to this protocol it will be possible to implement Message Service to SAPChess, Probably up to release 0.3.0.
The Layout is simple, it was used nothing less than the good and old "WRITE".
![SAPChess](http://bp2.blogger.com/__xoCc8N3x5s/R0B974-BBmI/AAAAAAAAAck/RXSOcy-cBAI/s1600/SAPChess_Checkmate2.PNG)
What are the objectives ?
Do ABAP more fun mixing advanced and simple concepts, and share it with all SDN community!
Where to get SAPChess ?
SAPChess can be downloaded from SAPChess Official Page.
Where to get more information about SAPChess?
See SAPChess on SDN or go to SAPChess Official Page.