add todo
This commit is contained in:
parent
a7c9f4f472
commit
69f11f7220
1 changed files with 35 additions and 0 deletions
35
TODO.org
Normal file
35
TODO.org
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
* Rewrite[25%]
|
||||
- [ ] UciGo
|
||||
- [ ] move gen
|
||||
- [ ] pawn
|
||||
- [ ] knight
|
||||
- [ ] rook
|
||||
- [ ] bishop
|
||||
- [ ] king
|
||||
- [ ] queen
|
||||
- [ ] move eval
|
||||
- [X] uci interface
|
||||
- [-] uciPos
|
||||
- [ ] fengame
|
||||
- [ ] charToSet
|
||||
- [X] playmoves
|
||||
- [ ] types
|
||||
- [ ] game
|
||||
- [ ] move
|
||||
- [ ] sets
|
||||
* Misc [0%]
|
||||
- [ ] errors
|
||||
- [ ] Proper zig errors
|
||||
- [ ] Proper error handleing
|
||||
- [ ] Speed up
|
||||
- [ ] GPU move gen
|
||||
- [ ] GPU move eval
|
||||
- [ ] clean code
|
||||
- [ ] split code into smaller files
|
||||
- [ ] remove "//this is bad" comments for good code
|
||||
- [ ] more zig stiled controle flow
|
||||
- [ ] uci Config
|
||||
* Bugs
|
||||
** C move gen broken
|
||||
** C findBest slow
|
||||
** FenGame failes to set white to move
|
||||
Loading…
Add table
Add a link
Reference in a new issue