Skip to content

siddharthslolge-art/snake-game-python-based

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

snake-game-python-based renamed as dragon game

A simple Dragon Game made using Python and Pygame.

Features

  • Control a dragon using arrow keys.
  • Collect fireballs to grow longer.
  • Win by reaching 10 points.
  • Game ends if the dragon collides with itself.
  • Sky background and dragon sprites.

Requirements

  • Python 3.x
  • Pygame

Install Pygame:

pip install pygame

How to Run

  1. Download or clone this repository.
  2. Make sure the assets folder is present.
  3. Run:
python dragon_game.py

Controls

  • ↑ Up Arrow
  • ↓ Down Arrow
  • ← Left Arrow
  • → Right Arrow

Goal

Collect 10 fireballs to win the game.

Project Structure

Dragon-Game/
│
├── dragon_game.py
├── assets/
│   ├── sky_background.jpg
│   ├── dragon_head.png
│   ├── dragon_body1.png
│   ├── dragon_body2.png
│   ├── dragon_tail.png
│   └── fireball.png
└── README.md

Author

Siddharth Lolge

About

A 2D arcade-style dragon game developed using Python and Pygame where players collect items, avoid obstacles, and achieve high scores through interactive gameplay.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors