Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 568 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 568 Bytes

Spelunky 1000 Death Achievement

Python script to obtain the 1000 death achievement of spelunky

This has a tkinter interface for the parameters and was done more as an exercise to keep up with python

To launch use python.exe .\main.py gui

When you hit the execute button launch a spelunky game, the program takes around 3 hour to complete

Install

Install the latest version of Python, latest tested version was 3.11.4 once installed, install the keyboard package:

  • pip install keyboard

In the directory launch the script

  • python.exe .\main.py gui