Skip to content

Commit

Permalink
updated TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackNoyes committed Sep 4, 2023
1 parent c104e6c commit 5b00e3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prod-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ echo "Delete the local dist directory..."
rm -r www/dist

echo "Compiling everything locally..."
# I'm pretty sure the line below is a security issue
export NODE_OPTIONS=--openssl-legacy-provider
cd server && npm run build && cd ..

echo "Killing redis-server and node on remote..."
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ pub fn bonus_chance() -> Score { ONE / 4 }
pub fn no_bonus_chance() -> Score { ONE - bonus_chance() }

// TODO:
// - FIX THE PROMOTION BUG
// Overall TODOs for the AI:
// - Put the bot on Lichess and see how it does
// - Implement search extensions for certain things
Expand Down

0 comments on commit 5b00e3c

Please sign in to comment.