0

How to create chess and calculator using html,css,js

Html css js

5th Sep 2024, 5:53 PM
Yisak Web,Cpp,cs
Yisak Web,Cpp,cs - avatar
3 Answers
+ 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)
5th Sep 2024, 6:24 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
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.
8th Sep 2024, 12:54 AM
Jerry Hobby
Jerry Hobby - avatar
0
lichess is mainly written in scala: github-> lichess-org/lila
8th Sep 2024, 8:59 AM
Mihaly Nyilas
Mihaly Nyilas - avatar