-
Integrate with https://lichess.org/api so that players on lichess can use Play Chess With a WebCam
see http://wiki.bitplan.com/index.php/Lichess
-
## IDEAS TO ADD
- Pizza API (show how API works and easy to explain)
- Tic Tac Toe (2D array simulation)
- Chess Board (2D array simulation)
- Get the leaderboard working for most games
## Lo…
-
In addition to resource names, `spawnObject()` accepts user friendly names as well:
- Arms Dice
- Backgammon Board
- Barrel
- Bear
- Bishop Cast Iron
- Bishop Chrome
- Bishop Dark Wood
- Bis…
-
Pasting thread from discord:
On [LiChess](https://lichess.com) you can export moves & corresponding timestamps.
- [x] parse response from LiChess on game movements per participant
- [x] we …
-
Currently, `is_game_over` only detects checkmates, stalemates, and insufficient material, but not draws by the 50 move rule, or by 3-fold repetition.
Implementing the 50 move rule should be trivial…
-
it happends when a pawn moves two spaces and can be taken
-
Eventually there should be a way of playing by using voice inputs.
There's a Javascript API supported in Chrome for desktop and android already that can be put to good use.
For example movement radi…
-
[root@localhost chess-alpha-zero-master]# python3 src/chess_zero/run.py opt
2017-12-26 16:55:29,154@chess_zero.manager INFO # config type: mini
Using TensorFlow backend.
2017-12-26 16:55:30,136@che…
-
I think its an oversight that each developer has to hack up a solution to allow their users to select which piece they want to promote to. There should be some standard way of doing this. See issue [#…
-
Goal:
> Host online games (e.g., Fishbowl, Chess, Checkers, Secret Hitler) in an extensible way without any "heavy" server space. Just serve "raw" HTML + JS and use WebRTC for peer-to-peer consensu…