An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# Dino Game

This is a simple dinosaur game built using Python and Pygame.

![Image](https://github.com/user-attachments/assets/d0409a56-edce-4391-b6ec-d57275c51f3a)

## 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