Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 467 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 467 Bytes

AI-Artificial-Intelligence

This repository has many projects that use some sort of Artificial intelligence to solve some problems

Project 1 \ Snake Game


This project creates a snake game. That game can be played either by the user or the computer. The computer solves this problem by using Search Algorithms (BFS,DFS,UCS,A*,Normal Hamiltonian Cycle). Some solutions cannot be perfect as the snake can trap itself. Language: Python