Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.1 KB

markdown.md

File metadata and controls

32 lines (20 loc) · 1.1 KB

Hello

  • This is a snake game that my team made when learning an AI course at HCMUTE, VietNam.

  • I call it stupid because it still has a lot to work on. When the snake's length is kind of large, it just gives up on life...

  • this program was code in Python, pygame (2.6.1)

Preview

  • The player's screen is straightforward.

  • The AI screen is not clean code. Just press Reset, Pause, or Back when the snake eats, and you will be fine, maybe…

  • Using BFS, DFS, UCS, GREEDY, A* search algorithms.

Resouce

Making the snake game

  • Clear code

Youtube

Github

  • Programming With Nick

Youtube

Github

Making the main menu

  • baraltech

Youtube

Github