https://github.com/lassiecoder/dino-game
A fun little Dino Runner game built in under 5 minutes using Warp AI Terminal and Python + Pygame. Just one prompt, and AI did the rest. 🦖⚡ Try it out, modify it, or use it as your next weekend project!
https://github.com/lassiecoder/dino-game
funproject prompt prompt-tuning python python3 warp
Last synced: 3 months ago
JSON representation
A fun little Dino Runner game built in under 5 minutes using Warp AI Terminal and Python + Pygame. Just one prompt, and AI did the rest. 🦖⚡ Try it out, modify it, or use it as your next weekend project!
- Host: GitHub
- URL: https://github.com/lassiecoder/dino-game
- Owner: lassiecoder
- Created: 2025-07-15T15:37:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-15T16:18:36.000Z (6 months ago)
- Last Synced: 2025-07-16T11:38:33.358Z (6 months ago)
- Topics: funproject, prompt, prompt-tuning, python, python3, warp
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dino Game
This is a simple dinosaur game built using Python and Pygame.

## Setup
1. Install [Python 3.13.2](https://www.python.org/downloads/)
2. Clone the repository:
```sh
git clone
cd dino_game
```
3. Create and activate a virtual environment:
```sh
python3 -m venv venv
source venv/bin/activate
```
4. Install dependencies:
```sh
pip install -r requirements.txt
```
## Running the Game
1. Activate the virtual environment:
```sh
source venv/bin/activate
```
2. Run the game:
```sh
python dino_game.py
```
## Controls
- **Spacebar** or **Up Arrow**: Jump
## Project Structure
- `dino_game.py`: Main game script
- `bin/`, `lib/`, `include/`, `pyvenv.cfg`: Virtual environment files