Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
uOttawa-Computer-Chess
/
Computer-Chess-Hackathon-Starter-Code
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Iterative deepening
- #2
#2
Closed
Temujin142857
wants to merge 10 commits into
master
uOttawa-Computer-Chess/Computer-Chess-Hackathon-Starter-Code:master
from
iterative_deepening
uOttawa-Computer-Chess/uottawa-computer-chess-hackathon-2025-tomio:iterative_deepening
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Closed
Iterative deepening
#2
Temujin142857
wants to merge 10 commits into
master
uOttawa-Computer-Chess/Computer-Chess-Hackathon-Starter-Code:master
from
iterative_deepening
uOttawa-Computer-Chess/uottawa-computer-chess-hackathon-2025-tomio:iterative_deepening
Copy head branch name to clipboard
Commits
Commits on Oct 25, 2025
add deadline
github-classroom[bot]
authored
1ef0f3b
View commit details
Copy full SHA for 1ef0f3b
Browse repository at this point
cleaning out homemade, adding alpha beta
Temujin142857
committed
74adeca
View commit details
Copy full SHA for 74adeca
Browse repository at this point
set depth to 1
Temujin142857
committed
fca85f1
View commit details
Copy full SHA for fca85f1
Browse repository at this point
implemented a naive iterative deepening system
Temujin142857
committed
50209a8
View commit details
Copy full SHA for 50209a8
Browse repository at this point
removed unnecessary print line
Temujin142857
committed
8615e9c
View commit details
Copy full SHA for 8615e9c
Browse repository at this point
fixed alpha beta implementation
Temujin142857
committed
bf83d92
View commit details
Copy full SHA for bf83d92
Browse repository at this point
increasing default depth
Temujin142857
committed
f9fe2f7
View commit details
Copy full SHA for f9fe2f7
Browse repository at this point
Merge branch 'master' of https://github.com/uOttawa-Computer-Chess/uottawa-computer-chess-hackathon-2025-tomio into iterative_deepening
Temujin142857
committed
e65a9cd
View commit details
Copy full SHA for e65a9cd
Browse repository at this point
fixed alpha beta bug
Temujin142857
committed
4d8eb5d
View commit details
Copy full SHA for 4d8eb5d
Browse repository at this point
simple move oerdering working
Temujin142857
committed
e1b5ee0
View commit details
Copy full SHA for e1b5ee0
Browse repository at this point
You can’t perform that action at this time.