Skip to content

Spina02/Tiny-Sword-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Sword Game

Tiny Sword Game is a 2.5D farming and adventure game. Developed using Python and Pygame, this project aims to blend engaging farming mechanics with exploration and combat, set in a vibrant pixel art world.

Project Status

This project is currently in development. Core features such as map implementation, player movement, and basic collision have been implemented. We are actively working on adding more content, refining game mechanics, and improving performance.

Features [Work in Progress]

  • Custom Map Implementation: Utilizing Pygame and PyTMX for detailed, interactive maps.
  • Collision Detection: Advanced collision handling for players, NPCs, and objects.
  • Enemy AI: Basic AI for enemies, providing a challenging combat experience.
  • Combat System and Animations: Engage in battles with enemies using a simple yet fun combat system, complete with animations.
  • Map Transitions: Seamlessly move between different areas of the game world.
  • Character Progression: Grow your character's abilities and skills as you progress through the game.
  • Interactive NPCs: Meet and interact with a cast of characters, each with their own stories and quests.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Python 3.x
  • Pygame
  • PyTMX

Installation

  1. Clone the repo
git clone https://github.com/yourusername/pixel-farm-adventure.git
  1. Install required packages
pip install pygame pytmx
  1. Run the game
python main.py

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project

  2. Create your Feature Branch:

git checkout -b feature/AmazingFeature
  1. Commit your Changes:
git commit -m 'Add some AmazingFeature'
  1. Push to the Branch
git push origin feature/AmazingFeature
  1. Open a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages