-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Play versus computer #1310
base: main
Are you sure you want to change the base?
Play versus computer #1310
Conversation
Cool that you're starting to work on the app! :) In the future, I imagine we’d want the 'Play Against Computer' feature to use the offline engine. That said, I think playing against the traditional Lichess Stockfish with levels 1-8 still has its place. Maybe it could be better placed at the top of the 'Online Bots' screen? Challenging it could probably reuse much of the logic from the |
I also like the idea of having Stockfish at the top of the online bots list. Then you reuse the challenge screen and add the level here. |
I've done the layout: What should I add at the top of the online bots screen? Maybe a "play with the computer" button with padding? |
no you should add "Stockfish " as if stockfish was a bot. |
Is it possible to get the full id of the created game without using I looked a bit and it seems that a challenge doesn’t need this because the full id is sent via socket (idem for the lobby) . Should I:
|
You'll probably need a change similar to lichess-org/lila#16023 to get the API endpoint working |
Play versus Stockfish level 1-8.
I started the layout and I am working on making it functional.
It's my first time contributing to the repo (and working with Dart and Flutter), so it may not be very good 😅
Layout (updated):