Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhaytam/electrochess
An online multiplayer chess game made with Electron, Angular and Bootstrap.
https://github.com/zhaytam/electrochess
angular bootstrap chess electron game
Last synced: 22 days ago
JSON representation
An online multiplayer chess game made with Electron, Angular and Bootstrap.
- Host: GitHub
- URL: https://github.com/zhaytam/electrochess
- Owner: zHaytam
- License: mit
- Created: 2017-12-11T22:39:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T06:17:13.000Z (about 2 years ago)
- Last Synced: 2023-03-05T22:28:25.553Z (almost 2 years ago)
- Topics: angular, bootstrap, chess, electron, game
- Language: TypeScript
- Size: 3.26 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElectroChess
An online multiplayer chess game made with Electron, Angular and Bootstrap.
The main purpose was to create an Electron app using Angular (while learning it).### This project was created with:
* [Angular CLI](https://github.com/angular/angular-cli)
* [Electron](https://github.com/electron/electron)
* [Bootstrap](https://github.com/twbs/bootstrap)### Some of the libraries used:
* [socket.io](https://github.com/socketio/socket.io/)### Install & Test Run
* server folder:
* `npm install`
* `npm run server`
* client folder:
* `npm install`
* `npm run electron-build`
* `npm run electron` if you already built### Screens
![Login](https://i.imgur.com/NA72BFX.png)
![Game](https://i.imgur.com/zosVrOF.png)
![PawnPromotion](https://i.imgur.com/XoHoVD2.gif)
![GameEnd](https://i.imgur.com/kTyiFHW.png)