Skip to content

Mateusz-Kozlowski/Snake-Game

Repository files navigation

output_frame

-> LINK TO A VIDEO SHOWING HOW THE PROGRAM EXACTLY WORKS <-

Snake-Game

Project Description:

The project includes 3 modules:

  • PLAY
  • FAKE AI
  • SETTINGS

In the FAKE AI module the Snake moves along a fixed path. I generate the path in other program using some graphs algorithms.

In PLAY module you can change the snake direction using arrows or wsad keyboard keys.

If you want to pause or unpause (in both PLAY and FAKE AI modules) you have to press Esc keyboard key.

After changing settings remember to press an APPLY button. If you don't want to save changes, simply quit the settings state without pressing the APPLY button.

start game game_pause fake_ai fake_ai_puase fake_ai_end settings

How to install:

If you're familiar with git you can clone the repo. Otherwise you can simply download whole project as a compressed folder.

download