Skip to content

kapildevkumara/Py_Snake_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py_Snake_Game

Reviving Nokia 6110 Snake Game with Python


Installations

  1. Install pip
  1. Install Numpy and OpenCV
    pip install opencv-python
    Optional pip install networkx

Usage
Run using python3 or python

  • python __main__.py

Play with keys

  • A or J for left
  • S or K for doown
  • D or L for right
  • W or I for up

Cheat Code for Snake Game

  • Set AI_MODE = 1 in init.py and play Snake Game in Auto Mode
    Play Snake Game with AI with A* and Grassfire Algorithms


About

Reviving Nokia 6110 Snake Game with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages