https://github.com/zoomten/entertaining-tiles
Reversi (Othello) game using Victor Tran's libentertaining
https://github.com/zoomten/entertaining-tiles
Last synced: about 1 year ago
JSON representation
Reversi (Othello) game using Victor Tran's libentertaining
- Host: GitHub
- URL: https://github.com/zoomten/entertaining-tiles
- Owner: ZoomTen
- Created: 2020-07-08T11:41:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T11:51:27.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T11:54:20.492Z (over 1 year ago)
- Language: C++
- Size: 468 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Entertaining Tiles
**WORK IN PROGRESS** Reversi game using Victor Tran's libentertaining. It also uses MOD music powered by libmodplug. (I'd use libopenmpt but not all distros are inclined to include it because... gstreamer wh)
## Client
Qt app, to be built and installed normally
**Todo**:
- Online: implement client-side game application
- Offline: Load and save functionality
- Information: Write game rules document
- Application: Fill in all the missing holes
**Known Bugs**
- When the computer doesn't have any moves left, control immediately passes over to the player. However this is not reflected in the turns screen, so only the player indicator at the top is accurate. (same goes for turn based mode I think)
## Server
Nodejs, copy it to your `entertaining-server` install, under `applications/EntertainingTiles/0.5/`.
**Todo**:
- Online: implement server-side game application