0
How to create chess and calculator using html,css,js
Html css js
3 odpowiedzi
+ 1
by coding it! :-)
PS: coding a basic calculator app is much easier, than coding a chess app.
you will need a great text editor, like VSCodium, ....
and for chess app also you will need some icons (at least for king, queen, rook, bishop, knight, pawn: both light and dark)
0
There are chess engines you can embed into your site. Don't try to write that yourself. It's far too complicated. Lichess.org, a free chess site, lets you embed games, broadcasts, or puzzles into your site. Not sure about a playable game engine though.
Check out:
https://lichess.org/forum/lichess-feedback/is-it-possible-to-embed-a-lichess-broadcast-on-your-website
and chessbase has a feature as well.
https://play.chessbase.com/en/howto/embedfritz
There are countless other ways to do it. If you want to write your own chess game from scratch, you'll be working on that for a very long time.
0
lichess is mainly written in scala: github-> lichess-org/lila