A clone of the two player card game Jaipur, with local multiplayer and AI opponent modes. Made to learn the Rust game engine Bevy. A simple functional Checkers (Dama) game built using C++ and the ...
AI Assignment/ ├── README.md # This file ├── requirements.txt # Python dependencies ├── alpha_beta_prunning.py # Alpha-Beta pruning with visualization ├── hmm_viterbi.py # Viterbi algorithm ...