Skip to content

A simple 2D RPG created with Pygame and Tiled. The goal is to collect coins to move forward.

Notifications You must be signed in to change notification settings

Stanislas7/TheLostHarbor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple 2D RPG created with Pygame and Tiled. The goal is to collect coins to move forward.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages