Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psygo/ai_sensei_plus
Extra behavior to hopefully improve AI Sensei
https://github.com/psygo/ai_sensei_plus
ai baduk board-game go igo weiqi
Last synced: about 11 hours ago
JSON representation
Extra behavior to hopefully improve AI Sensei
- Host: GitHub
- URL: https://github.com/psygo/ai_sensei_plus
- Owner: psygo
- Created: 2024-01-11T12:55:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-14T13:13:51.000Z (10 months ago)
- Last Synced: 2024-05-02T00:22:10.711Z (6 months ago)
- Topics: ai, baduk, board-game, go, igo, weiqi
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Sensei Plus
A browser extension for [AI Sensei](https://ai-sensei.com)
## Features
- [ ] Change the tab's title to have the name of the players
- [ ] Put the tags on the game page.
- [x] Eliminate red notification markers.
- [ ] Create an option setting for opting out of this one.
- [ ] Collapse all SVG gobans on the games page, so we can get normal performance back.
- I don't think think this is responsible for the performance issues.
- [ ] Add games statistics to the games page.
- [x] Add mistake statistics to the game page
- [x] Change the winner's name color to make it easier to identify who won.
- [ ] Add option for numbering moves on the preview.## Development
## How to Build Locally
1. `npm i`
2. `npm run dev`
3. Load the unpacked folder as an extension on your (Chromium) browser.## References
- [AI Sensei](https://ai-sensei.com)
- Development:
- CRXJS
- [Stack Overflow - How to use imports in browser extensions?](https://stackoverflow.com/questions/48104433/how-to-import-es6-modules-in-content-script-for-chrome-extension)
- [CRXJS](https://github.com/crxjs/chrome-extension-tools)