Quick Start Guide
Overview
This guide will help you get up and running with Unipress in minutes.
Prerequisites
Python 3.12+
uv package manager
Git
Installation
# Clone the repository
git clone https://github.com/jgrynczewski/unipress.git
cd unipress
# Install dependencies
uv sync
# Run the demo game
uv run python main.py
Your First Game
The demo game demonstrates the core mechanics:
Spacebar or Click: Jump
Objective: Avoid obstacles
Lives: 3 attempts
Next Steps
Read the Installation Guide for detailed setup
Explore Game Development to create your own games
Check API Reference for technical details
Troubleshooting
If you encounter issues:
Check Python version:
python --version
Verify uv installation:
uv --version
Check dependencies:
uv pip list
Review logs in
~/.local/share/unipress/logs/