Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 782 Bytes

File metadata and controls

45 lines (31 loc) · 782 Bytes

Sneaky

Sneak game in python, the purpose is to make it work using reinforcement learning algorithm neural network (more simple for now)

Use

python3.5+

Open your terminal

First clone this repo, run in your terminal

git clone https://github.com/Raphencoder/sneaky.git

Then

cd sneaky

To make it work you need to install the require libraries.

pip3 install -r requirements.txt

Then simply run

python3 main.py

Enjoy :) !

To do:

  • Handlle all screen size
  • Add algo of RL
  • Add Neural network
  • Comment code

Reference

I use this video to code the sneak game https://www.youtube.com/watch?time_continue=4&v=V_f07t570pA

Feel free to open an issue if you have any question or if you want to contribute to the project !