Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.08 KB

The Last Harbor

The Last Harbor is a 2D RPG created as a project for my computer science course. It's a simple game consisting of 3 levels where the player must collect all coins to progress to the next level.

Technologies Used

Game Description

This game serves as an introduction to video game development. The code is relatively simple and was created for educational purposes to explore game development concepts.

How to Run

  1. Clone the repository
  2. Create a virtual environment:
python -m venv venv
  1. Activate the virtual environment:
  • Windows: .\venv\Scripts\activate
  • Linux/MacOS: source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the game:
python main.py

Note: On Linux/MacOS, you may need to use pip3 and python3 instead of pip and python.

Credits

The graphics were made using Tiled by a friend, however the code is entirely my own work.

License

This project is licensed under the MIT License.