Skip to content

Commit

Permalink
temp commit PLEASE squash
Browse files Browse the repository at this point in the history
  • Loading branch information
ziloka committed Mar 22, 2024
1 parent f45daa8 commit f6d435c
Show file tree
Hide file tree
Showing 66 changed files with 40,629 additions and 370 deletions.
744 changes: 719 additions & 25 deletions Cargo.lock

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,18 @@ path = "src/bin/client.rs"

[dependencies]
macroquad = "0.4"
# futures = "0.3.30"

# for replay files
# protobuf = "3.3.0"

# qt or copperspice (no wasm support or x) for screenshots?

# PC Finder
# tetra-tools = { git = "https://github.com/wirelyre/tetra-tools" }

# Play again a AI bot, rust bot
# cold-clear-2 = { git = "https://github.com/MinusKelvin/cold-clear-2" }
cold-clear-2 = { git = "https://github.com/MinusKelvin/cold-clear-2" }
# claim with faster move gen https://github.com/citrus610/cold-clear-2 (better performance)

# AI cheese bot, rust bot
Expand All @@ -39,4 +45,8 @@ macroquad = "0.4"

# Misa-mino, c++ bot
# misa-mino = { git = "https://github.com/jezevec10/MisaMinoBot" }
# random fork, with new comments but idk what the commits are https://github.com/iclyxcly/MisaMino
# random fork, with new comments but idk what the commits are https://github.com/iclyxcly/MisaMino

# FrothyPizza, Tetris-Ai
# My fork https://github.com/ziloka/Tetris-AI-FrostyPizza
#
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ https://www.youtube.com/watch?v=yIpk5TJ_uaI

After ~37 minutes
On windows the memory goes from 50mb to 20~15mb


https://github.com/thesilican/tetris-ai
Binary file added resources/blox.askplays.com.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No Content: about:blank
Binary file not shown.
Loading

0 comments on commit f6d435c

Please sign in to comment.