fix readme

This commit is contained in:
Dominic DiTaranto 2025-08-29 22:06:34 -04:00
parent 704ae05175
commit be91d21e68

View file

@ -22,7 +22,7 @@ All levels were STOLEN from [here](http://www.sneezingtiger.com/sokoban/levels.h
## Getting Started
1. Create virtual environment with: `python3 -m venv venv`
2. Activate virtual environment with: `sourve venv/bin/activate`
2. Activate virtual environment with: `source venv/bin/activate`
3. Install Requirements with: `pip install -r requirements.txt`
4. Play the game with: `python3 main.py`