Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 845 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 845 Bytes

RPG Tile Game

An RPG tile game, IDK. Made with pygame and hopefully C.

Screenshots

Screenshot 1


Requirements

This game requires:

  • Python 3.7+
  • Pygame 2.0+
  • Esper
  • ModernGL

Installation

  1. Download the repo with your favorite method (GitHub Desktop, Git, etc.)
  2. CD into the repo
  3. Install the required packages with python -m pip install -r requirements.txt
  4. Run the game with python main.py
  5. Enjoy!