Armando8766 / Dots-and-Boxes
Playing Dots and Boxes in Python against AI using min-max and alpha-beta pruning
☆13Updated 5 years ago
Alternatives and similar repositories for Dots-and-Boxes:
Users that are interested in Dots-and-Boxes are comparing it to the libraries listed below
- Cannon's Matrix Multiplication Algorithm using MPI☆10Updated 4 years ago
- Repository for group work in CS 162 (Operating Systems)☆17Updated 5 years ago
- Connect 4 Game implemented using minimax alpha beta pruning algorithm☆8Updated 5 years ago
- Python based Dots-and-Boxes game☆28Updated 2 years ago
- AI Pacman, CS188 2019 summer version (Completed), original website:☆84Updated 4 years ago
- Introduction to AI course assignment at Berkeley in spring 2019☆74Updated 5 years ago
- This is a repository of coursework project for the Stanford Compilers MOOC course. The result is a fully-working compiler for the COOL Pr…☆54Updated 2 years ago
- 'Operating System Concepts' - Solutions to exercises and projects☆125Updated 7 years ago
- MIT 6.828 (6.S081) (6.1810) xv6-labs-2022 实验的答案和解析☆123Updated 4 months ago
- Assignment code for UC Berkeley CS 188 Artificial Intelligence☆52Updated 5 years ago
- 🌳 CS225: Data Structures☆21Updated 6 years ago
- tiger compiler reference to Modern Compiler Implementation in C (Tiger Book).☆46Updated 2 years ago
- A simple game written in Verilog HDL language and display on the VGA screen.☆27Updated 5 years ago
- Solutions to Introduction to Algorithms☆10Updated 6 years ago
- graduation thesis latex template for sustcer☆16Updated 5 years ago
- The docker source and materials for CS:APP labs☆215Updated last year
- Stanford CS110: Principle of Computer Systems materials☆42Updated 3 years ago
- B+ tree C++ implementation☆32Updated 3 years ago
- An interactive c++ program to construct NFA, DFA, and minimized DFA from a given regular expression.☆100Updated 4 years ago
- All Coursework from my CS61c (Great Ideas in Computer Architecture / Machine Structures) Course at UC Berkeley☆85Updated 6 years ago
- Source code and solution to CMU 15-213☆118Updated 5 months ago
- 华东师范大学 2019 年秋季学期编译原理实践课作业,实现一个 CX 语言到 P 语言的、可以自举的编译器,本项目为使用 Java + ANTLR4 实现的包含词法分析、语法分析、语义分析以及代码生成的编译器,包含了大多数 C 语言要素。 Keywords: 编译原理, 编…☆9Updated 4 years ago
- THU-AIR 联邦学习隐私与安全☆13Updated last year
- USC CSCI 571 2020 fall, Web Technologies☆20Updated 4 years ago
- CSCI 570 - Analysis of Algorithms (Fall 2021) | Graduate Level Course taught by Prof. Shahriar Shamsian at USC | Credits - 4☆21Updated 3 years ago
- ☆16Updated last week
- CS61B Data Structures (Spring 2018)☆9Updated 3 years ago
- This repo contains all the learning materials for UC Berkeley's course CS170 : Efficient Algorithms and Intractable Problems☆78Updated 3 years ago
- 根据博弈树的启发式搜索过程、设计α-β剪枝算法和评价函数开发的一个五子棋人机博弈游戏。☆16Updated 3 years ago
- A simple c++ program that takes a file as input, and after tokenizing the file, it finds what each token name is(identifier, keyword, sep…☆21Updated 3 years ago