https://github.com/tomaszrewak/chesscooperation
An online chess game
https://github.com/tomaszrewak/chesscooperation
aspnetmvc chess signalr websocket
Last synced: 3 months ago
JSON representation
An online chess game
- Host: GitHub
- URL: https://github.com/tomaszrewak/chesscooperation
- Owner: TomaszRewak
- Created: 2020-10-12T18:47:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T19:09:07.000Z (over 4 years ago)
- Last Synced: 2025-01-05T07:13:24.825Z (5 months ago)
- Topics: aspnetmvc, chess, signalr, websocket
- Language: JavaScript
- Homepage: http://realtimechess.azurewebsites.net/
- Size: 685 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chess Cooperation (aka Real Time Chess)
Real time chess was my first MVC .NET app. It's quite old and dates back to 2014.
It was a project on which I was learning a new technology (a technology that is quite ancient by now), so the code is not that great by today’s standards – but still it holds a sentimental value.
In short: it’s an online chess game when both opponents can see each other’s moves not only after they are made but also when pieces are dragged over the board (as you have probably guessed - it uses web sockets quite heavily).
A working example can be found here: http://realtimechess.azurewebsites.net/