Installation Guide¶
Prerequisites¶
Before installing the Retro Game Engine, ensure you have:
- Python 3.11 or higher
- pip (Python package installer)
- Poetry (optional, for development)
Installation Methods¶
Using pip (Recommended)¶
Using Poetry (For Development)¶
-
Install Poetry if you haven't already:
-
Clone the repository:
-
Install dependencies:
Platform-Specific Instructions¶
Windows¶
- Install Python from python.org
- Ensure Python is added to PATH during installation
- Open Command Prompt and run:
macOS¶
-
Install Python using Homebrew:
-
Install the engine:
Linux¶
-
Install Python and dependencies:
-
Install the engine:
Verifying Installation¶
Test your installation by running:
Troubleshooting¶
Common Issues¶
- ImportError: No module named 'pygame'
-
Solution:
pip install pygame -
Version conflicts
-
Solution: Use a virtual environment:
-
Permission errors
- Solution: Use
--userflag:
Next Steps¶
- Check out our Quick Start Guide
- Try the Tutorials
- Explore Examples