This is my first attempt of a game, using 'Clear Code's' tutorial called 'Creating a Stardew Valley inspired game in Python'
For now, the code is copied word for word (retypes myself whilst trying to understand it). Once the game is complete, a lot of changes are to be made without the help of tutorials (unless desperate).
- Clone/fork repo and download locally:
git clone https://github.com/Marshall168/Game1.git
- Install python (works on Python 3.7)
- Install pygame module:
python -m pip install pygame
- Install pytmx module:
pip install pytmx
- Run main.py file or run
python main.py
from repo directory in command terminal
WASD
to move playerQ
to change toolE
to change item in handSPACE
to use tool