Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkitchen/chinese-chess
Xiangqi
https://github.com/vkitchen/chinese-chess
Last synced: about 2 months ago
JSON representation
Xiangqi
- Host: GitHub
- URL: https://github.com/vkitchen/chinese-chess
- Owner: vkitchen
- License: isc
- Created: 2020-04-08T23:00:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T07:43:59.000Z (over 2 years ago)
- Last Synced: 2023-05-26T12:45:53.009Z (over 1 year ago)
- Language: Elm
- Homepage: http://vaughan.kitchen/games/chinese-chess
- Size: 166 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chinese Chess
An implementation of (networked) Chinese Chess written in Elm 0.19.1 playable here [http://vaughan.kitchen/games/chinese-chess](http://vaughan.kitchen/games/chinese-chess)
# Build instructions
Either `make` or `elm make --output=main.js src/Main.elm` (if you don't want to use make)# TODO
* Detect attempting to join a room for another game
* Fix modal flash on join
* Fix jump back/piece duplication bug
* Seperate out generic lobby code
* Restructure optionals in model
* Implement AI mode
* Profit